Get micros
  • Arduino
  • AVR Code
  • ESP8266
  • Micro Bit Code
  • 8051 Code
  • PIC Code
  • PIC tutorials
  • PIC tutorials

    QL200 Development board flashing LED example

    This first tutorial is the usual flashy LEDs example. We will be introducing the development board we use (its the QL200 PIC development board), we will be using the CCS …

  • Arduino Tutorials

    Arduino and DS18B20 basic warning

    In a previous example at arduino ds18b20 example we showed you a basic usage of a DS18B20 which outputted a temperature to the Serial output. A simple addition to the code …

  • Arduino Tutorials

    Arduino and DS18B20 example

    The DS18B20 is a nice little temperature sensor that can be used in various simple projects.  This part uses the 1 wire bus and you can connect multiple sensors up to …

  • Arduino

    random value on a TIL311

    Another Arduino example, mainly again to demonstrate generating random numbers with a random seed. In this case we want a number between 0 and 16. Code /* Control lines */ …

  • Arduino Tutorials

    Arduino and a TIL311

    Many moons ago I used to use the Til311 hexadecimal display quite frequently, it used to be a useful part to start experimenting building  basic microcontroller examples. As you can …

  • Arduino

    Some LED examples using DIY LED board

    Here are some examples using the DIY LED baord we discussed earlier at http://www.getmicros.net/diy-led-board.php   Cycle all LEDs const int Led1 = 2; const int Led2 = 3; const int Led3 …

  • Arduino

    DIY LED board

    One of the best thing you can do when learning to create sketches is to create a custom LED board. Using this you can create many simple examples to help …

  • Arduino Tutorials

    Arduino and LCD4484 – random character location

    Another example using the LCD 4484s shield, this time I wanted a character on the display in a random location. This example allows us to look at generating random numbers. …

  • Arduino Tutorials

    Arduino 4484 Shield moving text example

    This is another example using the LCD4484 shield, this time put a character on the screen and then move it across the screen. Basic stuff but for beginners playing with …

  • Arduino Tutorials

    Arduino and LCD4884 shield

    This was another shield that grabbed my attention, this LCD was used on older nokia phones. Its fairly low cost and is a 48×48 display. It is able to display …

Newer Posts
Older Posts

Products

1pcs FT2232HL development board learning board FT2232H MINI development board
MEGA2560 MEGA 2560 R3 ATmega2560-16AU CH340G AVR USB board Development board
ATMEGA128 development board test board supports SD card TFT color LCD stepper motor

Pages

  • Arduino Products
  • Arduino Sensors
  • Arduino Shields
  • Privacy Policy
  • Support Us

Donations

What its all for

PayPal


NOWPayments

Crypto donation button by NOWPayments

Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

Latest

  • Setting Arduino pins high by default
  • Examples on how to optimize Arduino memory usage
  • Another Raspberry Pi inspired SBC – the Walnut Pi
  • Connect a Neopixel LED strip to a Digispark
  • Connect an 128 x 64 OLED display to a Digispark
  • A look at the Digispark ATtiny85 board
  • Connect an RGB led to a Digispark

Products

FriendlyARM Development Board ARM Kit
IOIO Android Development Board
PIC18F66J60 Development Board
Cubieboard A20 Dual-core Development Board
Digispark USB Development Board
STM32V Development Board With + 3.2' LCD

Share

@2020 - All Right Reserved.


Back To Top
Get micros
  • Arduino
  • AVR Code
  • ESP8266
  • Micro Bit Code
  • 8051 Code
  • PIC Code
  • PIC tutorials