Gbertaz / NonBlockingDallas

Arduino library for the DS18B20 temperature sensor. Avoid blocking the sketch while reading the sensor.
MIT License
11 stars 4 forks source link

Compatibility with rosserial #7

Open lkarnis opened 1 year ago

lkarnis commented 1 year ago

In project with stepper motor, sensors and rosserial, rosserial don't work when I use NonBlockingDallas, but without it motor wont run constantly When trying to start node, i get this: "Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino" (not problem with arduino or ubuntu, it works without this library)

Gbertaz commented 1 year ago

Hello @lkarnis. Hard to say where the issue could be, I am also not familiar with rosserial. Sounds like some bus or resource used by rosserial is being held by NonBlockingDallas. Will try to investigate