- Wed Mar 02, 2016 10:25 am
#42243
My project right now includes a esp8226, logic level converter and a digispark. The esp8266 is set as an AP, then serves a webpage that allows you to upload a file to the esp8266. the esp8266 reads the text file for specific key words, then sends those instructions over I2c to the digispark. the digispark then acts as a keyboard and types things.
In simpler terms I am trying to recreate some thing called the usb rubber-ducky but add wifi functionality. I currently have working prototype but if the esp8266 could do the job of digispark that would shrink the size of this project. also I could possibly turn off the tcp-ip and wifi stacks( some how) after the upload of ducky script file. would it be possible to use the wifi(in regards to wifi stack && tcp-ip stack) then turn off the wifi stacks during the
emulation of a keyboard and afterwards turn the wifi stack back on.
usb rubber-ducky:
http://hakshop.myshopify.com/collections/usb-rubber-ducky/products/usb-rubber-duckyp.s. sorry about putting this post in the hardware section of the website, I thought this was a hardware question.