• Sat. Oct 18th, 2025

MIKROELECTRONICA

Blog pentru pasionații de electronică și nu numai

Sinewave pe TFT 3.2” (SSD1289) si Arduino

Sinewave pe TFT 3.2” (SSD1289) si Arduino #include <UTFT.h> // Declare which fonts we will be using extern uint8_t SmallFont; // Uncomment the next line for Arduino 2009/Uno UTFT myGLCD(ITDB32S,19,18,17,16);…

Ceas de timp real RTC cu DS1307 si Arduino

Ceas de timp real RTC cu DS1307 si Arduino /* Exemplu utilizarea librarie MD_DS1307 si afisare pe LCD 8×2, fara posibilitatea de reglare a ore */ /* Tema: “Reglarea orei…

Mira de bare color pe TFT 3.2” (SSD1289) si Arduino

Mira de bare color pe TFT 3.2” (SSD1289) si Arduino Cod: Arduino cu ATMEGA328 // UTFT_Bitmap (C)2012 Henning Karlsen #include <UTFT.h> #include <avr/pgmspace.h> // Declare which fonts we will be…

Adaptor TQFP100 pentru PIC24FJ256DA210

Adaptor TQFP100 pentru PIC24FJ256DA210 A QFP or Quad Flat Package is a surface mount integrated circuit package with “gull wing” leads extending from each of the four sides. Socketing such…

John Conway’s Game of Life for Arduino GLCD

John Conway’s Game of Life for Arduino GLCD The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in…