Questions tagged [aioble]
1 questions
0
votes
1 answer
Micropython aioble: how to receive data as a server
Based on the official peripheral sensor example, I need to also receive data.
Here is what I tried:
from micropython import const
import uasyncio as asyncio
import bluetooth
import aioble
import struct
import random
import json
import…

Damien
- 1,624
- 2
- 19
- 26