hi! i think i am in trouble ! i am a arduino newbie and i need to develop a system to monitor 2 Temps using a 100Kohm NTc and a Inclinometer and see the results on a color LCD( there is a image on attachments of the tilt part. there would be a button somewear so we could cycle trough temp \ inclination\compass )
so i Bought 2 arduino Nano 3 NTCS a MPU6050 ( witch i can read on serial monitor the raw values) and a 2.4" display ILI9320 ( http://www.ebay.com/itm/230995425218?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT )
now for the problems... i have no CLue how to connect the Display to the Nano i cant find libraries or examples that i can use.. can someone help me?
danielqueiros:
hi! i think i am in trouble ! i am a arduino newbie and i need to develop a system to monitor 2 Temps using a 100Kohm NTc and a Inclinometer and see the results on a color LCD( there is a image on attachments of the tilt part. there would be a button somewear so we could cycle trough temp \ inclination\compass )
so i Bought 2 arduino Nano 3 NTCS a MPU6050 ( witch i can read on serial monitor the raw values) and a 2.4" display ILI9320 ( http://www.ebay.com/itm/230995425218?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT )
now for the problems... i have no CLue how to connect the Display to the Nano i cant find libraries or examples that i can use.. can someone help me?
"Need to"? As in ... school assignment?
as in i said i could put it together for the company car ( yes i was dumb )
Your google skills need polishing What does that board say? www.mcufriend.com? Go there and next go to download
Either of the below will probably have the information that you need
arduino 液晶屏 库文件 触摸程序 - utft
arduino uno or mage2560 2.4inch test code
Can't tell you any more than that You need to find the right files in the downloaded files.
sterretje:
Your google skills need polishing What does that board say? www.mcufriend.com? Go there and next go to download
Either of the below will probably have the information that you need
arduino 液晶屏 库文件 触摸程序 - utft
arduino uno or mage2560 2.4inch test code
Can't tell you any more than that You need to find the right files in the downloaded files.
Thanks !! i was on the site on the ILI9320 ( http://www.mcufriend.com/web/down/ili9320.pdf ) but 404 error ... now i must find the pinout or get a UNO :\
forget sending pictures that so results. rather post links to the things you purchased. the make, model, the site you bought them from.
dave-in-nj:
forget sending pictures that so results. rather post links to the things you purchased. the make, model, the site you bought them from.
All bought from ebay..
The Board
http://www.ebay.com/itm/181846906547?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
The MPU6050 accelerometer + gyroscope
http://www.ebay.com/itm/221890124798?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
and the 2.4" tft display
http://www.ebay.com/itm/230995425218?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
as i said the Mpu is already working and i can see the raw values on the serial monitor connecting the display and creating ( using processing) the " grafical environement " for me its the fuel of nightmares xD