EcoModder.com

EcoModder.com (https://ecomodder.com/forum/)
-   OpenGauge / MPGuino FE computer (https://ecomodder.com/forum/opengauge-mpguino-fe-computer.html)
-   -   Add extra screen/readings to obduino (https://ecomodder.com/forum/showthread.php/add-extra-screen-readings-obduino-11087.html)

kdrlx 11-20-2009 06:26 PM

Add extra screen/readings to obduino
 
Hi,
Can I connect a temperature sensor/digital compass to one of the unused arduino pins & have those readings as well on a virtual screen on the obdunio ?

Sebastian 11-21-2009 02:24 AM

Of course. For example: I'm reading a temperature and the oxygen sensor. But there are few unused pins, and the compass uses i2c. That means you need the analog input pins 4 + 5 for compass but at the moment they are used for buttons. So you also have to rewrite some functions in code (interrupts).

You could move buttons and speed signal to digital IO pins if you use a shiftregister for LCD (there are librarys for this at arduino playground) or rewrite the code for a serial LCD.
Or you can try the same as I do. I'm planing to use a graphic LCD with touch panel connected with i2c. Then you have many free pins to play :thumbup:

Edit: Sorry, maybe it was too early in the morning for posting. You wrote obduino, I thought MPGuino :( I don't know this one, maybe my writing is wrong for it!

Froggy 11-23-2009 12:38 AM

The ISO version of OBDuino has 3 analog pins free, and 4 digital pins still unused.
See: OBDuinoDiagram - opengauge - Whole diagram of the Arduino board, LCD, interface - Project Hosting on Google Code


All times are GMT -4. The time now is 08:34 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com