![]() |
bluetooth - Printable Version +- phyphox Forums (https://phyphox.org/forums) +-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6) +--- Forum: Feature requests (https://phyphox.org/forums/forumdisplay.php?fid=8) +--- Thread: bluetooth (/showthread.php?tid=2129) |
bluetooth - emmanuel - 04-17-2025 Hi, I want to send to phyphox up to 7 data in a single packet via BLE (from an arduino or xiao ceeed) For that purpose, I use the phyphox.ble library. No problem to send the packet via BLE. The problem is that it seems that phypohox can receive only 5 data in a single packet. (max number of ouptuts in the bluetooth input. characteristic of each ouptut is cddf1002-30f7-4671-8b43-5e40ba53514a) How to send 2 (or even more) additional data to phyphox? I tried to cut the data into 2 packets but it seems that phyphox accepts only a single BLE packet. Thanks for any help. Emmanuel RE: bluetooth - Jens Noriʇzsɔɥ - 04-17-2025 See https://phyphox.org/forums/showthread.php?tid=2128 (does it already answer your question…?) |