Wireless PC to Feather communication

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
sebastienperth
 
Posts: 113
Joined: Fri Jan 15, 2021 4:21 pm

Wireless PC to Feather communication

Post by sebastienperth »

Hi, I have a Feather nRF52840 with a DC motor wing. I use the Bluefruit app to turn motors on and off and set the speed.
I would like to write a Python program to control the feather from a laptop.
I looked for a guide on the Adafruit site and didn't come across something that matched my goal.
I am just hoping to get a bit of a 'ingredient list' of what I would need to make that happen.
Thanks

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Wireless PC to Feather communication

Post by mikeysklar »

BLE UART is a convenient way to connect to a controller board like the nRF52840 from a laptop.

https://learn.adafruit.com/circuitpytho ... rt-example

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”