Based on a pre RISC-V ESP32. Unfortunate.
What's the difference?
ISA: https://en.wikipedia.org/wiki/Instruction_set_architecture
11–20 of 142 posts
Based on a pre RISC-V ESP32. Unfortunate.
What's the difference?
ISA: https://en.wikipedia.org/wiki/Instruction_set_architecture
Based on a pre RISC-V ESP32. Unfortunate.
Earlier quoted context omitted.
Can you expand a bit on the value for the money? This board is $21 with headers... I've seen a ton of esp32 boards for much less. What do you think makes this board worth the extra cost?
Can you post your recommendations? I'm looking to build some stuff for fun, like DIY CO2 sensor. Say I go for something else than Arduino, what am I missing out on?
Both are cheaper than this yet are the same thing.
I'm using the Arduino RP2040 in a project. This is also in the same form factor as the Nano and is truly remarkable in terms of value for money. Really impressed with Arduino
Earlier quoted context omitted.
Can you expand a bit on the value for the money? This board is $21 with headers... I've seen a ton of esp32 boards for much less. What do you think makes this board worth the extra cost?
Can you post your recommendations? I'm looking to build some stuff for fun, like DIY CO2 sensor. Say I go for something else than Arduino, what am I missing out on?
Here is a tutorial about how to use TinyML to perform image detection on the device: https://dronebotworkshop.com/esp32-object-detect/
Based on a pre RISC-V ESP32. Unfortunate.
Earlier quoted context omitted.
What's the difference?
The OG ESP32 and successors esp32-S2 and ESP32-S3 use an ISA from company Tensilica called Xtensa LX6 (LX7 for the S3). The ESP32 C and H series use RISC-V. Xtensa is pretty well supported by compilers at this point, but RISC-V is on the rise and will have better support going forward. At this point in time, the S3 is the speediest ESP32 and is well supported, so it probably doesn't make a big difference. ISA: https:…
Thus, a new Arduino platform is being created out of a deprecated family of MCUs, the Tensilica-based ESP32s.
0. https://www.eenewseurope.com/en/espressif-moves-exclusively-...
Earlier quoted context omitted.
Can you expand a bit on the value for the money? This board is $21 with headers... I've seen a ton of esp32 boards for much less. What do you think makes this board worth the extra cost?
Can you post your recommendations? I'm looking to build some stuff for fun, like DIY CO2 sensor. Say I go for something else than Arduino, what am I missing out on?
I don't know about the RP2040, but the ATMEGAs can't multitask and have pretty low resolution ADC.
In my experience having them calibrated properly is a pain in the ass because they rely on the input voltage and that changes slightly depending on the method of power input.
A computer using USB will give you a different result than on battery power since the USB is going through a diode but no regulator and the battery is going through a regulator or straight into the 5V line. To make it work I ended up cutting the voltage lines on a USB cable and connecting a battery for power.
I'm sure there is an easy way to deal with all that stuff but I'm not good enough to have figured it out.