Python Forum
python ibeacon rasp pi localization - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: python ibeacon rasp pi localization (/thread-16046.html)

Pages: 1 2


RE: python ibeacon rasp pi localization - joefreedy - Feb-12-2019

https://github.com/switchdoclabs/iBeacon-Scanner-
I'm sorry I'm tired of you. but there is an example of the code. No problem when I scan here, but I have a problem with my code.


RE: python ibeacon rasp pi localization - buran - Feb-12-2019

Well, I told you what where the problem is - line 37


RE: python ibeacon rasp pi localization - joefreedy - Feb-12-2019

@buran Thank you very much, but this only eliminates the error. I can't list the distance and ibeacon.
output:
pi@raspberrypi:~/Desktop/bluetooth_indoor_localization $ sudo python indoor.py
ble thread started

(Feb-12-2019, 05:00 PM)buran Wrote: <font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Peki, sorunun nerede olduğunu söyledim - satır 37</font></font>
can you help me ?


RE: python ibeacon rasp pi localization - joefreedy - Feb-12-2019

(Feb-12-2019, 03:00 PM)buran Wrote: You have extra calculate_accuracy on that line

I want to get some support. I cannot find the distance with the code I wrote in Python and print it on the screen.