Questions tagged [arduino-nano-ble]
43 questions
4
votes
1 answer
How do I control the onboard LEDs of my Arduino Nano 33 BLE Sense?
I picked up my Arduino Nano 33 BLE Sense for the first time in a while and ran the classic "Blink" sketch to make sure it was alright. After slight usage, I wanted to play with the onboard LEDs. When I run the following code, the onboard LED does…
Ivan
- 43
- 1
- 1
- 3
3
votes
0 answers
nano 33 BLE problems with reading RC signal
I'm using an Arduino Nano 33 BLE and a L293D motor driver to control a three-wheeled RC robot. The sketch I'm using worked fine with my Uno Rev3, but I've moved to the Nano for size/weight reasons, and it's no longer working. Whenever I turn the…
starthrow
- 31
- 1
3
votes
3 answers
Arduino Nano 33 BLE - use of flash to store data; how to expand a piece of sample code
I've been looking into how to store data in between restarts. With an Arduino UNO, there are plenty of EEPROM libraries, but I'm not finding something 'off the rack' for the Arduino Nano 33 BLE.
I did manage to find a well documented example by…
asylumax
- 249
- 1
- 8
3
votes
1 answer
Arduino Nano 33 battery power/charging
I have a project with an Arduino Nano 33 BLE Sense. My project is working great, but I need to transition it to battery power, and I'm having a bit of confusion about exactly what's required.
I have a small 3.7V Li-ion battery I'd like to use…
Tom Medley
- 141
- 1
- 3
2
votes
0 answers
Non-blocking analogRead for Arduino Nano 33 BLE sense
I need an alternative to analogRead() that doesn't block the processor. I've managed to find a lot of solutions for this for other boards, but not something that's compatible with nrf5240 like the one that's on Arduino Nano 33 BLE sense. Does…
Itay Pachelbel Jacob
- 31
- 2
2
votes
1 answer
Micropython installation on Arduino nano
I am currently trying to use micropython on an arduino Nano 33 BLE using MacOS. Following the instructions from arduino website I was able to complete steps 1-3. At step 4, I can find the bossac file but when I try to run the provided…
Saif
- 21
- 1
2
votes
1 answer
Nano 33 BLE Sense powered with Vin and USB at the same time
I have a project where I would like to power an Arduino Nano 33 BLE Sense
with USB and Vin at the same time.
The idea is to charge an external LiPo 3.7V through a charger module
that would take the load from the 3.3V pin (that would be powered…
Lguapo
- 21
- 2
2
votes
2 answers
How to configure watchdog for the arduino Nano 33 BLE Sense board?
For the arduino Nano 33 BLE Sense board, the standard avr/wdt.h is not available. And it seems that no standard library provides it. How to use the watchdog system for this board ? I found no full information about it.
I've found the page…
tjbtjbtjb
- 21
- 3
2
votes
2 answers
RFM69HCW connected to Arduino Nano 33 BLE
I tried to connect my RFM69HCW to Arduino Nano 33 BLE, so that I won't be needing a logic level shifter to downgrade the voltage, since Arduino Nano is already 3.3V. Upon checking its data sheet and pinout, I noticed there's no dedicated pin for CS…
lostresearch
- 31
- 1
2
votes
0 answers
Micromod nrf52840 sniffer
Can I use the Micromod nrf52840 processor module, Micromod ATP carrier, with Nano 33 type bootloader and modify the ArduinoBLE library or modify the MBED OS abstraction layer and make a promiscuous BLE sniffer that will output something, preferably…
Andyz Smith
- 121
- 3
2
votes
0 answers
Arduino Nano 33 BLE Sense TFlite inference hangs when using bluetooth
I'm running into an issue where when I try to set up a BLE service my tflite inference seems to hang/crash. I used https://experiments.withgoogle.com/tiny-motion-trainer to train a model to recognize a few gestures with my nano. The code I'm using…
Lauren
- 21
- 1
2
votes
1 answer
Is it possible to extract the firmware of an Arduino BLE or IoT board wirelessly?
I've looked at previous questions regarding sketch extraction and know that it is possible to extract the hex code from an Arduino board using avrdude from the command line.
However, I want to see if the following is possible:
Connect to Arduino 33…
Tj Hasan
- 21
- 1
1
vote
0 answers
Not getting continuous motion data with Arduino Nano 33 BLE Sense Rev2 on Google's Tiny motion trainer
I'm using an Arduino Nano 33 BLE Sense Rev2 with the Tiny Motion Trainer by Google to train for certain movements. The original code was designed for the Arduino Nano 33 BLE Sense, which uses the LSM9DS1 IMU sensor. I have modified the code to use…
Ankit kumar
- 19
- 1
1
vote
0 answers
Reading from Analog Mic and Transmitting over BLE (Nano 33 BLE)
I'm trying to read from an analog mic with a sampling frequency of 10 kHz and transmitting the data over BLE on Arduino Nano 33 BLE Sense Rev 2. The MCU reaches that sampling rate with no problem but once I activate BLE it starts having a delay too…
Itay Pachelbel Jacob
- 31
- 2
1
vote
0 answers
Nano33 BLE SPI speed and lag
(This is a question re-posted here from the Official Arduino Forum to reach as many people as possible, I hope it is not against the rules)
Hi everyone,
although I am new to the forum I have been using Arduino for a long time. I have recently…
adodesa
- 19
- 1