-
- [ ] design and document subcircuit. Add to master.
- [ ] using relevant subcircuit, demo sensor alone, verify accuracy
- [ ] Demo operating next to other sensors while logging to sd card compa…
-
Hello! I have a Feather M0 Adalogger with a Ethernet Featherwing and a Feather M0 + ATWINC1500 that I want to use to send MAX31865 readings from PT-100s over the network.
I have tried with both nat…
-
When thermocouples are communicating via SPI and smoothie is connected to PC via USB, smoothie crashes. Thermocouple board is self made, based on MAX31855. First thermocouple CS is connected to pin 1.…
-
-
- Create board with 4 MAX31865 chips, can have 3 different SKU's (1ch, 2ch, 4ch)
-
https://github.com/adafruit/Adafruit_MAX31865
and
https://github.com/adafruit/Adafruit_MAX31856
(similar names but different!)
-
Hi
The SHT31-D temperature and humidity sensor has two I2C addresses. Can I connect both of them in the same I2c bus in an Arduino Yun?
I would want to connect in the same I2C bus not only the …
-
-
After investigating why I can't read values from the MAX31865 (RTD-to-Digital Converter), I've develop a custom chip select.
The original MRAA custom select, change of state for each bytes sended, so …
-
I´m programming accelerometer data receiving via SPI.
The problem is, even though every other function of the library works fine for me, this two ('mraa_spi_write_word' and 'mraa_spi_write_buf_word'…