-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compiling on xcode #3
Comments
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. Br |
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, |
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? |
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
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ5CCF4FBIIPNJNXIHCAYTUR6YNTANCNFSM5IQLVEHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
the example it self is not compiling on xcode. it is giving a lot of errors.
need help
The text was updated successfully, but these errors were encountered: