Это видео недоступно.
Сожалеем об этом.

046 - MicroPython TechNotes: RF433 Transceiver

Поделиться
HTML-код
  • Опубликовано: 16 сен 2021
  • In this video, I will demonstrate how you can use an RF433 radio transceiver module with ESP32 using MicroPython.
    For more details, visit my blog post at:
    techtotinker.c...
    OR watch the whole playlist:
    • 000 - MicroPython Tech...
    Please do Like, Comment, Share, and Subscribe.
    Thank you.
    - George Bantique | tech.to.tinker@gmail.com
    #TechToTinker
    #MicroPython #ESP32 #GorillaCell
    #MicroPythonTutorials
    #ESP8266 #Pico

Комментарии • 16

  • @Rick-hq5yg
    @Rick-hq5yg 5 месяцев назад

    Great vid!😀

  • @tecons5226
    @tecons5226 2 года назад

    Very Good 👏🏽 👏🏽 👏🏽 👏🏽

  • @grgabriel3964
    @grgabriel3964 2 года назад

    Nice work 👍

  • @mytechnotalent
    @mytechnotalent 2 года назад

    George I am excited to try this on a RPI Pico. I ordered a few generic 433 units to test and send data over this.

    • @TechToTinker
      @TechToTinker  2 года назад

      Generic RF433 units are usually noisy so you might need a better handling of it

    • @mytechnotalent
      @mytechnotalent 2 года назад +1

      @@TechToTinker HI George I set them up in with a Pico, the same way you did with the ESP32 and it is very noisy only garbage comes out on the recv.

    • @cedricvillani8502
      @cedricvillani8502 2 года назад

      An easier way of playing with sub 1ghz is a Yardstick by GreatScott but it’s $99 otherwise you can find the same chip in a few modules for about $20 Michael Osmond is a good place to start 🎉

  • @edinetgrunhed6000
    @edinetgrunhed6000 Год назад +1

    nice video, bro how about the logic voltage? is it 5v or 3.3v?

  • @JayaprakashPXmen
    @JayaprakashPXmen Год назад

    How can we connect multiple transmitter to a single receiver?

  • @mytechnotalent
    @mytechnotalent 2 года назад

    George I am more interested in example 2. My question is how do you communicate with the 433 modules in example two as you do not reference them? Do you simply hook up the data pins to the appropriate spots? Can you explain how this is wired in more details?

    • @TechToTinker
      @TechToTinker  2 года назад +1

      Hi Kevin, I simply hookup it on a single pin. You may simply read it as a digital signal. And as I demonstrated, you can used it to transfer serial UART signal wirelessly.

    • @mytechnotalent
      @mytechnotalent 2 года назад

      @@TechToTinker thanks!

  • @ericfeld93
    @ericfeld93 2 года назад

    how come all of the noice stoped? I'm trying to achieve the same thing with RPI pico, but I have 99% noice and only sometimes it picks the right data

    • @paulweston1106
      @paulweston1106 Год назад

      Try using an antenna on each (straight length of solid core copper cable 172mm long) and then Drop the baudrate down to 1200 on both sides. The transmitter can take up to 12v so try to give it more power than just the 5v from the board. Use the 5V power to the receiver but as the Pico isn't 5v tolerant I would suggest using a logic level shifter on the data pin so that you only get 3v at the pin. You will probably still pick up some stray noise but I found this method got rid of most of it to the point where I can transmit a message reasonably reliably. I still wouldn't rely on these cheap modules for anything important though.