pslab-android
pslab-android copied to clipboard
Expand sensors support
To expand the support of sensors https://pslab.io/sensors/
Sensors from the kit is the priority followed by commonly used sensors. Kit
- [ ] Moisture sensor FR-04
- [ ] LDR GL5528
- [ ] Microphone KY-037
- [ ] Magnetic KY-003
- [ ] Temperature LM-35
- [x] Gas MQ135
Others
- [ ] Suggest in the comments
Create a issue for each sensor and reference it back here
I'll start on this 👍 .
I am working on MQ135 Gas sensor
@cweitat most of the mentioned sensors are to I2C as i understand. So, how do we communicate to sensors which are not I2C that are connected to the PSLab device. Please guide
@neel1998 Googling the part number with arduino could be a good start. Some sensors are more straight forward as they are either resistive or capacitive, while some might use other serial communication line such as UART.
@woshikie thanks for the help. I will look into it