Florian Echtler
Florian Echtler
The easiest way would be to just modify BTLE.cpp and set your own MAC address here: https://github.com/floe/BTLE/blob/master/BTLE.cpp#L137-L142
OK, so if nRF Connect can detect it, then Nearby is maybe applying some extra filtering (e.g. what URLs are allowed)? Does the nRF app show the correct URL?
Have you tried https://github.com/google/eddystone/tree/master/tools/eddystone-validator ?
Not really sure what else the reason could be, maybe @ReDetection has an idea?
Hm, the way I understand it, that specifically does not apply to Eddystone-URL beacons. For -UID and -EID, you need Google support, but (theoretically) not for -URL. Maybe it's the...
On Ubuntu 20.04, there may be an issue with zeroconf v0.24.4, you could try downgrading locally with `pip3 install zeroconf==0.24.3` and see if that helps?
(see also https://github.com/home-assistant-libs/pychromecast/issues/332)
I seem to have the same issue (see https://classroom.github.com/classrooms/9211630-mobile-media-group/group-assignments/se-ws18-exercise-2 ). In fact, _all_ student repos show up as "(!) Not Submitted", regardless of whether they have committed something or not.
Had the same issue with Unity 2D on Ubuntu 12.04.2. A workaround is described here: https://groups.google.com/d/msg/tomighty/MOvHKgdDTH8/40KIbOeUnKwJ Note: I had to set the whitelist to ["all"] to make this work.
JFYI, you can actually use Github directly as an APT repository, no need for external services: https://github.com/rpatterson/github-apt-repos