Programming with MicroPython: Wireless Radio
Import FutureBoard Library
Import the Library to make use of its functions.
10: Wireless Radio
Import Radio Library
1. Initiate a Radio
Define an event trigger function and call it in the trigger parameter to automatically call the function on receiving message.
2. Set the radio channel
3. Read the channel feed
Returns the message.
4. Publish a message to channel
Sample Program 1
Sample Program 2: Event Triggers
Advanced Program: MESH with ESPNOW
Last updated