RollingGecko / ArduBoardControler

Arduino based remote for VESC with nRF24
Other
43 stars 19 forks source link

Wrong image in OLED memory? #4

Closed Nohka closed 6 years ago

Nohka commented 6 years ago

Hello!

I really like this open-source VESC-UART controller platform, great job, BUT I'd also like to get it working on my custom controller.. :/

The problem is that I got U8GLIB_SSD1306_ADAFRUIT_128X64 u8g(13, 11, 7, 6, 8); working with U8GLIB "GraphicsTest", but when I upload ArduBoardController_TX, it only shows a still image of the latest test screen it had in GraphicsTest.

I also have NRF24L01 connected to pins 9-13 accordingly.

What am I missing?

All the best!

RollingGecko commented 6 years ago

Sorry, but I have no possibility and resources at the moment to support in such problems. On the first look I would say, that the problem could be, that you use PIN 13 for the OLED and the NRF.

Please try other ports. Is there a problem to use the preconfigured ports?

Nohka commented 6 years ago

Indeed, that's what I'm doing. I will try other PIN, thanks! :)