Discussion Title | Created date |
---|---|
ESP8266-01 with python for mqtt Hello everyone, I would like to share a problem with you guys so i can make something what i want to do, i am using esp8266-01 the basic model with arduino uno atmega328p... |
Thursday, 10 May 2018 - 06:59 |
Split from: atmega 32 receive buffer #define DATA_PORT PORTB //Defining LCD PORTS(my made library) #define ThreePIN PORTA #define RS 5 #define RW 6 #define E 7 #include<avr/io.h> #include<util/... |
Tuesday, 6 February 2018 - 13:21 |
Split from: C code for interfacing ESP8266 with AVR mcu Awneil i have a doubt. I am studying what you asked me too but i need to know this desperately because every minute it bubbling in my mind so i need to clear it first. What... |
Wednesday, 1 November 2017 - 07:05 |
Multi AVR communications hello friends i wanna ask a simple but complicated question try to understand my need thanks. i am trying to communicate 5 microcontrollers and every controller is master like no... |
Tuesday, 12 September 2017 - 10:42 |
USART with Timers Atmega32 I was trying to use USART to communicate between 2 Atmega32 Microcontrollers, But i'm facing some problems like whenever i use 16 mhz crystal it shows excessive CPU usage, and... |
Wednesday, 6 September 2017 - 11:52 |
Interrupt break in mid of loop or at any where you want to Friends i need your help, condition is. i used timer interrupt and call it in every 50 ms or something, then after all conditions and situations it comes to an point where i want... |
Friday, 25 August 2017 - 11:00 |