Note
Arduino Mega used!
├── NPK
│ ├── A_printertest
│ └── CoolTerm
│ ├── DWIN_SET
│ ├── Datalogger
│ └── eeprom_increment
│ ├── eepromdata
│ └── guideRestartDwin
│ └── UART Communication Software - SSCOM32
│ ├── sensoil
│ │ ├── MAIN CODE HERE
│ │ │
│ │ │
│ │ │
│ ├── formatSDCard.txt
│ └── ProductManual.docx
- A_printertest - example code for printing data coming from sensor
- CoolTerm - application used to generate hexadecimal value to read if the sensor is working
- UART Communication Software - SSCOM32 - it checks RX TX returning value is correct
- DWIN_SET - file needed to display in DWIN LCD
- Datalogger - for data logging module source code
- eeprom_increment - to get the increment number and save it
- guideRestartDwin - to restart dwin every changes made
- sensoil - main_code developed by your host.
- Install Library "Adafruit Thermal Printer" https://forum.arduino.cc/t/printing-image-with-thermal-printer/864154/4 https://learn.adafruit.com/mini-thermal-receipt-printer/microcontroller
- DwinLCD Manual Guide https://github.com/mj4w/NPK/blob/main/T5L_DGUSII-Application-Development-Guide-20220520.pdf
- Ask Question relating in our device https://forum.arduino.cc/
- Arduino IDE https://www.arduino.cc/en/software/