flutter_reactive_ble_uart_example icon indicating copy to clipboard operation
flutter_reactive_ble_uart_example copied to clipboard

Not compiling on xcode

Open iameerhamza opened this issue 4 years ago • 5 comments

the example it self is not compiling on xcode. it is giving a lot of errors. need help Screenshot 2021-11-22 at 1 23 32 PM

iameerhamza avatar Nov 22 '21 08:11 iameerhamza

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

wolfc01 avatar Dec 12 '21 15:12 wolfc01

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.

Kiteboards avatar Dec 18 '21 02:12 Kiteboards

Hi Kiteboards, No clue yet.... can you debug from the arduino nano? Do you get a connect request event? Br Carl

wolfc01 avatar Dec 20 '21 19:12 wolfc01

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.

Kiteboards avatar Dec 20 '21 22:12 Kiteboards

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: @.***>

wolfc01 avatar Dec 23 '21 13:12 wolfc01