IoT-Bus Examples Index¶
You can find the examples on the iot-bus GitHub page. The examples are in two repositories:
- iot-bus-examples-platformio
- Examples in c++ format and platformio.ini files that contain library dependencies.
- iot-bus-examples-arduino
- Examples in ino format. You will need to separately install library dependencies described in each example.
The examples that are described in this section are a subset of the examples in the repository. If you run through these examples you’ll discover how to use each of them.
- Blink
- Get started with the ubiquitous Blink and flash the on-board LED.
- Hello World
- A simple WiFi web-server that responds to HTTP requests.
- CAN Bus
- How to send and receive data using CAN Bus.
- Relay
- Demonstrates how to switch the relay on and off.
- LoRa
- How to send and receive data using LoRa.
- Motor
- How to control a stepper motor.
- Display
- Graphics and touch screen example.
- SD Card
- A test for the SD Card on the IoT-Bus Display.