Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paramsiddharth/esp32-blink
A simple blinking LED programme that runs on an ESP-32 microcontroller..
https://github.com/paramsiddharth/esp32-blink
arduino esp32 internet-of-things serial
Last synced: about 1 month ago
JSON representation
A simple blinking LED programme that runs on an ESP-32 microcontroller..
- Host: GitHub
- URL: https://github.com/paramsiddharth/esp32-blink
- Owner: paramsiddharth
- Created: 2021-08-31T13:31:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T14:33:17.000Z (over 3 years ago)
- Last Synced: 2024-05-22T20:22:42.000Z (7 months ago)
- Topics: arduino, esp32, internet-of-things, serial
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blinking ESP32
A simple blinking LED programme that may be uploaded
to an ESP32 microcontroller unit.## Instructions
Assuming `/path/to/port` represents the path to the serial
port the MCU is connected to and listening on, to compile
and upload, execute the following:
```bash
make port=/path/to/port
```If you wish to listen to the console output using a serial
monitor, the baud rate will be 1,15,200.# Made with ❤ by [Param](https://www.paramsid.com).