MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Richu Bini
    3. Topics
    R
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 8
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by Richu Bini

    • R

      How to setting up janus webrtc for video streaming in web
      General Discussion • • Richu Bini

      1
      0
      Votes
      1
      Posts
      371
      Views

      No one has replied

    • R

      Cant upload program to esp32 using my custom circuit
      ESP32 • • Richu Bini

      4
      0
      Votes
      4
      Posts
      311
      Views

      A

      @Richu-Bini I'm not sure if this is the root cause but normally, you should add an RC delay on the EN pin. This is because the BOOT pin should reach 3.3V before the EN reaches 3.3V hence, the RC delay on the EN pin. A 10K resistor and a 1μF Cap should do it. Here's a sketch on how it should look like:
      RC delay on ESP.jpg

      Here is the part in the datasheet of the WROOM32 that tells you to do it:
      WROOM_Data.PNG

    • R

      I was trying to program atmega 328p using vscode its not working
      Arduino • • Richu Bini

      3
      0
      Votes
      3
      Posts
      394
      Views

      salmanfaris

      😀 👍 . solved right?

    • R

      How can i define daud rate in avr microcontrollers ?
      General Discussion • • Richu Bini

      2
      0
      Votes
      2
      Posts
      316
      Views

      salmanfaris

      Hi @Richu-Bini, The Uart Baud Rate Register (UBRR) is used to set the clock for the UART shift registers and For standard crystal and resonator frequencies, the most commonly used baud rates for asynchronous operation can be generated by using the UBRR settings provided by the AVR Datasheet: AVR306: Using the AVR USART on tinyAVR and megaAVR devices

      And you can find the equation from the datasheet to calculate the UBRR values depends on the clock source it has.

      8422ea95-2844-483c-8e41-acab03c9ec41-image.png more details at the AVR306: Using the AVR USART on tinyAVR and
      megaAVR devices

      alt text src: http://www.avrbeginners.net/architecture/uart/uart.html#baud_generator

      resource:

      https://cache.amobbs.com/bbs_upload782111/files_22/ourdev_508497.html http://www.avrbeginners.net/architecture/uart/uart.html#baud_generator
    • R

      [Solved] Difference between Hardware and Software PWM.
      Arduino • • Richu Bini

      3
      0
      Votes
      3
      Posts
      1920
      Views

      R

      thank youu