TCode ESP32 v0.34b
🕑 Added 2023-12-17 22:09:59 +0000 UTCThis is mostly a BLDC(SSR1) release.
- Add support for BLDC MT6701 SSI (Default)
- Add BLDC SPI support
- Add twist servo to BLDC
- Add aux servo to BLDC
- Changed commands to follow the input standard #<command> - for runtime commands $<command> - for commands that save to system settings
- New flashing method. See the PDF in the archive for updated instructions.
This new flasher has a WiFi configuration and a basic serial monitor to execute commands and view output.
Flashing code is in the Same TCode_ESP32 repository https://github.com/jcfain/TCodeESP32/tree/master but licensed under GPLV3 to comply with QT licensing for static build - The AP mode IP address has changed to help avoid network conflicts.
The new address is 192.168.69.1
Known issues: TCode V0.2 has been broken somewhere along the way. I may just retire it at some point if there are no objections.
Comments
John
Look at Scriptplayer for an example of Intiface support. Yep, so it can do both t-code and bluetooth vibe devices wirelessly. Estim too I think, not sure.
Khrull
vibe support? Do you mean have XTP control non tcode devices?
Khrull
The BLDC build is primarily for the SSR1. I named it bldc because thats the motor it uses vs. the servo in anticipation that more bldc devices are released in the future.
John
What are the differences between the different versions?
John
Thanks! Any chance you'd be interested in adding Intiface support to XTP Player for vibe support? Maybe even to Tcode remote too, once you're done with XTP.