Mastering Type Casting in C++ : const_castIn this article, let’s explore one of the type casting features of C++ i.e. const_cast with practical examples.May 141May 141
Ancient Indian Tech BlogThis is a very special blog not related to the regular electronics and embedded system. As a science student and always explorer, we always…Sep 12, 2023Sep 12, 2023
Some Tips on IoT Device Security !Recently, I attended a webinar on IoT device security. Security is an important aspect while designing any product.Sep 8, 2023Sep 8, 2023
I2C Communication : PART 3 — What each bit says !The five major registers which we have also used in this series examples, are associated with I2C communication in AVR. They are TWBR (…Apr 2, 20231Apr 2, 20231
Useful Resources for Embedded and Electronics EnthusiastHey, embedded and electronics enthusiast, here is my top 5 resources list to get useful and interesting info on respective subject.Feb 20, 2023Feb 20, 2023
Published inDev GeniusI2C Communication in AVR Microcontroller : PART 2I2C Bus Protocol : The IIC ( Inter-Integrated Circuit ) is a bus interface connected which used in many devices such as sensors, RTC, ADC…Feb 7, 20231Feb 7, 20231
I2C Communication : PART 1Basics Of Serial Communication : When microprocessor communicate with the outside world, it provides data in byte-sized chunk of data.Jan 17, 20231Jan 17, 20231
Data Serialization in CSerializing data is way of sending a byte of data , one bit at a time through a single pin of microcontroller.Jan 16, 2023Jan 16, 2023