Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akeb/gassensor
https://github.com/akeb/gassensor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akeb/gassensor
- Owner: AKEB
- Created: 2018-10-17T09:50:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T09:50:47.000Z (about 6 years ago)
- Last Synced: 2023-08-17T20:33:40.630Z (over 1 year ago)
- Language: C++
- Size: 4.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
Простая плата на базе микросхемы ESP8266 (Wemos D1 mini).
Отображение в web интерфейсе и отправка на сервер умного дома по протоколу MQTT
## Ссылки ##
* [FileSystem Install](https://github.com/esp8266/arduino-esp8266fs-plugin)
* [EasyEDA Project](https://easyeda.com/AKEB/New_Project-71627d214a5542078ba6a168b7f5fc28)
* [esptool-gui](https://github.com/Rodmg/esptool-gui)
* [esptool](https://github.com/espressif/esptool)# Распиновка #
## Код для заливки прошивки ##
```
#!bash./esptool.py --port /dev/cu.wchusbserial1420 write_flash -fm=dio -fs=4MB 0x00000 ~/Downloads/0x00000_ESP8266_201705062105.bin
```