WebSockets for Arduino platform

test
ORIGINAL POST
By David(skaarj1989)
components
Hardware Components
Ethernet Shield
X 1
Ethernet Shield
details

arduino-serial-monitor.png

This project makes a simple “μWebSockets” for Arduino platforms with small microcontrollers such as AVR, arm Cortex-M0, ESP8266. It can support open source IDE environments like Arduino and “Visual Studio Code with Platformio”.

Following screenshots shows Rasperry Pi server and Arduino client in action:

  • Node.js server on Raspberry Pi (/node.js/chat.js)

  • Arduino Uno client (/examples/chat/chat.ino)

If you want to see more examples, please visit here.

For more detail about this project, please visit original project GitHub repository.

 

arduino-serial-monitor.png

This project makes a simple “μWebSockets” for Arduino platforms with small microcontrollers such as AVR, arm Cortex-M0, ESP8266. It can support open source IDE environments like Arduino and “Visual Studio Code with Platformio”.

Following screenshots shows Rasperry Pi server and Arduino client in action:

  • Node.js server on Raspberry Pi (/node.js/chat.js)

  • Arduino Uno client (/examples/chat/chat.ino)

If you want to see more examples, please visit here.

For more detail about this project, please visit original project GitHub repository.

 

documents
Code
GitHub

COMMENTS

Please Login to comment
  Subscribe  
Notify of