Search found 4 matches

by bhav
Wed Jun 29, 2022 4:28 pm
Forum: ESP32 boards
Topic: Display issues on the TTGO T-watch S76G (GPS + LoRa version)
Replies: 2
Views: 2217

Re: Display issues on the TTGO T-watch S76G (GPS + LoRa version)

Thank you! After flashing the firmware binary and pulling in the appropriate tft_config.py file for my device, the screen now works :D
by bhav
Wed Jun 22, 2022 4:50 pm
Forum: ESP32 boards
Topic: Display issues on the TTGO T-watch S76G (GPS + LoRa version)
Replies: 2
Views: 2217

Display issues on the TTGO T-watch S76G (GPS + LoRa version)

The TTGO website says they support MicroPython on their T-watch devices, but the documentation is awful. Regardless, I was able to find some great git repos by people who have done the device bringup. I am using https://gitlab.com/mooond/t-watch2020-esp32-with-micropython/-/tree/master by Franz Scha...
by bhav
Tue Feb 01, 2022 8:23 pm
Forum: Programs, Libraries and Tools
Topic: Ubluepy and wasp os, characteristic uuid
Replies: 1
Views: 11721

Re: Ubluepy and wasp os, characteristic uuid

You can't duplicate the same UUID for two different services
by bhav
Tue Feb 01, 2022 8:22 pm
Forum: Programs, Libraries and Tools
Topic: Online micropython simulator
Replies: 0
Views: 12285

Online micropython simulator

I've been using Wokwi which is an awesome website where you can prototype Micropython projects in a simulator using a Raspberry Pi Pico. The link is here: https://wokwi.com/arduino/new?template= ... on-pi-pico

Hope this is as useful to you as it is to me! I learned all my Micropython on Wokwi