Тёмный

Turn your ESP8266 into a USB Keyboard and Mouse - Easy Tutorial 

Подписаться
Просмотров 26 тыс.
% 504

In this video, I will show you how to turn your ESP8266 microcontroller into a keyboard and mouse. This is a great project for those who want to control their computer remotely or automate their computer tasks. We will walk you through the process step-by-step, from setting up the the toolchain to programming the ESP8266 to emulate keyboard and mouse functions.
We will provide you with all the code you need, and you don't need any additional hardware other than an ESP8266 board and only one resistor. So, whether you're a beginner or an experienced maker, you'll be able to follow along and create your own ESP8266 keyboard and mouse in no time!
So, sit back, grab your ESP8266, and let's get started!
Executable docker image to easily compile and flash for the ESP32 and ESP8266 :
github.com/T-vK/docker-esp-sdk
Link for the project files:
github.com/cnlohr/espusb
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:00 - Intro & summary
0:27 - Investigation
0:48 - Soldering, and things to be careful of
2:47- Setting up the toolchain, compiling and flashing the firmware
5:08 - Connecting it to a PC and testing

Хобби

Опубликовано:

 

26 мар 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@makersfunduck
@makersfunduck Год назад
Hello all, A correction: the AMS1117 regulator that I used in the has the wrong pinout. The carrier board uses 1-Gnd 2-Vin 3-Vout whereas the AMS1117 is 1-Gnd 2-Vout 3-Vin. If you connect AMS1117, you might get unpredictable results. Instead you should use something like HT7333. Thanks for noticing @Dean Cording.
@DonaldDuvall
@DonaldDuvall Год назад
Thank you for the video. It and the code helped me realize how I could use one of these for a project I am making for my boys. I have been pulling my hair out, trying to find a USB HID interface chip, with my program running on an arduino or esp(32 or 8266) controlling the TFT Display vis SPI. All I want to do is send keystrokes to the USB port, depending on clicks in my little device. Basically a fancy Macro Keyboard with a touch screen :) I now realize I can do this all on the 8622, with some clever code and proper power management. Please keep on making videos, they are appreciated.
@makersfunduck
@makersfunduck Год назад
Glad you liked it 🙂 enjoy
@lifeai1889
@lifeai1889 8 месяцев назад
you should use esp32s2
@Malwarekid
@Malwarekid 3 месяца назад
I really liked your tutorial
@TheTruthfly
@TheTruthfly Год назад
very usefull, thanks
@makersfunduck
@makersfunduck Год назад
You're welcome!
@jonatanrek8109
@jonatanrek8109 8 месяцев назад
Hello, Is possible to create Arduino library from this project for mor easier use ? where you at start define just pins to use and then you can use it similarly to Arduino HID library ? Thank you in advance for answers :)
@YeetTheAn3On
@YeetTheAn3On 5 месяцев назад
Thanks for the video, but how do i use Custom commands? edit: also how do i press windows key over the web interface
@Gopichand-gd8mr
@Gopichand-gd8mr Год назад
If you make a video on how to customise espusb project , and use it in your custom project . It will be will be helpful for us As i am working on a similar project but with custom funcnality
@makersfunduck
@makersfunduck Год назад
what kind of project are you working on? I shared the code, and installing the toolchain in the video. with a basic C knowledge, it shouldnt be that hard to modify it.
@Gopichand-gd8mr
@Gopichand-gd8mr Год назад
@@makersfunduck I am new esp8266 programing, i am trying to understand flow of data in espusb project and till now I couldn't find the function which receive data from websocket, which will later be used to control mouse pointer and keyboard, if you reply,it will definitely help me
@sundae6610
@sundae6610 7 месяцев назад
does it support usb full speed satndard?
@destiny_02
@destiny_02 4 месяца назад
How are you flashing the board without a USB to Serial converter (like ch340) ?
@makersfunduck
@makersfunduck 4 месяца назад
for the first install, I indeed used an USB to serial converter.
@lifeai1889
@lifeai1889 8 месяцев назад
can this be done on the original esp32? esp32s2 and have native usb support but i want to make a keyboard that support both usb mode and bluetooth mode and original esp32 is perfect if it can support bitbanged usb also can you make a libary for use with arduino ide since im more familiar with it
@michaegi4717
@michaegi4717 6 месяцев назад
I did try to do this by combining Adafruit_TinyUSB and BleKeyboardMouse ... but I run out of memory as both are really big libraries.
@kevinchristianalienza9184
@kevinchristianalienza9184 2 месяца назад
Can i use esp32s2 ?
@Dewal4
@Dewal4 10 месяцев назад
Is there a way to control Keyboard output USB from microcontroller by itself? Like add some buttons and send message through USB? Without WIFI, phone etc.
@makersfunduck
@makersfunduck 10 месяцев назад
This sketch does not do that. but MAX3421E usb host chip can work. you can find clones easily.
@Dewal4
@Dewal4 10 месяцев назад
@@makersfunduck If it can type from web server, it should can also type from added buttons. I think it can be done. For now I'm using raspberry pico, cheap and can also act like keyboard USB HID
@tek9ine130
@tek9ine130 Год назад
can you please elaborate the steps required if i used the esp8266 module? (i mean the development board)
@makersfunduck
@makersfunduck Год назад
Do you mean the node mcu?
@makersfunduck
@makersfunduck Год назад
basically if you have the complete module you dont need anything except an usb cable.
@nssp8991
@nssp8991 Год назад
​@@makersfunduckdo you have discord or anything that I can contact you ? I have the same question about nodemcu
@makersfunduck
@makersfunduck Год назад
@@nssp8991 What is your question?
@nssp8991
@nssp8991 Год назад
@@makersfunduck Can I turn my Nodemcu esp8266 into a usb mouse? and can you make a video doing it using a windows os
@mhtalha4315
@mhtalha4315 5 месяцев назад
does it support waking up a PC from sleep mode?
@makersfunduck
@makersfunduck 5 месяцев назад
well, it act as a keyboard, and if you want you can program it like a mouse jiggler, so.. yes it is possible.
@JuanCarlos-yz6pu
@JuanCarlos-yz6pu Год назад
Buen dia, espero que estes bien . cual seria el diagrama para que funcione en esp32? si me podrias ayudar con eso porfavor
@makersfunduck
@makersfunduck Год назад
you can look up this diagram: github.com/cnlohr/espusb/blob/master/basic-schematic.png
@icnivad9762
@icnivad9762 6 месяцев назад
Can i use esp32
@makersfunduck
@makersfunduck 6 месяцев назад
Well, technically you can. But you need to modify the code to esp32.
@kevinchristianalienza9184
@kevinchristianalienza9184 2 месяца назад
​@@makersfunduckcan you help modify it to use it in esp32s2.thanks 😅
@DeanCording
@DeanCording Год назад
The 1824 regulator you are using has the wrong pinout for that carrier board. The board is actually very badly designed for use with a regulator as it uses an uncommon pad layout and doesn't have room for any filtering caps.
@makersfunduck
@makersfunduck Год назад
Thanks for your remakr. I did not used a 1824 regulator. I have used an ams1117 regulator (3.3 V) so it matches the pinout of this breakout board. However I agree, a filtering cap can improve the design of this breakout board. For this demonstration though, it is not causing any troulble, since the USB port on my PC provides enough power.
@DeanCording
@DeanCording Год назад
@@makersfunduck Nope, the AMS1117 regulator has the wrong pinout. The carrier board uses 1-Gnd 2-Vin 3-Vout whereas the AMS1117 is 1-Gnd 2-Vout 3-Vin.
@makersfunduck
@makersfunduck Год назад
@@DeanCording Thank you for the correction. I pinned your message.
@jjjjulian
@jjjjulian Год назад
wifi keyboard x)
@makersfunduck
@makersfunduck Год назад
Lol. It can be definetaly be called like that