
meanpc
Members-
Content Count
27 -
Joined
-
Last visited
About meanpc
-
Rank
Member
-
Thermometer with Nokia 5110 and Nokia 7110 LCD on Energia
meanpc replied to Rei Vilo's topic in Energia - MSP
Rei - have you used the Nokia 5110 with Energia and the Adafruit GFX library yet? Should this work? -
[Energia Library] Nokia 5110 LCD BoosterPack/Breakout PCB
meanpc replied to Rei Vilo's topic in MSP Energia Libraries
Sounds like a plan. Or even use a small potentiometer to make the value adjustable by the user. I've got 5 of these displays and have found them all to need slightly different contrast values. Thanks again again Rei. -
[Energia Library] Nokia 5110 LCD BoosterPack/Breakout PCB
meanpc replied to Rei Vilo's topic in MSP Energia Libraries
Rei, Thanks so much for your help - that's exactly what I needed. I've included before and after setContrast commands to show you what a big difference it made. (I've set the contrast to 60 in the photo on the right.) Also, I did make some minor changes to that code to get it to compile (just in case anyone else is trying to use it). I had to add a comma and a close parenthesis on each line of the .cpp code, so that it looked like: Again, thanks so much for your quick and accurate reply Rei - your contributions to the Energia and 43oh communities are tremendous. -
[Energia Library] Nokia 5110 LCD BoosterPack/Breakout PCB
meanpc replied to Rei Vilo's topic in MSP Energia Libraries
Rei Vilo, Is there a way to set the contrast with this library? With the Adafruit version of this library, there is a command like: display.setContrast(50); -
LaunchPad on steroids, if you have a lot of spare time...
meanpc replied to xv4y's topic in Energia - MSP
Yes, Windows. Sounds great! -
LaunchPad on steroids, if you have a lot of spare time...
meanpc replied to xv4y's topic in Energia - MSP
If you need alpha testers let me know, Energia for Stellaris will be BIG -
LaunchPad on steroids, if you have a lot of spare time...
meanpc replied to xv4y's topic in Energia - MSP
Are you serious? That would be amazing! :clap: -
2.2" Color LCD Booster Pack
meanpc replied to RobG's topic in Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
Is this boosterpack available for purchase anywhere? -
Hello Stellarisiti! I'm coming from 43oh.com. Should be receiving my first Stellaris Launchpad in the mail tomorrow or the next day, and I'm looking forward to bugging you guys to show me how to use it. Thanks for starting this board!
-
Not offended at all - I do stupid stuff all the time, so your questions are relevant. I tried SDA and SCL connected to both 1.6 and 1.7. I have the display powered from the 5V test points near the USB connector on the launchpad. I was thinking of the display's logic being passive and not having to worry about 5V coming back to the Launchpad...but I didn't check. I just measured the voltage on SDA and SCL pins of the display while it's powered up and I'm measuring 150mV, but I don't know if that measurement is valid or not.
-
1. I have not confirmed this with the Launchpad. The display works fine with Arduino boards, though 2. 2553 3. 14 and 15, or P1.6,P1.7 4. 0x27 5. I am using the library found here (at the bottom of the page): http://www.dfrobot.com/index.php?route= ... GYpGk3A9TI I am just trying to upload the 'Hello World' sketch from that library which is: //YWROBOT //Compatible with the Arduino IDE 1.0 //Library version:1.1 #include #include LiquidCrystal_I2C lcd(0x27,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display void setup() { lcd.init();
-
Has anyone gotten this display to work with Energia? http://www.sainsmart.com/module/lcd-mod ... ga-r3.html I'm not having any luck so far with this.
-
I don't have a scope. I'm assuming the pulses are much to quick for me to capture accurately with my $30 multimeter. Would be nice if someone with an o-scope could check it out.
-
can you sticky this? I've referred back to this post about 8 times now.
-
I should have updated this post, but I was successful with getting the HC-SR04 to work with the MSP430/Energia a few weeks ago. http://www.meanpc.com/2012/09/using-hc- ... th-ti.html I did use the 5V pins near the USB connector, but I didn't even think about the voltage on the echo pin - good catch.