This is the first project arranged in the fourth week. Use the web to obtain the data of the rapid iot kit. Implementation method: Use the computer's Bluetooth to connect to the rapid iot kit, use python+bleak to realize the transmission of Bluetooth data, and the interaction of the web. The cloud server used is dweet.io. dweet.io is a free cloud server website. The display interface is as follows.
This cloud server is very simple to use. When we upload data, we need an ID number. Then when we want to access the data, we only need to enter the URL dweet.io/follow/id and replace the last ID of the URL with our own ID. You can also view my device data by visiting dweet.io/follow/manhuami2007. And this website has a corresponding python library dweepy, which can be accessed more conveniently. The following attachments are the bin file of the kit and the source code of python (the python version used needs to be python3.6). When using a computer to communicate with Bluetooth, you need to bind the rapid iot kit on the computer first. That is, connect to Bluetooth once on the Bluetooth settings page of your computer.
This content was originally created by EEWORLD forum user manhuami2007. If you want to reprint or use it for commercial purposes, you must obtain the author's consent and indicate the source