Chat freely about anything...

User avatar
By Gadget999
#73311 I want to build a device where a button is pressed on a small box and the press event is sent to a windows application on a nearby PC

i can do it with a wireless serial port like this

Image


i recently bought a Nodemcu v3 ESP8266 board

can this board be used as a wireless serial port ?

is there another way i should be looking at the problem ?

Thanks in advance :)
User avatar
By btidey
#73326 Yes the device can be used as an interface between wireless and a serial port, but if understand your requirement then you can do this by:

Using the device to sense the switch on its GPIO and programming it to send a message over wifi to the PC when this happens. If the PC doesn't have wifi but is wired to your wifi Access point then the module will just send via the AP.

There are lots of guides around to do similar things. It does require you to get to know how to program the module.
User avatar
By Gadget999
#73334 thanks for your advice

i will build the handcontroller using something arduino based

slightly confused the board i have is marked "Lolin" "wemos.cc" and "NodeMcu v3" - is this board a clone ?

is there a guide i can see for connecting via a serial port ?