7
votes
Accepted
Battery solution Nano 33 iOT
You can either use the 3.3V pin to supply power to the board, or use the Vin pin.
By using the VIN pin to power goes through a (step down) voltage regulator, that provides a nice stable 3.3V to the ...
5
votes
Accepted
Why does Arduino Nano 33 IoT always choose the weakest WiFi BSSID?
On Nano 33 IoT the WiFi network adapter is NINA esp32 module with Arduino's nina-fw. nina-fw is written with the use of ESP-IDF framework by the esp32 manufacturer Espressif.
To connect to an AP the ...
5
votes
Accepted
Arduino with LCD Display does not reset/restart/start on connection to power
You've tagged the question with both nano and arduino-nano-33-iot, but I'm guessing between the two you're using the latter, because on Arduinos with native USB (not a plain Arduino Nano) while (!...
3
votes
Accepted
Which Arduino for many analogue sensors (and WiFi)?
For short answer: Just use NodeMCU ESP32 or any ESP32 dev board.
TLDR;
ESP32 is actually a wifi module but has very powerful processor (240MHz max), way more faster than Arduino Uno (atmega328 @16MHz)...
3
votes
Arduino nano IoT antenna broke
It is still possible to get work. I see the copper pads have been pulled off so you need to use extra amount of solder and hopefully it attaches to the remained copper wire.
My case is even worse ...
3
votes
Accepted
Arduino nano IoT antenna broke
The problem that I see in the photo is that the pads from the PCB are pulled off and attached to the antenna. So now there is nothing to solder the antenna back to.
While it's possible to rework this ...
1
vote
Connecting two Arduinos via BLE 5.0
The lack of a BLE.setAdvertisedService(sensorService); is the thing you are immediately encountering. In testing I placed it like in the following snippet:
// Add the service to the BLE peripheral
...
1
vote
Accepted
Arduino Nano IOT33 - Using flash
It seems this library can be used:
https://github.com/cmaglie/FlashStorage
Library: FlashStorage library for Arduino
About info: A convenient way to store data into Flash memory on the ATSAMD21 and ...
1
vote
How can the SAMD21 chip knows when the on-board NINA W102 restarts
I have solved this later I post the question.😂
The solution is using the fact which SPI on the SAMD21 will hang while W102 restarts, so I just set the SAMD21 restart immediately after the program ...
1
vote
Is it possible to extract the firmware of an Arduino BLE or IoT board wirelessly?
Technically, the firmware can read its own application section, but it won't send it to you wirelessly (or via any interface) if such a feature isn't implemented in that firmware. If you were to ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
arduino-nano-33-iot × 19arduino-nano × 5
wifi × 4
arduino-nano-ble × 3
bluetooth × 2
battery × 2
ble × 2
arduino-uno × 1
serial × 1
arduino-ide × 1
sensors × 1
esp32 × 1
power × 1
i2c × 1
lcd × 1
spi × 1
timers × 1
communication × 1
array × 1
uart × 1
wireless × 1
voltage × 1
memory × 1
serial-data × 1
flash × 1