File tree Expand file tree Collapse file tree 1 file changed +34
-3
lines changed Expand file tree Collapse file tree 1 file changed +34
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Arduino_Websocket_Server
2
- Websocket Server deployed on the Arduino platform sends data to the Fast API server and displays the data as a graph
2
+ Сервер Websocket, развернутый на платформе Arduino, отправляет данные на сервер Fast API и отображает данные в виде графика.
3
3
<br >
4
- Requires WebSocket.h to work WebSocketServer: https://github.com/ejeklint/ArduinoWebsocketServer
4
+ Разрабатывалось для Arduino Uno R3 и Ethernet Shield на базе W5100.
5
+ ## Содержание
6
+ - [ Технологии] ( #технологии )
7
+ - [ Использование] ( #использование )
8
+ - [ Требования] ( #требования )
9
+ - [ Команда проекта] ( #команда-проекта )
10
+ ## Технологии
11
+ - [ ArduinoWebsocketServer] ( https://github.com/ejeklint/ArduinoWebsocketServer )
12
+ - [ FastAPI] ( https://fastapi.tiangolo.com/ )
13
+ ## Использование
14
+ Установите необходимые библиотеки с помощью команды:
5
15
<br >
6
- Developed for Arduino Uno R3 and Ethernet Shield W5100
16
+ <br >
17
+ For Windows:
18
+ ```
19
+ pip install -r requirements.txt
20
+ ```
21
+ For Linux/MacOS:
22
+ ```
23
+ pip install -r requirements.txt
24
+ ```
25
+ <br >
26
+ Скачайте библиотеку <a href =" https://github.com/ejeklint/ArduinoWebsocketServer " >ArduinoWebsocketServer</a > и установить её:
27
+ <br >
28
+ Откройте Arduino IDE и следуйте пути:
29
+
30
+ ```
31
+ Скетч -> Подключить библиотеку -> Добавить .ZIP библиотеку
32
+ ```
33
+ ## Требования
34
+ - Arduino Uno (R3 and later)
35
+ - Arduino Ethernet Shield, Arduino Ethernet Shield 2, Leonardo Ethernet и любые другие устройства на базе W5100/W5200/W5500.
36
+ ## Команда проекта
37
+ - [ Алексей Пахалев] ( https://github.com/Whynot46 )
You can’t perform that action at this time.
0 commit comments