-
Using the OSC library from CNMAT, I get an error when compiling, that HardwareSerial is missing.
```
Arduino: 1.8.9 (Mac OS X), Board: "Arduino Nano Every, None (ATMEGA4809)"
/Applications/Arduin…
-
Tiltle says it all basically.
Would it be easy to port?
Also, I really appreciate your work and I use it without problems!
That being said, some interesting links for the 4809/3809:
https://…
-
I just tried to load some code to my Wifi Rev2 and got the following error.
```
/home/builder/opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -hardware /home/builder/opt/ardui…
ghost updated
5 years ago
-
I've a Raspberry 3 board in I2C master configuration, wired at 3 arduino boards :
- 2 arduino pro mini (as control sample device) at 0x03 and 0x04 slave i2c address
- 1 arduino Uno WiFi rev 2 (as …
-
There are a bunch of new ATtiny chips coming soon:
ATtiny212/412: http://ww1.microchip.com/downloads/en/DeviceDoc/40001911A.pdf
ATtiny214/414/814: http://ww1.microchip.com/downloads/en/DeviceDoc/4…
-
I've a Raspberry 3 board in I2C master configuration, wired at 3 arduino boards :
- 2 arduino pro mini (as control sample device) at 0x03 and 0x04 slave i2c address
- 1 arduino Uno WiFi rev 2 (as …
-
This is a long way off, but all these boards have UARTs. We should be able to put a bootloader on them - however considerable work would be required to create a serial bootloader for these, and we hav…
-
I've got a new error. this is progress. I compiled your version of avrdude from github and this is what I get when I try to flash my code via an arduino isp
synaption@synaption:~/avrdude$ sudo …
-
The schematics UNOWiFiRev2v4.0 15/10/18 do not match the hardware I was sent. The schematics list LED_BUILTIN as being on pin 26 of the MEGA4809 but the led is driven from pin 25. Where can I get a …
ghost updated
5 years ago
-
Hi!
Is it possible to have a support for ATMega4808? I tried to understand what is done here, but I am too noob to edit these files. I can use ATMega1284, but it is quite large physically. 4808 is …