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

https://github.com/whynot46/arduino_websocket_server_example

Sending data from Arduino to FastAPI server
https://github.com/whynot46/arduino_websocket_server_example

arduino arduino-uno arduino-uno-r3 ethernet-shield fastapi python python-3 w5100 websocket-client websocket-server websockets

Last synced: 9 months ago
JSON representation

Sending data from Arduino to FastAPI server

Awesome Lists containing this project

README

          

# Arduino_Websocket_Server_Example
Пример работы WebsocketServer на Arduino Uno, отправка данных с датчиков на сервер Fast API и отображение данных в виде графика.


Разрабатывалось для Arduino Uno R3 и Ethernet Shield на базе W5100.




![Иллюстрация к проекту](https://github.com/Whynot46/Arduino_Websocket_Server/blob/main/example.PNG)


## Содержание
- [Технологии](#технологии)
- [Использование](#использование)
- [Требования](#требования)
- [Команда проекта](#команда-проекта)
## Технологии
- [ArduinoWebsocketServer](https://github.com/ejeklint/ArduinoWebsocketServer)
- [FastAPI](https://fastapi.tiangolo.com/)
## Использование
Руководство по установке Вы можете увидеть здесь.
## Требования
- Arduino Uno (R3 and later)
- Arduino Ethernet Shield, Arduino Ethernet Shield 2, Leonardo Ethernet и любые другие устройства на базе W5100/W5200/W5500.
- АЦП HX711
## Команда проекта
- [Алексей Пахалев](https://github.com/Whynot46)