Git Product home page Git Product logo

dht-sensor-with-blynk's Introduction

DHT-sensor-with-Blynk

This is another project about DHT sensor but this time it runs on Wokwi Simulator via PlatformIO

Installation

Download the following extension on Visual Studio Code: Wokwi Simulator, PlatformIO IDE

Setup a Blynk project on Blynk Cloud website

  • Create "New device"
  • Select a template and give your device a name> Create
  • After you create your new device, there will be Template ID, Template Name, and AuthToken on the top right, copy paste them into the code
  • Now set up Virtual Pins for the code to push data on Blynk:
    On Blynk.Console, select Developer Zone > Select your project > Datastreams > New Datastream then create 3 Virtual Pins as follows:
  • V0 is for temperature, Data Type = Double; Unit = Celsius, °C; Min = 0, Max = 100; Decimals = #,##; Default Value = None
  • V1 is for humidity, Data Type = Double; Unit = Percentage, %; Min = 0, Max = 100; Decimals = #,##; Default Value = None
  • V2 is for alert LED, Data Type = Integer, Unit = None; Min = 0, Max = 1; Default Value = 0

How to use

On VSC, select wokwi.toml file and click "Build", if the terminal displays "Success" then you are ready to run the code
press F1 and select "Wokwi: Start Simulator"

dht-sensor-with-blynk's People

Contributors

pancakeslmao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.