-
Notifications
You must be signed in to change notification settings - Fork 42
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
Registered, built and deployed onto ESP32 - no location found #26
Comments
As stated in the README, locations cannot be viewed in the Find My Device app. Google's network is not the best, you need to be patient if you are located in a less-populated area. |
One additional thing: Did you use the ESP32 firmware or the Zepyhr firmware? I'm asking because the Zephyr firmware was not written by me, and I didn't have the time to test it yet. |
Esp32 firmware. Just checking the esp device supports latest ble. I am
getting errors trying to build for a esp32c6 board.
…On Fri, 21 Feb 2025, 08:41 Leon Böttger, ***@***.***> wrote:
One additional thing: Did you use the ESP32 firmware or the Zepyhr
firmware? I'm asking because the Zephyr firmware was not written by me, and
I didn't have the time to test it yet.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIASXMADM56PU2HDDY4PPT2Q3RE7AVCNFSM6AAAAABXSEEXDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZTHEZDENRZGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: leonboe1]*leonboe1* left a comment (leonboe1/GoogleFindMyTools#26)
<#26 (comment)>
One additional thing: Did you use the ESP32 firmware or the Zepyhr
firmware? I'm asking because the Zephyr firmware was not written by me, and
I didn't have the time to test it yet.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIASXMADM56PU2HDDY4PPT2Q3RE7AVCNFSM6AAAAABXSEEXDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZTHEZDENRZGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Did you verify with a Bluetooth scanner app that the ESP32 is indeed sending out Bluetooth frames? nRF Connect is a good app for that, or AirGuard. |
@billybigpotatoes C6 supports only BLE and not classic bluetooth, so the code won't work. |
Have merged the PR, @billybigpotatoes does it work now? |
I will give it it a test |
In nrf app it should show up as FindMy device |
Hello, I am getting this using ESP32-C3 and ESP-IDF firmware on release/v5.4 branch:
I can see it in FindMyDevice app on the phone, but the location is unavailable there too. I can see it in nRF app as well. |
Did you verify that Find My Device works with regular trackers? Maybe it is not available in your area yet or there are too few devices. |
Same
d
…On Thu, 6 Mar 2025, 05:26 Adam M, ***@***.***> wrote:
Hello, I am getting this:
3. GoogleFindMyTools µC: 67c74126-0000-287b-997d-94eb2c1af6e0
If you want to see locations of a tracker, type the number of the tracker and press 'Enter'.
If you want to register a new ESP32- or Zephyr-based tracker, type 'r' and press 'Enter': 3
[LocationRequest] Requesting location data for GoogleFindMyTools µC...
[FCMReceiver] Listening for notifications. This can take a few seconds...
[LocationRequest] Location request successful. Decrypting locations...
----------------------------------------
[DecryptLocations] Decrypted Locations:
No locations found.
I can see it in FindMyDevice app on the phone, but the location is
unavailable there too. I can see it in nRF app as well.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIASXIA5KXEE7EZRFJRENL2S7L7VAVCNFSM6AAAAABXSEEXDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBSHA2DSNRWGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: adokitkat]*adokitkat* left a comment
(leonboe1/GoogleFindMyTools#26)
<#26 (comment)>
Hello, I am getting this:
3. GoogleFindMyTools µC: 67c74126-0000-287b-997d-94eb2c1af6e0
If you want to see locations of a tracker, type the number of the tracker and press 'Enter'.
If you want to register a new ESP32- or Zephyr-based tracker, type 'r' and press 'Enter': 3
[LocationRequest] Requesting location data for GoogleFindMyTools µC...
[FCMReceiver] Listening for notifications. This can take a few seconds...
[LocationRequest] Location request successful. Decrypting locations...
----------------------------------------
[DecryptLocations] Decrypted Locations:
No locations found.
I can see it in FindMyDevice app on the phone, but the location is
unavailable there too. I can see it in nRF app as well.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIASXIA5KXEE7EZRFJRENL2S7L7VAVCNFSM6AAAAABXSEEXDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBSHA2DSNRWGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ok, I left it on over night and now I can see locations in the Python script. |
Rebuilt app on a standard ESP32 chip - logs are I (31) boot: ESP-IDF v5.4-dirty 2nd stage bootloader No location found - but only just built - so will leave running for 24 hours |
Check if it's similar to mine in nrf app. even though the office is full of people I only get 2-3 reports/day, apple seems a lot better for now. |
Result of Python Script
[DecryptLocations] Decrypted Locations:
No locations found.
Also getting Location unavailable error on phone. - It keep respeating
Device is showing on both python list and phone application
Any thoughts? Feels so close
Built on mac using 5.4 or toolset
The text was updated successfully, but these errors were encountered: