thank youu
Best posts made by Richu Bini
- 
    RE: I was trying to program atmega 328p using vscode its not workingposted in Arduino@Richu-Bini sry guys its my fault i forget to put 'a' in int main (void)      .... 2 days to find an 'a' .... 2 days to find an 'a'
Latest posts made by Richu Bini
- 
    How to setting up janus webrtc for video streaming in webposted in General DiscussionI am trying to set up a janus webrtc to stream an RTSP to an HTML page. 
 I have followed the getting-started steps by Janus-gateway official github repo.Since I am new to web development. I do not understand how to host the Webrtc server. can anyone guide me to set up an HTML page that can display a video stream from an RTSP server using janus webrtc? 
- 
    RE: Cant upload program to esp32 using my custom circuitposted in ESP32@Richu-Bini am using an Arduino uno as ttl module 
- 
    Cant upload program to esp32 using my custom circuitposted in ESP32 Showing this message from serial monitor .... i have used an arduino as a TTL module by shorting the GND and reset pin 
  when i tried to upload the code it is showing this error  This is the schematic i used 
- 
    RE: I was trying to program atmega 328p using vscode its not workingposted in Arduino@Richu-Bini sry guys its my fault i forget to put 'a' in int main (void)      .... 2 days to find an 'a' .... 2 days to find an 'a'
- 
    I was trying to program atmega 328p using vscode its not workingposted in ArduinoI try to program atmega328p using vscode the extension i used is avr helper ... In avr helper when i try to build the code it is showing 
 `1 task in folder intrrepts: make -f/home/pi/Documents/intrrepts/.vscode/avr.targets.mk build < ===== Making .vscode/avr.build/output.elf /usr/lib/gcc/avr/5.4.0/../../../avr/lib/avr5/crtatmega328p.o:(.init9+0x0): undefined reference to `main' 
 collect2: error: ld returned 1 exit status
 make: *** [/home/pi/Documents/intrrepts/.vscode/avr.targets.mk:52: .vscode/avr.build/output.elf] Error 1
 The terminal process "/bin/bash '-c', 'make -f/home/pi/Documents/intrrepts/.vscode/avr.targets.mk build'" terminated with exit code: 2.Terminal will be reused by tasks, press any key to close it. 
 `
 i think this is the problem with avr-gcc can anyone help to solve this
- 
    How can i define daud rate in avr microcontrollers ?posted in General Discussionwhile learning the USART communication in avr setting baud rate part seems little confusing to me . There are two registers for setting baud rate UBRROH AND UBBRROL 
 How Can i use these registers...?
- 
    [Solved] Difference between Hardware and Software PWM.posted in ArduinoWhat is the difference between hardware pwm and software pwm