Replies: 3 comments 1 reply
-
This library will only scan for BLE based devices, beyond that there are no special filters |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your fast reply, Alan! This is a BLE device (not BT classic), that’s why I was surprised not to see it show up in the list of scanned devices. Not exactly sure where to take it from here.
Thanks,
…-Rob
From: Allan Ritchie ***@***.***>
Sent: Saturday, February 24, 2024 11:24 AM
To: shinyorg/shiny ***@***.***>
Cc: RobSchein ***@***.***>; Author ***@***.***>
Subject: Re: [shinyorg/shiny] Shiny.BluetoothLE - Scan for Arduino/Rasberry PI BLE (Discussion #1414)
This library will only scan for BLE based devices, beyond that there are no special filters
—
Reply to this email directly, view it on GitHub <#1414 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AELOJMUFBYAPR77UNVK3CXTYVIV4LAVCNFSM6AAAAABDYEWOG2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKNZYG4YTC> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AELOJMQ63JJZ65S4YP6SOO3YVIV4LA5CNFSM6AAAAABDYEWOG2WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAQLTJO.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
-
While on PTO, my idea bubble triggered. Debugging directly on an android phone instead of a Visual Studio android emulator did the trick. Since I'm just scratching the surface of mobile development, not sure why the emulator is not behaving like the hardware does. I'll have to do more research. At least I am making progress now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks so much for the library, very handy and I'm surprised (and pleased) to have found something I believe will short-circuit my develoment! Using Maui...In following your Getting Started guide, when I Scan().Subscribe(...), what returns is a list of what looks like beacons (AdvertizementData.LocalName...I get a bunch of gDevice-beacon or beac names). I have a little arduino device that is advertising and shows up in out-of-box android scanning tools, but I don't see it listed in the Shiny scanned list of devices. In BLE land (especially Arduino), there is the concpt of Central/Peripheral devices. My device is a Central, and your guide references Peripherals. I'm wondering whether I am confused with the terminology. In any event, I have that Central device and I want to interact with it. Thank you in advance for your advice!
Beta Was this translation helpful? Give feedback.
All reactions