Search results

  1. Z

    bldc "Learning board" based on st8

    I am already playing with your awesone work done on these controllers published on github. :wink: Already flashed one and i am studying source code, very clean and well done ! :bigthumb: My goal is to do an open source kt-lcd[12345678] display hardware and software implementation based on...
  2. Z

    bldc "Learning board" based on st8

    Maybe a bit overpriced, looks like chinese kt series controller, anyone has played with it ? It seems source code to start experimenting is included https://www.aliexpress.com/item/4000515194526.html
  3. Z

    S-LCD to S12S controller communication protocol hacked

    to compute checksum correctly, start with crc=0x0E, and not include first byte crc = 0x0e for i, v in enumerate(rxbuffer): if i != 5 and i != 0: crc ^= v
Back
Top