So, I have a lcd that takes up the whole board of an arduino mega. I want to connect a temperature sensor and make a really lame weather station, but the lcd screen is totally in the road. It's a shield so this is to be expected.
I've come up with wacky ideas, like soldering to the rear of the board but I think that's a bad idea. Surely there must be a better way? The lcd shield exposes no pins.
-
Which shield are you referring to?Gerben– Gerben2015年10月29日 18:21:20 +00:00Commented Oct 29, 2015 at 18:21
-
Just solder some wires to the LCD shield. This way you won't "ruin" the main arduino boardfrarugi87– frarugi872016年01月27日 21:11:25 +00:00Commented Jan 27, 2016 at 21:11
2 Answers 2
What you need is a shield that can go between the Arduino and the LCD shield and break out whatever connections you like.
They are generally available as "screw terminal" shields, such as this one from iTead:
-
Like this? jaycar.com.au/Kits,-Science-%26-Learning/…Lewis Cianci– Lewis Cianci2015年10月30日 00:29:38 +00:00Commented Oct 30, 2015 at 0:29
-
@LewisCianci Yep, except that's for the Uno not the Mega, so it would only give you access to a tiny proportion of the possible pins.Majenko– Majenko2015年10月30日 00:31:13 +00:00Commented Oct 30, 2015 at 0:31
-
I see... I've had a look online briefly and the Mega 2560 compatible screw terminal shields have to be soldered together. Is there one that comes presoldered? EDIT: Sorry just realised that your link is for the Mega. My bad. EDIT UNO MAS: Why is it that these pre-made ones have to be soldered? I have a soldering iron but I don't really like working in such tiny spaces incase i solder two pins together or something :( but if i have to, I willLewis Cianci– Lewis Cianci2015年10月30日 00:44:52 +00:00Commented Oct 30, 2015 at 0:44
-
Uno shields are mostly all compatible with the Mega shields. So if the LCD is compatible with Uno and Mega then using a Uno proto shield it should not be a issue.Avamander– Avamander2016年02月26日 21:19:27 +00:00Commented Feb 26, 2016 at 21:19
Sandwich an arduino protoshield in between and add the sensors to this board, or add some wires, so the sensor can be places "outside".