Questions tagged [arduino-nano-every]
For the questions that related to the Arduino Nano Every, which uses at ATMega4809 microcontroller. The Nano Every is distinct from the plain Arduino Nano (which uses the ATMega328P or ATMega168P microcontroller).
16 questions
1
vote
1
answer
348
views
How to implement a pulse counter for two clocks on Nano Every?
For clock synchronization I want to implement a pulse counter on the Arduino Nano Every. There are two clock signals at 40-100 kHz, the Nano runs on 20 MHz. Nyquist says we need at least 2 times the ...
-1
votes
1
answer
183
views
How Do I Power An Arduino Nano Every?
I am pretty new to Arduino and I am making a project with my Uno R4 Wifi, it uses a servo and a motor to push a door closed, and when I power it with a 9v battery it barely moves the door, but when I ...
0
votes
3
answers
801
views
Arduino Nano Every USB Connection not working
I have two original (designed and assembled in Italy) Arduino Nano Every Boards from a German Web Shop. They came sealed in original packaging. When I try to connect them to my PC, they don't power up....
0
votes
1
answer
269
views
TMRpcm not compatible incompatible with current board
My goal is to play sounds with my Arduino Nano Every. I tried the example sketch that comes with the library but I get the error:
**WARNING: library TMRpcm-master claims to run on avr architecture(s) ...
0
votes
1
answer
217
views
Can you coax another I²C connection out of an Arduino Nano Every?
I'm looking to network a bunch of devices (boards in a Eurorack case) over I²C, but I don't want to compromise the address space available to each individual device for its own needs. The obvious ...
1
vote
1
answer
1k
views
Bootloader For Atmega4809
I have designed a project using Arduino Every board which uses MCU Atmega4809 chip and I have used Arduino IDE for programming but now I am planning to design my custom board I have used schematics of ...
4
votes
1
answer
165
views
3th time blown à Nano every
Like subject all ready telling you, I blew up my 3th Nano every.
I mounted them on a perf board, soldered with 99% tin 1.0mm and a Flux, cleaned with flux remover, etc... When I then power them up ...
3
votes
1
answer
2k
views
NRF24 and Arduino Nano Every usage
Im building an RC car project and using 2 NRF24's for communication. I own an Arduino Uno, Nano and Nano Every. The NRF's work great with the Uno and Nano in any combinations but using a Nano Every ...