Manual Mercury V1
Descubra como voar rapidamente com facilidade, conecte seu altímetro para fazer upload para o site Altimeter Cloud e todas as funcionalidades avançadas também. Se você está com dificuldades ou apenas começando, este é o lugar certo para estar.

Configurando o Arduino IDE para programar o Mercury V1

PDF

The Mercury V1 is based on a ESP32-C6 microcontroller. This can be programmed via the USB port yourself if you fancy using your altimeter as a Development board or as a educational tool to learn how to program 32-bit microcontrollers. The Mercury is a great choice for this as it includes outputs, and sensors for you to use in your own programming. 

We have a easy to use online programmer that works with our Mercury. To use it you just need to pop over to it's page here, or you can click at the top of example code in the manual to send it to the programmer where you can edit it, compile and upload the code without leaving your web browser.
(You will need to be running Google Chrome, Microsoft edge or Opera browsers though).

Alternativly our code will work on Arduino IDE software. In order for it to work you need to install the Arduino IDE and then also install the esp32 boards library.
When compiling and uploading in Arduino select the board as ESP32-C6 DEV for everything to go as planned.