Recent content by Lesny

  1. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    Hi, J have a problem with blueosec. After connecting hc 05 to the controller , the application does not display anything. I tried swap rx with tx and it did nothing. Do you know what it might be?
  2. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    So if I use the latest software and ktlcd3 protocol this should not be a problem with speed setting ?
  3. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    I think it is too complicated for me because I program only in IDE and mainly deals with the electronic part. The only thing I need is to change the maximum speed to do what I assumed. Do you know where and what I would have to change the OpenSource code so that the controller does not ignore...
  4. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    I know but I would like to adapt the predefined driving modes and it would be easier to send the speed setting.
  5. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    hmm it is possible to change the configuration so that the controller uses the speed setting sent by uart like ori firmware ?
  6. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    Hi stancecoke, The communications works fine but I have another question if I use OpenSource firmware which parameters from kt lcd3 is used by the controller ?
  7. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    So I send to controller this data byte by byte 0012546011006464015014 but controller dont receive any data (I use bluetoth terminal). What I make wrong? This is my code: byte txBuffer[13]; byte assistlvl=0; uint8_t crc = 0x02; void setup() { Serial.begin(9600); txBuffer[0] = 0...
  8. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    Hi, I try develop my own lcd using arduino but I have problem with uart. So I use the usb uart conventer and H TERM to check transmison but the controller dont send any data. Do you know whats wrong? Thanks for any help .
  9. Lesny

    KT motor controllers -- Flexible OpenSource firmware for BMSBattery S/Kunteng KT motor controllers (0.25kW up to 5kW)

    Hi J have some problem with blueosec app. My bluetooth hc 05 it works, J try swap rx and tx but app dont receive any data. J use kt60svp and this controller reacts on settings in software. Are you know how solve this problem?
Back
Top