Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myhauntedforest/simpleremotecontrolaircannons
Remote controlled air cannons over WiFi
https://github.com/myhauntedforest/simpleremotecontrolaircannons
arduino esp8266
Last synced: about 2 months ago
JSON representation
Remote controlled air cannons over WiFi
- Host: GitHub
- URL: https://github.com/myhauntedforest/simpleremotecontrolaircannons
- Owner: MyHauntedForest
- License: mit
- Created: 2021-01-31T18:49:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T19:19:48.000Z (almost 4 years ago)
- Last Synced: 2023-09-27T11:36:32.534Z (over 1 year ago)
- Topics: arduino, esp8266
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleRemoteControlAirCannons
Remote controlled air cannons over WiFi## Endpoints
| Endpoint | Description |
|---------- |----------------------------------------------------- |
| / | Root, shows uptime of the NodeMCU |
| /open | Opens the air valve |
| /close | Closes the air valve |
| /pulse | Opens the air valve, then after 100ms, it closes it |