HomeR/CHobbyKing SuperSimple HK-18A z firmware SimonK

Komentarze

HobbyKing SuperSimple HK-18A z firmware SimonK — 3 komentarze

  1. hello,
    I changed because of defective Atmega8.
    How should I set the fuse.
    Original is 0x1E 0x93 0x07
    Request for Info
    Thank you

    • You need to use avrdude (it’s distibuted with Arduino for example).
      I guess that 0x1e is low fuse, 0x93 is high fuse and 0x07 are lock bits, so:
      hfuse: avrdude -c usbasp -u -p m8 -U hfuse:w:0x93:m
      lfuse: avrdude -c usbasp -u -p m8 -U hfuse:w:0x1e:m
      lock bits: avrdude -c usbasp -u -p m8 -U lock:w:0x07:m

  2. hello can i use your firmware to use the esc as a car (no brake, no reverse)esc?

    where do i have to change the code?

Skomentuj Udo Anuluj pisanie odpowiedzi

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są oznaczone *

HTML tags allowed in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>