Search found 1 match

by senruuu
Mon May 08, 2023 12:26 am
Forum: General Discussion
Topic: working with the esp32 and sps30 on micropython
Replies: 1
Views: 1260

working with the esp32 and sps30 on micropython

Hello! I am trying to make the sps30 work with the esp32 but with micropython. I found a library online but it tested using raspberri pi: [sps30/sps30.py at master · feyzikesim/sps30 · GitHub](https://github.com/feyzikesim/sps30/blob/master/sps30/sps30.py) so I tried converting it to a usable code f...