LED Full Spectrum Controller based on Mega2560 board

That's kind of innovation.
LED levels are configured as a chart now: just point the desired level on the screen.
The system will create a chart and all related timers.

LedLevelSetUp_zpsd13b02a8.png


nice and easy ;)
thank you so much for this effort i am now tried all versions but did not seen this graph at which version this graph and how i can display this ?
 
thank you so much for this effort i am now tried all versions but did not seen this graph at which version this graph and how i can display this ?

when you set up a timer for led in the left corner button for options, when you touch it it switch modes: "SUN","Cloud1", "Cloud2" and "Chart"
Then press save it will open this screen.
Also in order to open this screen this timer must be valid, like 5 to 10 pm.
(Over midnight this screen does not work)
https://drive.google.com/drive/folders/0B42ZJMUnbPuWNktMcGNfR0E4QkU
 
when you set up a timer for led in the left corner button for options, when you touch it it switch modes: "SUN","Cloud1", "Cloud2" and "Chart"
the sun option will make the ramping function like sun rais and sun down ? but based on what intensity and for the Set spectrum i do that i can set yje maximum power for each line ... also i want to know what is the meaning of set color it looks like rgb function is that if i installed rgb light on one line so i can use this option or what ?
(Over midnight this screen does not work)
that mean i can not made night mode with that timer setup ? or should i use the option SUN to setup night mode time

also i want to tell SSD1289IC has been discontinued for many years, has been unable to continue production, with immediate effect, 3.2-inch screen has been updated to ILI9341 drive, the same hardware structure and interface definitions, driver changes slightly, the quality is more stable.
could you update the tft screen lib ?
 
the sun option will make the ramping function like sun rais and sun down ? but based on what intensity and for the Set spectrum i do that i can set yje maximum power for each line ... also i want to know what is the meaning of set color it looks like rgb function is that if i installed rgb light on one line so i can use this option or what ?

that mean i can not made night mode with that timer setup ? or should i use the option SUN to setup night mode time

also i want to tell SSD1289IC has been discontinued for many years, has been unable to continue production, with immediate effect, 3.2-inch screen has been updated to ILI9341 drive, the same hardware structure and interface definitions, driver changes slightly, the quality is more stable.
could you update the tft screen lib ?
"Sun" means maximum values that were set up on "Set Spectrum" screen.
Controller never exeed these values.
"Set Color" - will display color on the tauch screen for your leds.
Sunrize/Sunset with any duration can be set it up manually from the screen you posted above.
Not sure what you mean under night mode.
In my "night mode" I have 2 timers: one blue led about 10% before midnigh and another royal blue about 5% after midnight.
The interface is very simple, please play with it a bit - it's unbreakable.
 
The interface is very simple, please play with it a bit - it's unbreakable.

for the new peoples it will be hard to get the same touch screen its nor not on production there are new screens please if you can update the hex file for it i am willing to use it for my friends here and they will pay for and i could donate you for that if you would like

3.2-inch screen has been updated to ILI9341 drive working with no shield could you please take a look on it ?
 
v 2.15
https://drive.google.com/drive/folders/0B42ZJMUnbPuWNktMcGNfR0E4QkU

2 files for
- ILI driver: AquaControl_v2_15_ILI9341.zip
- SSD1289 driver: AquaControl_v2_15_2016071201.zip

thank you very much
this is the tft information

Hardware resources:

- 3.2 inch, 240 * 320 resolution with TFT touch screen;
- Display driver chip SSD1289 / ILI9341, touch screen driver chip for XPT2046;
- Display Interface for 16bit parallel interface, support for 6800 and 8080 bus interface, support for the STM32 FSMC bus interface refresh speed;
- Touch screen interface for the SPI interface, the data line low, driving simple;
- On-board high-current LDO Low Dropout Regulator, compatible with 5V and 3.3V power supply;
- PWM backlight control circuit board can support IO control and PWM dimming control;
- Module with SD card, do digital photo frames and other experiments;
- Set aside SPI FLASH pads, welding can be extended font chip;
- Support horizontal and vertical screen display screen display, support for split-screen display;
- Support 262,000-color RGB display, the display quality is good;
- Screen controller comes with 172,800 bytes of graphics display data storage area;
- The interface is compatible with punctuality atomic Series development board interface;
- SMT production machines, the hardware is stable and reliable;

