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

    More LOL Shield examples and Arduino

    Switch LEDS off and on by column #include <Charliplexing.h> void setup() { LedSign::Init(); // initializes the screen } void loop() { for (int x=0; x<14; x++) { for (int y=0; …

  • Arduino Code

    Arduino and LOL Shield random LED effect

    This is the first of a new category, just code snippets for you to try. First example is random LEDs on using the LOLShield and an Arduino   Code #include …

  • Arduino Tutorials

    Arduino and Nokia Colour LCD shield

    I recently bought a nice looking shield for experimenting with, it was based on a Nokia LCD, I believe is used in the Nokia 6100 mobile phones. Its a colour …

  • Arduino

    Arduino and Joystick example

    This example shows how to connect a joystick to your Arduino. Here is a picture of the joystick I am using, again this was part of the 37 in 1 …

  • Arduino Tutorials

    Arduino and LDR example

    In this example we show how you connect a photoresistor to an Arduino, the value read from the photoresistor corresponds to the amount of light present. The photoresistor is connected …

  • Arduino Tutorials

    Arduino and multi-color LED example

    This is part of a 37-1 sensor kit, this was a multi-colour LED that was in the kit. NOt much documentation but I wired it up as follows I – …

  • Arduino Tutorials

    Arduino and a speaker

    Another simple example is to hook up a speaker to your Arduino and get a bit musical with it. These are fairly low cost and can quite often be salvaged …

  • Arduino Tutorials

    Arduino and DHT11 sensor example

    In this example we will show a basic example of connecting a DHT11 Temperature and Humidity Sensor to your Arduino. This is a very nice little, low cost sensor which …

  • PIC tutorials

    QL200 PIC development and LEDs

    Here are some more LED examples for use with the QL200 development board Example 1: #include //We use an xtal crystal, no watchdog, //no low-voltage protection and no code protection. …

  • Arduino Tutorials

    Arduino and Piezo buzzer example

    In this example we will connect a Piezo buzzer to our arduino and play some basic sounds, this uses the PWM functionality of the Arduino. The Arduino PWM runs at …

Newer Posts
Older Posts

Products

official DUE R3 Board AT91SAM3X8E SAM3X8E 32-bit ARM Cortex-M3 Control Board
For arduino 45 in 1 Sensors Modules Starter Kit
1pcs FT2232HL development board learning board FT2232H MINI development board

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

EZ-USB FX2LP USB 2.0 Board
pcDuino V2 Development Board
IOIO Android Development Board
FriendlyARM Development Board ARM Kit
PIC18F4520 Evaluation Board +14 Modules
CAN bus development board

Share

@2020 - All Right Reserved.


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