Skip to content

.NET Flasher for INO Projects specially for EioT-Framework

License

Notifications You must be signed in to change notification settings

clusterzx/EIoT-Flasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIoT-Flasher

.NET Flasher for INO Projects specially for EioT-Framework

This application is for flashing your Modules via a GUI .NET Application. It uses the arduino-cli executable.

It is used specially for the EioT-Framework: https://github.com/clusterzx/EioT-Framework

Installation

  1. Open the VS Solution
  2. GoTo Project Settings image.png
  3. Get the src (base64 encoded) for the module -> decode it -> change GPIO settings -> encode it -> put back -> save

(ex. for Thermostat):

//DHT Sensor 
uint8_t DHTPin = 12;

and set it to your GPIO Pin on your board where the DHT11 is connected.

Screenshot from GUI: gui.png

About

.NET Flasher for INO Projects specially for EioT-Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published