Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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..

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).