I’ve touted the Arduino Nano Every and the Arduino Nano 33 IoT as the two best buys in the Arduino lineup, and that they should be preferred when appropriate to the application. But why are these such good deals? First, they are both in the “Nano” form factor. This smaller board is less expensive to …
As I’ve been going far inside the SAMD21 Arduino boards, I’ve realized the main distinction of the ARM-core SAMD21 compared to the AVR architecture ATMega microcontrollers, and indeed to other microcontrollers I’ve used in the past. The ARM-core microcontrollers are actually a two part design. There is the ARM designed processor core, and the vendor …
Like most of the AVR-based Arduino boards, there is a bootloader program resident on the SAMD boards (Arduino Zero, Arduino Nano 33 IoT, and the Arduino MKR series) to handle the loading of programs (AKA “Scripts”) via the USB-serial port. This program can erase and write into the Flash ROM in the microcontroller, and start …
Catchy title, and the answer is certainly “yes” because of generally better price/performance and that people like newer designs. But let’s back off a little. Currently the lowest price genuine Arduino (not clone) board is the Arduino Nano Every. It’s less than half the price of the traditional Arduino Uno, and can replace the Uno …
While one usually thinks “ATmega328” when presented with “Arduino”, and that microcontroller does represent the highest volume of boards, more models use the SAMD21G18 microcontroller than any other. That’s 11 of 23 different Arduino boards. So having finished the 37 Sensors book, and taken some time off for other things, I am back to writing. …
OK, it’s done and available on Amazon. This book covers the 37 Sensor Kits, at least most of the sensors available. 54 in all, although the count depends on whether variations of the same sensor count or not. While it doesn’t go “Far Inside” it does show how they can be used and provides better …
I just realized that I haven’t made a blog entry in a month. I’m just completing the next book on Arduino sensors. Kindle ebook and printed book, same contents, of course. The ebook is actually ready, but I’m taking a second round trip on the printed book, making it a bit easier to read. Expect …
While testing out the 37 sensor kits, I’ve got three of them with different sensors, I have discovered some design shortcomings which might end up in destroying either the sensor or the attached microcontroller (the Arduino board). The issues are with some of the sensors that aren’t sensors in the traditional sense. These are output …
I’ve gotten so intrigued by my “37 sensor” kit that I’ve purchased two more different ones. Lots of commonality, quite a few of the 37 that don’t match the definition of a “sensor”. So I don’t know how many real sensors I’ve got! Because of the poor to no documentation provided and all bad reviews …
I recently got enthused to check out all of the sensors in my Elegoo 37 Sensor Kit (version 1) I bought 5 years ago. I suppose I should have checked them all out at the time because seven of the sensors, the ones on the red circuit boards, didn’t function at all. I’ve heard that …