0

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.

asked Oct 29, 2015 at 12:34
2
  • Which shield are you referring to? Commented Oct 29, 2015 at 18:21
  • Just solder some wires to the LCD shield. This way you won't "ruin" the main arduino board Commented Jan 27, 2016 at 21:11

2 Answers 2

1

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:

answered Oct 29, 2015 at 12:39
4
  • Like this? jaycar.com.au/Kits,-Science-%26-Learning/… Commented 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. Commented 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 will Commented 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. Commented Feb 26, 2016 at 21:19
1

Sandwich an arduino protoshield in between and add the sensors to this board, or add some wires, so the sensor can be places "outside".

answered Oct 29, 2015 at 18:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.