STM32 UART #7 || One-Wire Protocol || Interface DS18B20

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 14

  • @SalmanShahid-j8k
    @SalmanShahid-j8k 8 หลายเดือนก่อน +1

    Hello Your Videos is clearly explained and i watched mostly i have a request can you please do a series on OV5640 camera interfacing with Local PC GUI or with TFT display

  • @siddharthabajracharya7434
    @siddharthabajracharya7434 12 วันที่ผ่านมา

    im using an stm32l4 board and at where the value of the presence variable changes to 1 but LCB and MCB are not changing. what am i doing wrong here?

  • @marioporco6503
    @marioporco6503 หลายเดือนก่อน

    You are the best

  • @mieteksuchar6662
    @mieteksuchar6662 8 หลายเดือนก่อน

    Not related to UART, but how about creating a music tempo (BPM) detection algorithm?

  • @jorgemaker4622
    @jorgemaker4622 8 หลายเดือนก่อน

    It would be very interesting if you publish a video explaining how to sue the STM32 to implement LIN Bus communications that is acheived adding a LIN trasnceiver attached to the UART

  • @Catta2001
    @Catta2001 6 หลายเดือนก่อน

    Hi, this sensor use a “parasite power” this dosent mean that you have to use the Tx wire as a Vcc wire too?

  • @erenakcay7010
    @erenakcay7010 8 หลายเดือนก่อน

    hello,thank you for this video.I have to use more than one DS18B20 sensor.How can ı do it can you explain please

    • @ControllersTech
      @ControllersTech  8 หลายเดือนก่อน

      Search for "multiple ds18b20" on this channel.

  • @LubosMedovarsky
    @LubosMedovarsky 8 หลายเดือนก่อน

    Sooo... when can we expect DHT11/22 coverage? 😉 Just kidding, and well done, thank you!

  • @xy3986
    @xy3986 6 หลายเดือนก่อน

    Hello and thank you for this video (and all the helpful other ones ;-)
    I managed it to run your example on a Nucelo-F429 => it works with one single issue: the interrupt doesn't work !? => instead of this I simply used a HAL_Delay(1)
    so far so god
    I also tried it with a Nucleo-H743 => the "presence" is recognised perfectly...
    ...the Write-Command also seems to work...
    ...but in the buffer-array of the Read-Command always bit "0" gets the value "0x00" (not 0xFF or 0xFC as it should be) and also the last bit is sometimes a "0"
    (by the way: my Logic-Analyzer (DS-View) shows the correct information = only 0xFF or 0xFC for all 8 bits)
    => so it seems that the STM32H7 reads the correct output signals from DS18B20 in a wrong way => ??
    As I found out so far, it could be a problem with the content of the "USART_BRR register" ??
    ...or the prescaler ( thanks very much

    • @woldecosgrove
      @woldecosgrove 6 หลายเดือนก่อน

      ya i got the same problem too, i try on F072 nucleo board, my logic analyser show all 0xff... and on H723 same Oxff too...

    • @woldecosgrove
      @woldecosgrove 6 หลายเดือนก่อน

      @ controllerTech could you advise...