@elclaudio I'm developing this project on windows and raspberry pi 4. [micro-python-support](https://micropython.org/) is also needed. Here is a link to a [micropython-pi-pico simulator](https://wokwi.com/projects/new/micropython-pi-pico) Here is a link to [bluetooth advertising with pico-micro](https://github.com/raspberrypi/pico-micropython-examples/blob/master/bluetooth/ble_advertising.py) Here is a link to a [simple python example of an ibeacon](https://raspberrypi.stackexchange.com/questions/111740/raspberry-pi-bluetooth-hci-event-code-meaning) Here is a link to a [Bluetooth library for Raspberry Pi](https://raspberrypi.stackexchange.com/questions/114149/bluetooth-library-for-raspberry-pi) Here is a link to [Linux Beacon Zone](https://www.beaconzone.co.uk/blog/category/linux/) Here is a link to [btmgmt - Basic Python Wrapper for the BlueZ Management API](https://github.com/BOJIT/btmgmt) Here is a link to [python-btsocket - Python library to interact with the Bluez Bluetooth Management API](https://github.com/ukBaz/python-btsocket) [Ultimate Python Cheat Sheet: Practical Python For Everyday Tasks](https://blog.stackademic.com/ultimate-python-cheat-sheet-practical-python-for-everyday-tasks-c267c1394ee8) [How to create a Python library](https://medium.com/analytics-vidhya/how-to-create-a-python-library-7d5aea80cc3f)
@elclaudio
I'm developing this project on windows and raspberry pi 4.
micro-python-support is also needed.
Here is a link to a micropython-pi-pico simulator
Here is a link to bluetooth advertising with pico-micro
Here is a link to a simple python example of an ibeacon
Here is a link to a Bluetooth library for Raspberry Pi
Here is a link to Linux Beacon Zone
Here is a link to btmgmt - Basic Python Wrapper for the BlueZ Management API
Here is a link to python-btsocket - Python library to interact with the Bluez Bluetooth Management API
Ultimate Python Cheat Sheet: Practical Python For Everyday Tasks
How to create a Python library