ESP-NOW Test
Had to find the MAC Addresses of the devices first, so I used this program:
Had to find the MAC Addresses of the devices first, so I used this program:
Issues with I2C:
Had some issues with Serial Monitor not working, and the device not being recognized, it was confusing to get down, but I solved those issues.
ERR light turns on during operation
Apparently this is normal, ERR LED is connected to GPIO21, which is the Debug pin on the ESP32-S3. This means that it pulls low when it's in debug, and defaults high in regular mode (although this can be overridden in code [TESTED]).