-
- [x] Implement new ds18x20 component classes
- [x] Add controller class for ds18x20
- [x] Add hardware class for interfacing with the OneWire API and DallasTemperature API
- [x] Add model cl…
-
I am struggling to get the ATtiny816 to respond as a OneWire device to an ESP32 master. Running the DS18B20 example.
Background info:
The bus and master physically work. I have another real DS18B2…
-
Thanks for your contribution of so great project.
Most functions of the project is enough to control the Arduino device, and it work well.
Now, I need use the temperature sensor of DS18B20 which is …
-
I've checked the onewire branch as written in the readme, but on make upload it shows;
make: **\* No rule to make target 'rfcontrol_command.h', needed by 'build-pro5v328/homeduino.o'. Stop.
Any ide…
-
To expand my AVR NetIO from Pollin, i need a save I/O Chip.
So the Dallas OneWire Chip DS2408 is mutch safer as the I2C I/O Chips and the buss lengt
works at least 20 meters. So can make remote I/O…
-
This is the code: (pretty much the readme example, modified slightly for embassy)
```
#![no_std]
#![no_main]
#![feature(type_alias_impl_trait)]
use embassy_executor::Spawner;
use embassy_rp::g…
-
### Target name(s)
ST_STM32F769I_DISCO and probably other ChibiOS based boards.
### Firmware version
latest `MinSizeRel`
### Was working before? On which version?
seemingly works on lat…
-
OneWire::ReadByte throw exception NotSupported.
Can I fix it? It will support bus OneWire?
-
Just wondering if anyone else has worked on this yet. I'm wanting to use instrumentino to control an experiment that uses DS18B20 digital thermometers, but they require the DallasTemperature and OneWi…
-
Hey guys,
Im trying to add 1wire DS1820B sensors to SignalK via ESP32. I have my board put together, new sensor is registered (i also have INA219 voltage sensors) and i used some examples to put to…