Open NoxiousMiner opened 3 years ago
Thanks for opening your first issue here! đ
đ Be sure to:
1. đ Have a look at the Wiki and README for information
2. đ Search for similar issues (open and closed)
3. âī¸ Provide enough information to understand, recreate and help out with your problem
4. âšī¸ Let us know if you find a solution
5. đ Close the issue when your problem has been solved
Hi, do you still need this feature?
Hi Stefhan,
Yes I'd love to have this feature as I wasn't able to find any Neopixel LED in my country so I'm stuck with 4 pin RGB LEDs
On Wed, Oct 20, 2021, 5:18 PM Stefan Kremser @.***> wrote:
Hi, do you still need this feature?
â You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SpacehuhnTech/WiFiDuck/issues/69#issuecomment-947568952, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMB2YYVRQDELDMICVVFJDFTUH2QR5ANCNFSM44SX5WVA .
Just pushed the changes necessary but I haven't tested it. What you need to do:
config.h
line 45I am gonna test it out in a few. Thanks for taking the time to reply and help me. You're a talented guy and you've inspired me a lot. Keep up the amazing work <3
Also I was rewatching your videos and wondering if you had any plans to make an All-In-One Device that has the wifi duck and Wifi Deauther in it. I was wondering if making a device like that was possible as the deauther and the duck both run on the ESP8266. So we could have an AIO device that functions both as a wifi duck and a deauther that can be run off of an interface. Would be cool to have a gadget like that.
On Wed, Oct 20, 2021 at 8:40 PM Stefan Kremser @.***> wrote:
Just pushed the changes necessary but I haven't tested it. What you need to do:
- download the project to get the latest files
- open atmga_duck.ino
- uncomment config.h line 45 https://github.com/SpacehuhnTech/WiFiDuck/blob/7ef2752d2527ffc6be5fbe9275709411a0179e8a/atmega_duck/config.h#L45
- uncomment line 46 if your LED has a common anode.
- uncomment line 47-49 (you can change the numbers to the pins you have your LED connected to)
- compile and upload the sketch to your atmega32u4 board
â You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SpacehuhnTech/WiFiDuck/issues/69#issuecomment-947734749, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMB2YYVFAPS3ERYHE3MRJ4TUH3IFXANCNFSM44SX5WVA .
Could you please give me the code where I can use an RGB LED instead of Neopixel LED?