Factsheet
What’s a good beginners guide for arduino nano specifically? is it possible to learn how to use an Arduino with a nano or is it impossible and do I have to get the Uno? I would really appreciate the help. I’ve never used Arduino before. It is a bootleg board that I got on Amazon for a good price.
How much Amps can the VIN pin of the Arduino nano every can handle?
Barilla Passive Cooker: Can it be done with an ESP32 instead of an Arduino Nano 33 BLE
I dove into this for 15 minutes for take what you will from this:
An ESP32 should work, depending on the size of the board. Besides the size constraint, the only issue is hooking up the temperature sensor with the correct board pins. It seems they 3D printed the case with the Nano 33 BLE board in mind, so the headers on the temp module match with the correct pins on the board.
The article states, "When the water boils, the steam reaches the chip inside the mini device and alerts the user via their smartphone that the water is boiling." The Nano 33 BLE doesn't have a humidity sensor so this alert must be based solely on the temp module they've included. Otherwise this project would need the Nano 33 BLE Sense, and if using an ESP32, one with a humidity sensor on it (or attached).
Also, thanks for posting this. With electricity bills as they are, this could be a great investment.
More on reddit.comChoosing an Arduino nano for beginner
Hy everyone!
I am starting in this electronics and programming world and I am wondering about what are the differences between the different 'nanos'. I can find there are 33's, ESP32's, every's, RP2040's, and the regular nanos.
I wonder, as an absolute beginner, if I will find any difference in program editing or the differences are in the performance of the different boards.
Can anyone give me some information about this? Thank you very much!