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

    Attiny2313 and LCD example

    This is a very similar example to our ATMEGA16 and LCD example. We simply connect our 16×2 LCD display to our Attiny2313 PORTB. Again for simplicity the code is written …

  • AVR Code

    Attiny2313 and flashing LED example

    This was another Attiny micro that I had in the tool box, so I decided to create a simple DIY development board (more on that later) and create some basic …

  • AVR Code

    ATMEGA16 and LCD example

    This example is the hello world of LCD examples, we display that text on the LCD in question. Connection is straightforward and you can see it at the top of …

  • AVR Code

    ATMEGA 16 and RGB LED examples

    A couple of simple examples, we used an RGB LED breakout. This was a common anode type, so to switch an LED on you need to switch the appropriate port …

  • PIC tutorials

    PIC16F877 and 74HC595 shift register example

    Sometimes in your projects you simply do not have enough I/O lines available, take for example a lot of the multiple LED examples, these use 8 outputs to control 8 …

  • PIC Code

    PIC16F877 and DS1820 temperature sensor example

    In this example we connect the ever popular DS18B20 temperature sensor to our PIC, we will then display the temperature on our LCD We used the DS18S20 in our example …

  • PIC Code

    PIC16F877 temperature and humidity example

    In this example we will read the temperature and humidity using a DHT11 sensor and display the readings on our LCD. We have linked to the datasheet at the bottom …

  • PIC Code

    PIC16F877 and LDR warning example

    In this example we will connect an LDR again but this time when the ADC value goes below a certain number we will switch an LED on, in real life …

  • PIC tutorials

    PIC16F877 and LDR example

    In this example we connect an LDR to ADC channel 2 which is PA 2. Once again you will get a value in theory between 0 and 1023. The more …

  • PIC Code

    PIC16F877 and ADC example

    In the following example project we will convert an analog input to channel 0 to 10 bit digital number and display it on an LCD   Schematic Code sbit LCD_RS at RB4_bit; …

Newer Posts
Older Posts

Products

official DUE R3 Board AT91SAM3X8E SAM3X8E 32-bit ARM Cortex-M3 Control Board
MicroPython Programming Development Board: Pyboard/STM32/Single-chip Embedded Learning Experiment Kit
KIT:UNO R3 with sensors for Tempreture and Moisture compatible with Arduino IDE

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

ATtiny13 Development Board
ATmega128 AVR development board
IOIO Android Development Board
PIC Development Board Kit + Microchip PIC16F877A
FPGA + ARM development board
PIC18F4520 Evaluation Board +14 Modules

Share

@2020 - All Right Reserved.


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