Difference between revisions of "RS9116 Radio Module"
Kyoungmeyer (talk | contribs) |
Kyoungmeyer (talk | contribs) |
||
Line 41: | Line 41: | ||
=== FreeRTOS === | === FreeRTOS === | ||
+ | == Conclusion == | ||
{{:Templateimpl:whatnext | initials=BS | title=Getting Started with the EMAC OE SDK | desc=Basic tutorial for using the EMAC OE SDK. | project=OE 5.0 }} | {{:Templateimpl:whatnext | initials=BS | title=Getting Started with the EMAC OE SDK | desc=Basic tutorial for using the EMAC OE SDK. | project=OE 5.0 }} | ||
Revision as of 14:05, 2 April 2020
This page will show how to use the RS9116 radio module in both MicroPython and FreeRTOS. The RS9116 module currently supports both WiFi and Bluetooth 5.
Contents
Background
Hardware Required
- Desktop PC (Windows/Linux/Mac will work)
- CutiPy R1 or MitiPy R1 board with RS9116 populated
- Micro USB cable
Software Required
- A shell program such as rshell (MicroPython only)
- The latest firmware for the board (MicroPython or FreeRTOS) See here for details
General Information
Using the RS9116
MicroPython
EMAC provides a MicroPython driver for the RS9116 that supports both WiFi and Bluetooth. Both WiFi and Bluetooth can be used concurrently, in the right application.
WiFi
Bluetooth
FreeRTOS
Conclusion
Pages with Related Content
CutiPy Micropython Documentation
Cutipy-MicroPython Bluetooth LE demo