Not compiling on xcode
the example it self is not compiling on xcode. it is giving a lot of errors.
need help

Hi Iameerhamza,
I just compiled and installed the app using fresh installed android and flutter tooling. Note: I'm not an expert on flutter anyway. Can you elaborate a bit more on your problem?
Br Carl
Hello wolfc01,
I am trying to use your example app to link to an Arduino Nano 33 BLE, but am having difficulties securing a connection. The BLE device comes up nearly instantly, but the gets stuck with a 'connecting to 2E:E9:A9:FE:BE:48' message. Do you know what changes I should make to fix this connection error? Thanks.
Hi Kiteboards, No clue yet.... can you debug from the arduino nano? Do you get a connect request event? Br Carl
I have successfully connected to the Arduino Nano, but the app only sends the first character of the string. The first character is received on the Arduino side as an integer, which points to the respective character on the ASCII table. Example: "A" is received as 65. My question is, how do I send more than just one char at a time? Thanks.
Hi
The example sends multiple characters at a time. So problem is in the arduino I guess.
Br
Op ma 20 dec. 2021 23:59 schreef Kiteboards @.***>:
I have successfully connected to the Arduino Nano, but the app only sends the first character of the string. The first character is received on the Arduino side as an integer, which points to the respective character on the ASCII table. Example: "A" is received as 65. My question is, how do I send more than just one char at a time? Thanks.
— Reply to this email directly, view it on GitHub https://github.com/wolfc01/flutter_reactive_ble_uart_example/issues/3#issuecomment-998331338, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ5CCF4FBIIPNJNXIHCAYTUR6YNTANCNFSM5IQLVEHA . You are receiving this because you commented.Message ID: @.***>