Thank you so much! Been trying to get this working for hours! No one else mention R7!!
@MarkTuttleG0TMT3 жыл бұрын
Glad it fixed your problem. Sorry it took me so long to spot your comment 😃
@patrickgemayel43262 жыл бұрын
Been looking all over for this info! Finally!
@MarkTuttleG0TMT2 жыл бұрын
I had the same problem so that’s why I felt there was requirement for this video. Glad it helped.
@laldeger1243 жыл бұрын
Thank you!! I was struggling to get this work and this video helped me a lot! I got it working in the end.
@MarkTuttleG0TMT3 жыл бұрын
You’re welcome. I struggled too which is why I made the video to save other people that hassle.
@360Sebastian3603 жыл бұрын
I used a bit of tiny wire I cut off of a regular sized resistor to bridge the gap between the two pads on R7 and R5 instead of a zero ohm resistor. I also have adress 0x3C working without any pullup resitors. I am running the adafruit ssd1306_128x64_i2c example with the only change in the code being changing the address to 0x3C. I used an i2c scanner to find the correct adress
@MarkTuttleG0TMT3 жыл бұрын
It sounds like you’ve got it all running okay. They seem to produce these displays with at least 2 different I2C addresses so a scanner sketch is worth a try if it doesn’t work first time.
@icarossavvides2641 Жыл бұрын
At 6:00 et al, don't you mean SCL not SDL?
@MarkTuttleG0TMT Жыл бұрын
Yes, you’re right. My mistake
@360Sebastian3603 жыл бұрын
Thanks for the information!!!! Are you powering the OLED via 5 volts or 3.3 volts ? The ebay listing told me to use 3.3volt
@MarkTuttleG0TMT3 жыл бұрын
The one I used was 5V but if you have one requiring 3.3V then I suggest you use a simple voltage divider
@guyfradasyl886505 ай бұрын
Hi, do you know how to flip from spi to iic for screen nokia 5110 ?
@MarkTuttleG0TMT5 ай бұрын
@@guyfradasyl88650 sorry no, I don’t know that screen
@guyfradasyl886504 ай бұрын
Hi, since my question,I found that the chip of the nokia 5110 screen can only make SPI communication. So, it is impossible to change the way. Because i want to save some connections, i read that we can put the reset of the screen to the reset pin of the Arduino, and chip select to gnd. You saved 2 gio pin. You could try with your screen.
@goonmaster_7 Жыл бұрын
For me R7 already has a resistor which says “472”, do I remove it and bridge the gap or just leave it?
@MarkTuttleG0TMT Жыл бұрын
Remove it and bridge the gap
@nevermind46674 жыл бұрын
it's not really working for me at the moment but I'm a little short on supplies. I don't have the pullup resistors do you really need them.
@nevermind46674 жыл бұрын
just got it working without the pullup don't know If i really need them
@MarkTuttleG0TMT4 жыл бұрын
@@nevermind4667 They're certainly recommended but if you code the ports to have pullups you might get away with it.
@nevermind46674 жыл бұрын
@@MarkTuttleG0TMT i have used it for a day now and it's working fine itm I hope I don't need them in the future so I dont have to make a new PCB
@MarkTuttleG0TMT4 жыл бұрын
N3V3RD01T well I hope my little video helped, that’s why I made it. 👍
@360Sebastian3602 жыл бұрын
In summary, for I2C : short R7,R5. Move R4 to R3. make sure to plug reset pin to arduino
@JimCoupeTQ3 жыл бұрын
Hmm didnt work out for me either :( o i2C devices found
@MarkTuttleG0TMT3 жыл бұрын
Are you sure you have the correct address for your device? Maybe try running an IC2 finder sketch