Free help & advice Talk to us

  • Free shipping over A$55

    Within Australia

  • Free help & advice

    We reply within 24 hours

  • 30-day returns

    12-month warranty on faults

  • Ships next business day

    When the item is in stock

Learn

  • Installing ESP8266 Board in Arduino IDE

    Installing ESP8266 Board in Arduino IDE

    The ESP8266 community created an add-on for the Arduino IDE that allows you to program the ESP8266 using the Arduino IDE and its programming language.This tutorial shows how to install...

    Lonely Binary |

  • How to install CH340 Driver

    How to install CH340 Driver

    Sometimes, you might encounter difficulties when trying to establish a connection between your development board and your PC. Typically, these issues can be attributed to one of two common reasons:Incompatible...

    Lonely Binary |

  • I2C Communication Protocol

    I2C Communication Protocol

    OVERVIEW I2C (Inter Integrated Circuit) is a low-speed serial data protocol, commonly used to transfer data between multiple components and modules within a single device. Developed in the early 1980s by...

    Lonely Binary |

  • Wemos D1 R2 Baisc Programming

    Wemos D1 R2 Baisc Programming

    The pin mapping is different compared to standard Arduino Uno Board. Here are three basic examples to show you how to use WeMos's digital pins, analog pin as well as PWM feature.

    Lonely Binary |

  • WeMos D1 ESP82660 Wifi Board

    WeMos D1 ESP82660 Wifi Board

    The WeMos D1 is a ESP8266 WiFi based board that uses the Arduino layout with a operating voltage of 3.3V.  It has a larger flash memory compared to an Arduino Uno. 

    Lonely Binary |

  • ESP8266 ADC – Read Analog Values

    ESP8266 ADC – Read Analog Values

    ESP8266 have ONE ADC pin that is easily accessible. This means that those ESP8266 boards can read analog signals. In this tutorial we’ll show you how to use analog reading...

    Lonely Binary |