Can you use pyfirmata with an Arduino Nano Every?

389 Views Asked by At

I have used pyfirmata to program my Arduino Uno, but I only have one of these so I want to try using my Nano Every instead.

Yes, I have tried it. I get this error trying to load StandardFirmata to the board. And yes, I have looked it up, but I can't find any information on it.

Arduino: 1.8.19 (Windows 10), Board: "Arduino Nano Every, ATMEGA328"

In file included from C:\Program Files (x86)\Arduino\libraries\Firmata/Firmata.h:17:0,

                 from C:\Program Files (x86)\Arduino\libraries\Firmata\examples\StandardFirmata\StandardFirmata.ino:28:

C:\Program Files (x86)\Arduino\libraries\Firmata/Boards.h:856:2: error: #error "Please edit Boards.h with a hardware abstraction for this board"

 #error "Please edit Boards.h with a hardware abstraction for this board"

  ^~~~~

exit status 1

Error compiling for board Arduino Nano Every.
0

There are 0 best solutions below