I’ve been trying to upload AHRS to Heltec LoRa esp32 but it won’t load. I’m trying to understand if the edp32 is not supported or if it is something else.
@A1bucker Welcome to the RobotShop Community. Normally when two devices communicate, you need to understand the protocol, as well as the voltage.
It seems like this is I2C and quite a nice voltage range from 2.5V to 5.5V.
Most I2C is either 3.3V or 5V, but check the ESP’s I2C pins voltage to be certain.
If your question of “supported” instead refers to if there’s sample code, you’ll really have to search online to see if someone has created any, since there doesn’t seem to be any official ESP32 support by Pololu.