Hello all,
I'm knew to Arduino and this forum...
Though I searched for an answer (my friend Google and this forum) for an answer, I'm maybe just too much a beginner to understand what's evident for you. Here's my problem.
I'm building a weather station with my Arduino Due with few components (DS3231 for the real time clock), DHT11 for the temperature and also a DS18B20 for the temperature of the pool. Things are going great, one component at a time, adjusting sample code for my needs.
The next step is (obviously) to display my readings. I bought a 3.5" TFT ( 3.5" TFT LCD 480x320 Touch Screen HD Color Screen Module for UNO & MEGA 2560 Board with/Without Touch Panel with Touch pane : Amazon.ca: Industrial & Scientific) that works fine and I'm able to adjust the code to my needs... but connecting the TFT over the Arduino Due use practically all the pins, so how am I going to connect the DHT11, DS18B20 and DS3231?
I've bought a Screw Shield and I've been able to find a couple of pins available, but I wonder if this is the way to do things properly... I can hardly find info (or understand it!) on which pins are used by the TFT (the connectors almost use all of them).
Do you guys use a Mega instead of a Due in projects with a TFT and a few components?