https://github.com/anthonyec/atm-firmware
https://github.com/anthonyec/atm-firmware
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonyec/atm-firmware
- Owner: anthonyec
- Created: 2016-09-12T19:10:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T18:58:01.000Z (over 8 years ago)
- Last Synced: 2025-02-13T00:27:41.161Z (4 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atm_firmware
### Flashing Photon
Compiling and flashing remotely```sh
$ particle flash
```### Terminal utils
Use `netcat` to test simple server communcation```sh
$ netcat
```Use cURL to simulate SMS messages
```sh
$ curl -X POST localhost:4000/sms --data 'From=+4477000000000&Body=EC2A 3AR'
```### Photon Device Modes
https://docs.particle.io/guide/getting-started/modes/core/### Setup WiFi via USB
Please note, the particle **can't** connect to 5GHz networks and only supports 2.4GHz```
particle serial wifi
```