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
- for PCs,
- Download and install Node package manager
- Install Node Red
npm install -g --unsafe-perm node-red
- For node red install errors, set the Windows policy as in
Set-ExecutionPolicy RemoteSigned
- Install Proteus Professional as design suite download
- Change permission privilieges for the folder and its subfolders to all privileges
- Paste Arduino libraries into Data>Library and reopen the app to check if Arduino is visible
- Install Arduino IDWE download
방화벽을 허용한다.
아래의 'Programmer', 'Board Type', 'Serial 포트'를 차례로 설정한다.
ssh -p 2020 tynode@git.tyeng.com
접속이 되는 지 확인 한다
- 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
- Run the sample codes as in the devenv manual of this link.
project overview
- NH3sensor module script for ammonia and other perception layer github
hardware
- GSM ESP32
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
Title | Type | Excerpt |
---|---|---|
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 |