I'm interested in running a python program I wrote not sure the practical ability of the linux side based on RAM for me it's interesting to integrate with the program I wrote
From:[email protected] <[email protected]> on behalf of Jack, W8TEE via groups.io <jjpurdum@...> Sent: Friday, June 26, 2020 6:54:08 PM To:[email protected] <[email protected]> Subject: Re: [BITX20] arduino-yun-rev-2 anyone looked at feasibility of swapping out the Arduino Uno for the Yun?
?
Why would anyone be interested in swapping anything for a yun? It's essentially an Uno/Nano but at 10x the price. For less than half that price, the Teensy 4 has 2MB of flash vs 32KB, 1MB of SRAM? vs 2.5KB, and is clocked at 600MHz instead of
16MHz. I wanted to see what that really means for a book I'm working on, so I wrote a simple loop that does nothing but increment a counter for a 1 second time slice. The results;
???? Yun??????? ????????Teensy 4.0
??? 7,303???????????? 199,979,425
It's not a fair test because the counter needed to be a 32-bit
long, but still...
To me, paying 10x the Nano price (and over 2x the Teensy 4.0 price) isn't worth it for a few more analog pins and 512 bytes of SRAM.
Jack, W8TEE
On Friday, June 26, 2020, 5:17:34 PM EDT, ramonlh@... <ramonlh@...> wrote: