AT Mega Zero

Do you have arduino ide librarie recommendations that work with the AT Mega Zero ?

what is “AT Mega Zero”?

Its a development board based on the Espressif Esp32-S2 chip.
I tried the BlynkSimpleESP32.h library but it won’t let the atmegazero compile in arduino ide.

I’ve just done a quick test.
I have Blynk library v1.2.3 and ESP32 core v2.0.11 installed and am using v1.8.19 of the IDE.
I took the Blynk Blink example for ESP32 from the Sketch Builder/Example Browser, chose “ATMegaZero ESP32-S2” as my board type and compiled the code.
It compiles fine, the starts trying to communicate with the board (which I obviously don’t have)…

Using library WiFi at version 2.0.0 in folder: C:\Users\Pete Knight\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\WiFi 
Using library Blynk at version 1.3.2 in folder: C:\Users\Pete Knight\Documents\Arduino\libraries\Blynk 
"C:\\Users\\Pete Knight\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32s2-elf-gcc\\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32s2-elf-size" -A "C:\\Users\\PETEKN~1\\AppData\\Local\\Temp\\arduino_build_839928/sketch_oct22a.ino.elf"
Sketch uses 673826 bytes (32%) of program storage space. Maximum is 2097152 bytes.
Global variables use 50648 bytes (15%) of dynamic memory, leaving 277032 bytes for local variables. Maximum is 327680 bytes.
PORTS {COM1, } / {COM1, } => {}
PORTS {COM1, } / {COM1, } => {}
PORTS {COM1, } / {COM1, } => {}

It seems that your problem has something to do with your software setup on your PC.

Pete.

your link says

The ATMegaZero is a microcontroller board based on the Atmel ATMega32U4 microchip

There’s a link on the left hand side that says “ATMegaZero ESP32-S2 (New)” which fits the description of…

so I assume that’s the board he’s talking about.

Pete.