Difference between revisions of "Cutipy-MicroPython Bluetooth LE demo"

From wiki.emacinc.com
Jump to: navigation, search
(Created page with "==Intro== Here we will demonstrate basic Bluetooth LE (low energy) connectivity between an android device and a CutiPy running MicroPython. The application will connect to the...")
 
Line 6: Line 6:
 
1. Android device (Smartphone)
 
1. Android device (Smartphone)
 
* CutiPy device running MicroPython
 
* CutiPy device running MicroPython
 +
* A personal computer
 
</cl>
 
</cl>
 +
 +
===Steps===
 +
 +
''''ON YOUR PC:''''
 +
<cl>
 +
1. Connect your CutiPy to your personal computer (Steps covered here)
 +
* Copy blechat.py into the CutiPy drive

Revision as of 16:42, 18 October 2019

Intro

Here we will demonstrate basic Bluetooth LE (low energy) connectivity between an android device and a CutiPy running MicroPython. The application will connect to the CutiPy via the onboard RS9116 radio module, once connected the user can 'wirelessly' toggle an led and send text messages to the LCD.

Required Materials

  1. Android device (Smartphone)

  2. CutiPy device running MicroPython

  3. A personal computer

Steps

'ON YOUR PC:' <cl> 1. Connect your CutiPy to your personal computer (Steps covered here)

  • Copy blechat.py into the CutiPy drive