5 years, 7 months ago.

No library works for DS1820 "Device not found" Mbed-os

Hello every one! i am working on project in which i am using DISCO-L072CZ-LRWAN1 board and DS1820 and have to send data with LoRaWan. i have tested the sensor and it works fine with mbed, but when i replace mbed with Mbed-os it stops working. i have tested all the libraries but in vain. any one who has already solved the problem, or can help thanks in advance. Regrads Waqas

1 Answer

5 years, 7 months ago.

Hi Waqas,

Can you please improve the description of the problem you are having? The title of your post says "Device not found" but then you say it stops working which suggests a run-time error. Also - please define your build environment:

  • What version of Mbed OS?
  • What tools are you using to build the program?
  • Are you using a public example project - if so, which?

The DISCO-L072CZ has a small amount of RAM and perhaps you are hitting this GitHub issue: https://github.com/ARMmbed/mbed-os/issues/6631

-Ralph, Team Mbed