Fatshark LED MOD

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • WARNING: This hacky mod that can damage/burn your Fatshark googles. Don't do this unless you know what you are doing.
    Schematics, Arduino code, photos ...
    github.com/and...
    ATTINY85
    www.ebay.com/it...
    5 Way Switch
    www.ebay.com/it...
    Adjustable voltage regulator
    www.ebay.com/sc...

Комментарии • 16

  • @NickB2513
    @NickB2513 7 лет назад +1

    That looks awesome!!! :-)

  • @UFDACREW
    @UFDACREW 6 лет назад

    I thought it was super cool subbed!!!

  • @Spz03737
    @Spz03737 6 лет назад

    Thanks! Had the wrong timer lib installed! Compiled!
    Another question - is this coded for only 7 leds? I'm using more than that on my setup (16).
    Thanks again!

    • @AnttiVainik
      @AnttiVainik  6 лет назад

      Yes, it used to be 7 leds only, but I made a commit a minute ago. Now you can #define NUMBER_OF_LEDS 7 to whatever you want. Everything else except MODE_KNIGHT_RIDER should work just fine. Update your source code from github.

    • @AnttiVainik
      @AnttiVainik  6 лет назад

      To fix MODE_KNIGHT_RIDER you will need to fiddle around with values in void setKit(int8_t start) function. Try increasing values of start variable. Sorry I can't tell you exactly what it needs to be, but I'm sure if you try few random values you'll get it right in few minutes.

    • @Spz03737
      @Spz03737 6 лет назад

      OK I'll wait for that commit to go through -- still not seeing it.
      Can you just flash directly over previous programs on these digisparks? I've used some that require you to write null data -- excise the ignorance -- havent programmed arduino in a few years.
      Thanks again!!

    • @Spz03737
      @Spz03737 6 лет назад

      Im still only seeing the latest commit of 9 hrs ago when you updated the readme.
      Can I just set the LED number by changing the following:
      struct LINE {
      LED led[7];
      Where 7 would be the number of lights?
      Thanks!

  • @Spz03737
    @Spz03737 6 лет назад

    Using windows10 - I cannot compile this code, I keep getting
    "Arduino\sketch_apr20a\sketch_apr20a.ino:1:19: fatal error: Event.h: No such file or directory
    #include
    ^
    compilation terminated.
    exit status 1
    Error compiling for board Digispark (Default - 16.5mhz).
    "
    Any ideas?
    Thanks!!

  • @jamble7k
    @jamble7k 6 лет назад

    it seems skyzone thought your idea was cool :D see rcmodelreviews video on the skyzone v3s, yours is brighter!

  • @Spz03737
    @Spz03737 6 лет назад

    Could you please link to the library files you used to compile this (zip pref)?
    Thanks man!!

    • @AnttiVainik
      @AnttiVainik  6 лет назад

      Hi, I updated the README.md file, take a look. You are getting the compilation error because you are missing Timer library. You can download the library from github, link and installation instructions in README. Good luck!

  • @Spz03737
    @Spz03737 6 лет назад

    Can you hit me up on hangouts m8? I've got it all wired up but have some questions.
    Thanks!

    • @AnttiVainik
      @AnttiVainik  6 лет назад

      Oops, I committed to wrong repository yesterday. NOW changes are on github. Ping me at firstname.lastname at gmail

    • @Spz03737
      @Spz03737 6 лет назад

      Antti Vainik I got it all figured out last night brother - just edited the bits and bobs - got all 16 working as well as knight rider mode. Thanks alot for your hard work!

    • @Spz03737
      @Spz03737 6 лет назад

      ruclips.net/video/CIcj020aaDQ/видео.html

    • @Spz03737
      @Spz03737 6 лет назад

      Just sent you an email man!