Search found 5 matches

by vlad
Fri Oct 09, 2020 10:27 am
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 109144

Re: TTGO T-WATCH-2020

Hi guys,
Did anyone try to implement the MQTT or any other messenger client for T-Watch2020 yet?
by vlad
Mon Sep 21, 2020 3:39 pm
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 109144

Re: TTGO T-WATCH-2020

Thanks a lot !
BTW can I utilize "request_tick" somehow to get the events for the metronome ?

I think using the while loop is not the best option for that if I need to draw on the screen and activate a vibration motor on each tick.

Do you have an example of such a code handy ?

Cheers,
Vlad
by vlad
Mon Sep 21, 2020 2:13 pm
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 109144

Re: TTGO T-WATCH-2020

Hi guys, I found the following statement in husky's code : wasp.py .... def request_tick(self, period_ms=None): """Request (and subscribe to) a periodic tick event. Note: With the current simplistic timer implementation sub-second tick intervals are not possible. I'm, trying to build the metronome a...
by vlad
Fri Aug 28, 2020 11:00 am
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 109144

Re: TTGO T-WATCH-2020

Hi mate, thank you for the prompt response. I didn't think that metronome itself is a problem, but the accuracy could be an issue :-) Currently I'm looking for the solution how to send the tempo over socket.io to t-watch. I have two messages in mind: 1. Start Metronome with specific tempo value 2. S...
by vlad
Mon Aug 24, 2020 1:50 pm
Forum: ESP32 boards
Topic: TTGO T-WATCH-2020
Replies: 87
Views: 109144

Re: TTGO T-WATCH-2020

Hi guys, are there musicians here in this forum? I'm building the foot midi controller based on Raspberry Pi I bought T-WATCH-2020 thinking of using it for two things: 1. Metronome. If I can send a value tempo too it the watch would start buzzing with a motor for specific period of time. It will hel...