111. PCF8574 I/O Expander with STM32 F103C8T6 STM32CubeIDE

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

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

  • @ahmedrefaie531
    @ahmedrefaie531 9 หลายเดือนก่อน +1

    Great explanation. Is it possible to make a video to secure the code from copies?

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

    How can i particularly high or low the gpio pin. Even after sending data my pins are remaining high

    • @NizarMohideen
      @NizarMohideen  7 หลายเดือนก่อน +1

      If you use PCF7584write() to set the value of a particular pin, it will remain in that state until you change again.
      For example
      PCF7584write(4, 1); sets pin-4 high and it will remain high until you call PCF7584write(4, 0); then it will remain low until you call PCF7584write(4, 1); again
      Thank you

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

    Can i do input? Stm32 pcf8574
    Please share your program sir
    Thanks

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

      You can use
      int x = PCF7584read(pin); //x is 0 or 1 depend on the 0V or 3.3V in the pin
      where pin is 0,1,2 .. or 7
      I have already included it in /* USER CODE BEGIN 0 */
      Thanks

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

      @@NizarMohideenthanks sir
      I will try
      Thanks for your effort sir 🙏🏻

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

    This is really helpfull. Could you please make tutorial with color sensor TCS34725 for the next video?❤

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

      Thanks. I am currently recording a video with TCS34725
      My next video is TCS34725 with STM32F103C8T6

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

      can't waitt :D​@@NizarMohideen

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

      Done!
      th-cam.com/video/M9ffslHmXGI/w-d-xo.html