Read and write Atmega328p "inwritable" internal flash Recently, EEPROM in Atmega328p is not enough for me to store data during development of arang framework. It is only 1Kb meanwhile my aim is to store up to 20Kb of data in a small mCore. To meet my req 2022-03-07 coding avr robotics c atmega328p
Custom Python Serial Monitor Recently I was developing arang framework for robotics club and found out that storing fixed serial string is kinda waste of resource although it is stored in flash memory. To fix this, I discussed wi 2022-02-27 coding robotics python
Atmega328p timer Hello there. It been a while for me not updating my blog. This is because last week I was quite busy with the school exam. Anyways, let’s learn how to control atmega328p timer by controlling register 2022-02-15 AVR tutorial coding avr robotics c atmega328p
Atmega328p PWM control using register PWM as known as pulse width modulation is a necessary feature in microcontroller nowaday. With the function of PWM, a digital pin on a microcontroller which can toggle on and off can be used as analog 2022-02-07 AVR tutorial coding avr robotics c atmega328p
Atmega328p pin manipulation A normal Atmega328p microcontroller which is commonly used in robotics has 32 pin and 14 of them are digital pin. Digital pin is the most common pin for microcontroller to communicate and receive sign 2022-02-05 AVR tutorial coding avr robotics c atmega328p
Arang Framework dev intro What is Arang FrameworkArang Framework is an abbreviation of Advance, Realtime, Accelerated, New-Generation framework for mBot. It is developed to help SMK Jalan Arang Robotics Club member. Arang Fram 2022-02-05 coding avr c mBot Arang Framework
Hello World Hello, this is my first blog. First of all, i would like to thank Hexo and Fluid theme to make this site posible. 2022-02-05 non-coding notice