An open API service indexing awesome lists of open source software.

https://github.com/edbcrepo/arduino_pc

Serialport arduino using Nodepp
https://github.com/edbcrepo/arduino_pc

Last synced: 3 months ago
JSON representation

Serialport arduino using Nodepp

Awesome Lists containing this project

README

        

# ARDUINO PC Test
in this example, I've connected a C++ HTTP Server Using [Nodepp](https://github.com/NodeppOficial/nodepp) to my Arduino UNO Project

## Dependencies
```
- 🔗: https://github.com/NodeppOficial/nodepp-arduino
- 🔗: https://github.com/NodeppOficial/nodepp
```

## Compilation
```
- 🐧: g++ -o main main.cpp -I ./include ; ./main
- 🪟: g++ -o main main.cpp -I ./include -ws2_32 ; ./main
```

## Preview
![image](https://raw.githubusercontent.com/EDBCREPO/Arduino_PC/master/image.gif)