Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
When I tried resetting and rebooting with the ......uf2, now CPLAYBOOT disappers but CIRCUITPY does NOT appear in its place.
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
from adafruit_ble import BLERadio
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement
from adafruit_ble.services.nordic import UARTService
ble = BLERadio()
uart = UARTService()
advertisement = ProvideServicesAdvertisement(uart)
ble.start_advertising(advertisement)
while True:
pass
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Again, the first approach communicates to the Bluefruit phone app, but does not allow uploading code.py or Libraries
the 2nd approach neither communicates to the Bluefruit app, nor responds to loading of code.py and Libraries, only keeps flashing LEDs RED.
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth
Re: Issue with Circuit Playground Bluefruit - Bluetooth