Followers

Wednesday, May 14, 2025

Atmega328p




The Atmel 8-bit AVR RISC-based microcontroller combines 32 KB ISP flash memory with read-while-write capabilities, 1 KB EEPROM, 2 KB SRAM, 23 general-purpose I/O lines, 32 general-purpose working registers, 3 flexible timer/counters with compare modes, internal and external interrupts, serial programmable USART, a byte-oriented 2-wire serial interface, SPI serial port, 6-channel 10-bit A/D converter (8 channels in TQFP and QFN/MLF packages), programmable watchdog timer with internal oscillator, and 5 software-selectable power-saving modes. The device operates between 1.8 and 5.5 volts. The device achieves throughput approaching 1 MIPS/MHz.[1]



Top On Sale Product Recommendations!
1 Pcs/Lot 100% New ATMEGA328P-PU DIP28 Original In Stock
Price Now: LKR 596.99 (Original price: LKR 662.6610% off)
🔗Click & Buy: https://s.click.aliexpress.com/e/_o2eMRgb




Monday, March 10, 2025

Servo motor



This is the connection👆

This is the code 👇

#include <Servo.h>


Servo myServo;  // Create a Servo object


void setup() {

  myServo.attach(9);  // Attach the servo to pin 9

}


void loop() {

  myServo.write(0);   // Move to 0 degrees

  delay(1000);        // Wait 1 second


  myServo.write(90);  // Move to 90 degrees

  delay(1000);


  myServo.write(180); // Move to 180 degrees

  delay(1000);

}

 You can order a Servo motor from Ali express link is below 👇






SG92R Micro Servo Motor 4.8-6V 360/270/180 Degree Continuous Rotation Controllable Angle for Robot RC Drone Aircraft Model 9g

Price Now: LKR 292.53 (Original price: LKR 732.81,  60% off)

🔗Click & Buy: https://s.click.aliexpress.com/e/_oF0sB5z


 

Sunday, March 9, 2025

Arduino uno R4

     











Top On Sale Product Recommendations!

UNO R4 minima TYPE-C WIFI Development Board Module Improved Version Compatible Official Motherboard For Arduino

Price Now: LKR 824.41 (Original price: LKR 1415.38,  42% off)

🔗Click & Buy:https://s.click.aliexpress.com/e/_op3OygR

Sunday, August 11, 2024

02)Knight Rider Circuit




















                                                             


Saturday, August 10, 2024

WELCOME

           Welcome to this arduini technology blog.

And I think you can get many knowledge from this blog about arduino. Thank you!


 


Tuesday, August 6, 2024

(01)Blink

 *We are going to blink a led bulb with arduino board.

       


       





Atmega328p

The Atmel  8-bit   AVR   RISC -based microcontroller combines 32 KB  ISP   flash  memory with read-while-write capabilities, 1 KB  EEPROM , ...