All goes well until....pfff

Hi, i’m very worried because my watchx stoped and all the leds are off, and can’t connect by usb to arduino ide. if i press the reset button left led are on about 3 seconds and turns off again. Please any suggestion?

Thank you so much

Have you tried this :
https://community.watchx.io/t/unable-to-upload-code-port-not-detected-solution/38

with an easy code

ok, it worked!!! thank you. I am working on the tapclock program and i tried to put the temperature value, pressure in the screen. when i create the variable float type, I initialize the library. The problem appear when i try to upload the program. The watchx turns the screen black. It is using the parameter bme.readTemperature().

using this libs:

#include <Adafruit_Sensor.h>
#include <Adafruit_BMP280.h>
#include <SPI.h>

init the lib:

Adafruit_BMP280 bme;

declare vars:
float t;

in the loop:

oled.setCursor(6,4);
oled.print("T: ");
oled.print(bme.readTemperature());

any suggestion, thank you so much

11 posts were merged into an existing topic: TapClock for WatchX

Moderator hat on
@venice1200 and @Edu I moved all the topics related with Tap Clock to Tap Clock topic.
Moderator hat off