Skip to main content

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).

Filter by
Sorted by
Tagged with
1 vote
1 answer
348 views

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 ...
Mo_'s user avatar
  • 111
-1 votes
1 answer
183 views

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 ...
person595's user avatar
0 votes
3 answers
801 views

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....
hintze's user avatar
  • 117
0 votes
1 answer
269 views

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) ...
ADude's user avatar
  • 27
0 votes
1 answer
217 views

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 ...
EnronEvolved's user avatar
1 vote
1 answer
1k views

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 ...
power machines's user avatar
4 votes
1 answer
165 views

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 ...
Joeri VA's user avatar
3 votes
1 answer
2k views

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 ...
Sumemerboy's user avatar