Top Posts
Tutorial: Arduino Trigonometric Functions
Tutorial: Arduino Strings
Tutorial: Arduino Pulse Width Modulation (PWM)
Tutorial: Arduino Functions
Tutorial: Arduino Inter-Integrated Circuit (I2C)
Tutorial: Arduino Variables and Constants
Tutorial: Arduino Serial Peripheral Interface (SPI)
Tutorial: Arduino Loops
Tutorial: Arduino Tone Library
Tutorial: Arduino Control Statements
Mikro blog
Advertise here
  • Arduino
  • ESP8266
  • MIcro:bit
  • Raspberry PI
  • STM32
  • Arduino Code

    Using the HS1101 humidity sensor with an Arduino example

    by shedboy71 16th February 2018

    The HS1101 humidity sensor is a cost-effective solution for measuring relative humidity within ±5% accuracy. The sensor’s design is based on a unique capacitive cell; therefore, by using simple RC …

    Read more
  • Arduino Code

    Arduino and MMA8653FC accelerometer example

    by shedboy71 16th February 2018

    The NXP® MMA8653FC 10-bit accelerometer has industry leading performance in a small DFN package. Packed with embedded functions that include: Flexible user-programmable options and two configurable interrupt pins Overall power …

    Read more
  • MSP

    LaunchPad MSP430G2553 and an AD Keypad

    by shedboy71 11th February 2018

    I purchased this module as part of a microcontroller kit, its an interesting little module as it has 16 buttons but with only 1 I/O line is required, an analog input. …

    Read more
  • MSP

    MSP-EXP430G2 RGB led example

    by shedboy71 11th February 2018

    In this example we connect an RGB led to our MSP-EXP430G2 launchpad and flash the red, green and blue colours Here is a module that is good for these type …

    Read more
  • MSP

    MSP430G2 blinky led example

    by shedboy71 11th February 2018

    This is a basic ‘hello world’ example for the MSP430G2 LaunchPad, this example uses the Energia development environment. This is a first example I’ll be bringing more examples using this board …

    Read more
  • MSP

    MSP-EXP430G2 LaunchPad

    by shedboy71 11th February 2018

    The MSP-EXP430G2 LaunchPad Development Kit is an easy-to-use microcontroller development board for the low-power and low-cost MSP430G2x MCUs. It has on-board emulation for programming and debugging and features a 14/20-pin …

    Read more
  • Raspberry PI

    Raspberry Pi and Si7021 sensor java example

    by shedboy71 4th January 2018

    In this example we will connect an SI7021 digital temperature sensor to a Raspberry Pi and use Java to display the temperature readings, there are other languages such as C and …

    Read more
  • Raspberry PI

    Share a folder with a Windows computer from a Raspberry Pi

    by shedboy71 26th March 2017

    Sharing files over the network is incredibly handy, when I was writing code examples to publish on this site it was useful to run them on the Raspberry PI, copy …

    Read more
  • Raspberry PI Basics

    Raspberry PI File and directory command line

    by shedboy71 26th March 2017

    File and directory command line Directories List directory: ls List directory (wildcard matching): ls *.txt List all files of type: find . -name “*.txt” -print Switch/toggle between dirs: cd – …

    Read more
  • Raspberry PI

    Raspberry PI default passwords

    by shedboy71 26th March 2017

    I found this useful Distribution | Username | Password —————|————|————- Debian Squeeze | pi | raspberry Arch | root | root QtonPi | root | rootme Raspbian | pi | …

    Read more
  • MIcro:bit

    Microbit compass xample

    by shedboy71 31st December 2016

    Compass This module lets you access the built-in electronic compass. Before using, the compass should be calibrated, otherwise the readings may be wrong. Warning: Calibrating the compass will cause your …

    Read more
  • MIcro:bit

    Microbit Accelerometer example

    by shedboy71 31st December 2016

    Accelerometer This object gives you access to the on-board accelerometer. The accelerometer also provides convenience functions for detecting gestures. The recognised gestures are: up, down, left, right, face up, face …

    Read more
  • MIcro:bit

    Microbit button example

    by shedboy71 31st December 2016

    Buttons There are two buttons on the board, called button_a and button_b. Attributes button_a A Button instance representing the left button. button_b A Button instance representing the right button. Classes …

    Read more
  • Arduino Basics

    Arduino for beginners : Define

    by shedboy71 12th August 2016

    WARNING: Preprocessor macros, although tempting, can produce quite unexpected results if not done right. Always keep in mind that macros are textual substitutions done to your source code before anything …

    Read more
Newer Posts
Older Posts

Products

Digispark Kickstarter ATTINY85 General Micro USB Development Board
STC89C52 51/AVR MCU Development Board/Learning Board
Basic Starter Kit Set For Arduino UNO R3 Microcontroller
Crowduino With ATMega 328(100% Arduino Compatible)
BeagleBone Cortex - A8 development board AM3359 XAM3359ZCZ BeagleBoard
Stm32 Board XNUCLEO-F411RE STM32 Development Board

Latest

  • Tutorial: Arduino Trigonometric Functions
  • Tutorial: Arduino Strings
  • Tutorial: Arduino Pulse Width Modulation (PWM)
  • Tutorial: Arduino Functions
  • Tutorial: Arduino Inter-Integrated Circuit (I2C)
  • Tutorial: Arduino Variables and Constants
  • Tutorial: Arduino Serial Peripheral Interface (SPI)
  • Tutorial: Arduino Loops

Donation Options

What its all for

PayPal


NOWPayments

Crypto donation button by NOWPayments

Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

Pages

  • Arduino for beginners
  • Arduino Sensors

@2024 onwards - All Right Reserved.


Back To Top
Mikro blog
  • Arduino
  • ESP8266
  • MIcro:bit
  • Raspberry PI
  • STM32