Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octaprog7/hscdtd008a
MicroPython module for control HSCDTD008A Geomagnetic Sensor.
https://github.com/octaprog7/hscdtd008a
geomagnetic i2c micropython sensor
Last synced: 1 day ago
JSON representation
MicroPython module for control HSCDTD008A Geomagnetic Sensor.
- Host: GitHub
- URL: https://github.com/octaprog7/hscdtd008a
- Owner: octaprog7
- License: mit
- Created: 2023-08-10T07:57:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-22T19:32:01.000Z (about 1 year ago)
- Last Synced: 2024-01-27T20:43:00.359Z (10 months ago)
- Topics: geomagnetic, i2c, micropython, sensor
- Language: Python
- Homepage:
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MicroPython module for control HSCDTD008A Geomagnetic Sensor.
Just connect (VCC, GND, SDA, SCL) from your HSCDTD008A board to Arduino, ESP or any other board with MicroPython firmware.
Supply voltage HSCDTD008A 3.3 Volts only!
Upload micropython firmware to the NANO(ESP, etc) board, and then files: main.py, hscdtd008a and sensor_pack folder.
Then open main.py in your IDE and run it.# Pictures
## IDE
### Chip temperature sensor
![alt text](https://github.com/octaprog7/GeomagneticSensor/blob/master/ide_temp.png)
### Magnetic field component
![alt text](https://github.com/octaprog7/GeomagneticSensor/blob/master/ide_mag_xyz.png)
## Макетная плата/Bread board
![alt text](https://github.com/octaprog7/GeomagneticSensor/blob/master/board.jpg)