Supporting software resources:

- C51 single-chip integrated test code;
- STM32 comprehensive test code;

Supporting other resources:

- Module design schematics;
- LCD screen controller data sheet;
- XPT2046 chip data sheet;
- Module schematic;
- Module size map;
- LCD screen package library;
- Text modulo software;
- Picture modulo software;
- C51 code wiring tutorial;
- STM32 code wiring tutorial;

http://www.aliexpress.com/item/free..._9&btsid=6008d93f-13fb-4b4f-984a-76ee384d2b6c
 
could you provide any documentation from this PCB?
Any simple amplifier will work for this controller.
This one should work:
http://www.ebay.com/itm/Analog-PH-Probe-Sensor-Shield-and-PH-Probe-Kit-For-Arduino-R3-Water-Detect-/331878772045?hash=item4d45842d4d:g:J2kAAOSwQupXW-HH

this is all the information listed on the seller website
PH Value Sensor Module Monitoring Control
Description:

Heating voltage: 5±0.2V (AC -· DC)
Working current: 5-10mA
The detection concentration range: PH0-14
The detection range of temperature: 0-80 centigrade
The response time: 5S
Stability time: 60S
Power consumption: 0.5W
The working temperature: -10~50 centigrade (the nominal temperature 20 centigrade)
Working humidity: 95%RH (nominal humidity 65%RH)
Service life: 3 years
Size: 42mm x 32mm x 20mm
Weight: 25g
The output: analog voltage signal output

this is the link
https://www.aliexpress.com/item/PH-...2261893795.html?spm=2114.13010608.0.72.DmMTxT

and this guy in arduino.cc got the same problem i have and there are alot of information that my base knowledge did not understand it

http://forum.arduino.cc/index.php?topic=336012.0

thank you again kapelan for your help
 
I'm looking into building my own controller for my DIY lights. I want to use the particle photon with the PCA9685 16 channel 12 bit Pam/servo driver. My problem, I know nothing about programming. My goal is the have my lights able to be controlled with the controller being internal. I actually only need 12 channels. 7 for daytime, 1 for fans controlled by temp & 4 separate channels for night time. Anyone think it would be really hard to transfer this code over for a person not familiar with programming?
 
v2.16 Dosing Pump interface improved.
https://drive.google.com/drive/folders/0B42ZJMUnbPuWNktMcGNfR0E4QkU
2 files for ILI and TBD touchscreens.
Added pump calibration and simplified timer management.
video:
https://youtu.be/nTPYbGxMIbk
Hello Dear Kapelan

i wanna report bug i faced in the software updated for 9341 tft ... when i open timer and made it custom for led lighting only on custom mode when i draw the curve and click save the screen become blue nothing like hanging i have to restart the arduino but the timer saved and working... the problem is this blue screen after saving it should get me back to timers page or the main page i do not have to restart every time
 
Hello Dear Kapelan

i wanna report bug i faced in the software updated for 9341 tft ... when i open timer and made it custom for led lighting only on custom mode when i draw the curve and click save the screen become blue nothing like hanging i have to restart the arduino but the timer saved and working... the problem is this blue screen after saving it should get me back to timers page or the main page i do not have to restart every time..... but when i download this last software i work for me thank you very much really about this is there are any new update to make the fan for hood to be pwm control like jarduino
 
Hello Dear Kapelan

i wanna report bug i faced in the software updated for 9341 tft ... when i open timer and made it custom for led lighting only on custom mode when i draw the curve and click save the screen become blue nothing like hanging i have to restart the arduino but the timer saved and working... the problem is this blue screen after saving it should get me back to timers page or the main page i do not have to restart every time
Most likely power supply problem, from computer's USB is not always working.
The one on Arduino board also is not designed to support TFT.
Would recommend to try good 1-2A 5V power supply.
I'm using LM2596 like this:
http://www.ebay.com/itm/LM2596-DC-D...115364?hash=item3f6d8113a4:g:iIMAAOSwqu9VHR9Z
 
Back
Top