display not working, nor is nanologger

Inquiry and support for Freematics products
Post Reply
rkungl
Posts: 7
Joined: Sun Oct 26, 2014 7:31 pm

display not working, nor is nanologger

Post by rkungl »

Hi I ordered the obd ii telemetry kit #1 and the emulator. No matter what I do the display doesn't work. I connected it exactly how it is shown on the sales page and it doesn't work.

I have run lcdhello (with and it doesn't work, I have literally tried everything and I have not once seen a single pixel light up.

I believe this display is an sh1106 according to your page so I commented out ssd1306 and included sh1106 as shown below:

LCD_SH1106 lcd; /* for SH1106 OLED module */
//LCD_SSD1306 lcd; /* for SSD1306 OLED module */

Also nanologger which is meant to work with it won't run. It says the file is too large.
" Binary sketch size: 31,012 bytes (of a 30,720 byte maximum) "

Also you sent me an SD card reader when I ordered a microSD card reader.

...frustrated.
stanley
Site Admin
Posts: 1026
Joined: Sat Mar 01, 2014 3:15 am

Re: display not working, nor is nanologger

Post by stanley »

Please use Arduino IDE 1.5 instead of 1.0.
Post Reply