Sun, Feb 26, 23, creating a sample arduino project with a freelancer for smart farming basics
This is a draft, the content is not complete and of poor quality!

Firmware development project

dashboard-homeServer ==> http://193.168.100.221:1880/ for node red flow

devenv-manual

  • for PCs,
    1. Download and install Node package manager
    2. Install Node Red npm install -g --unsafe-perm node-red
    3. For node red install errors, set the Windows policy as in Set-ExecutionPolicy RemoteSigned
    4. Install Proteus Professional as design suite download
    5. Change permission privilieges for the folder and its subfolders to all privileges
    6. Paste Arduino libraries into Data>Library and reopen the app to check if Arduino is visible
    7. Install Arduino IDWE download
방화벽을 허용한다.
아래의 'Programmer', 'Board Type', 'Serial 포트' 차례로 설정한다.

ssh -p 2020 tynode@git.tyeng.com 
접속이 되는  확인 한다

  1. Download dev source codes
git clone ssh://tynode@git.tyeng.com:2020/var/www/repo/tynode/arduinoRS485 \
git clone ssh://tynode@git.tyeng.com:2020/var/www/repo/tynode/fritzingProMini \
git clone ssh://tynode@git.tyeng.com:2020/var/www/repo/tynode/proteusRS485


  1. Run the sample codes as in the devenv manual of this link.

Android-rooting

control-manual

android-app

nh3sensor

node-dev

ivrs

project overview

image

image

  • NH3sensor module script for ammonia and other perception layer github

hardware

  • GSM ESP32 ali-exp32 image
ESP32 Dev module
GSM 4G Module
Thermometer + Humidity module (AHT10/20)
LCD display I2C or SPI (16x2 or Graphical LCD)
Push Buttons
Relay Module (12v or 5v)
Current sensor (ACS712)
Lithium battery if ESP module support

The following wiki, pages and posts are tagged with

TitleTypeExcerpt
smart farming interface development based on arduino and quasar frameworks post Sun, Feb 26, 23, creating a sample arduino project with a freelancer for smart farming basics