-
Hi,
I have seen that in the latest software release (NRZ-2017-099) a lot of sensor have been added.
SDS011
PMS1003, PMS5003, PMS6003, PMS7003
PMS3003
DHT22
HTU21D
PPD42NS
BMP180
BMP280
…
-
Hi!
Very good work and thank you to share your project!
Can you upload list of material (magnet, hall sensor..) and some pictures of electornic ?
I'm working on make stronger supports for srp…
-
```
This is a space for Fritzing users to upload and share their self-created
parts with others.
Add your part by adding a comment to this issue and attach your part as a
.fzpz file.
(You can get …
-
- Generalize library to accommodate IC's of the same series but with different parameters
- e.g. MCP3204
- Add implementation for AnalogMultiSensor get() function
-
```
This is a space for Fritzing users to upload and share their self-created
parts with others.
Add your part by adding a comment to this issue and attach your part as a
.fzpz file.
(You can get …
-
Set up code
```cpp
#define SPI_MOSI 11
#define SPI_MISO 13
#define SPI_CLK 12
#define SPI_CS1 10
MCP3208 adc1(SPI_MOSI, SPI_MISO, SPI_CLK);
void setup(){
adc1.setSPIspeed(4e6);
…
-
First of all, thank you for creating this library! It has been really useful to me.
I am wondering if you have any short term plans to implement the interrupt functions that the MCP23S17 supports? As…
-
Cpu crashes when your example code is put in a while (1) loop with vtask delay
-
Hi, great library, especially support for multiple cards. Do you plan to support ESP32 as well?
-
### The problem
Both SPI busses works, but the ADC128S102 doesn't respect spi_id, only working with the last spi bus entry.
Seems to be same problem as:
https://github.com/esphome/issues/issues…