Programming with MicroPython: Wireless Radio
Import FutureBoard Library
from future import *10: Wireless Radio
Import Radio Library
from radio import *1. Initiate a Radio
r=Radio(trigger)2. Set the radio channel
r.channel=13. Read the channel feed
r.read()4. Publish a message to channel
Sample Program 1
Sample Program 2: Event Triggers
Advanced Program: MESH with ESPNOW
Last updated