Hey everyone,
I am new to App Inventor and trying to connect my Arduino Nano 33 BLE via bluetooth to my App via MIT AI2 Companion and I have a few questions. I've tried to look through existing questions but there are a few things I don't quite understand.
Is it even possible to do it like this (via MIT AI2 Companion)? It works with Arduino UNO..
The Arduino code is readable to me and I understand most of it, but is there an easy way to translate the sending part into blocks? All the solutions I've seen use multiple blocks and I dont understand them completely
Can you help me with the BLE connection?
Here is my app:
I'm trying to turn on 6 LEDs using buttons on the app. Each button should turn on a different colored LED while turning the others off, so only one LED can be on at a time. The dark button should turn all LEDs off.
You write that you want to connect to the BLE module, and you are using the Bluetooth Classic component. BLE and Classic are two different bluetooth systems. You must use the BLE extension to be able to connect to BLE devices.
It is working now, thank you very much! My biggest problem was the BLE connection, I'm glad that you found my mistake
Oh and the short uuids didn't work, I needed longer ones, I don't know why but yeah