Thanks a lot for helping! Responding inline: Is that the complete config.txt or is there anything else in it? Just went to the file in nano and it looks like that is the complete file. Are you sure that's the one your system is using (if you're using NOOBS it may not be)? I'm not sure how to check t...
I ran through all the steps on that page including the double-check step and i2cdetect still doesn't work. Is there anything else that I can do to troubleshoot?
I followed the instructions here https://www.youtube.com/watch?v=FloRfIeuEoE and when I run sudo i2cdetect -y 0 I get Error: Could not open file '/dev/i2c-0' or 'dev.i2c/0': No such file or directory I get the same thing when I run sudo i2cdetect -y 1 I'm not sure what I could be doing wrong. Any hi...
Hi, I have a Raspberry Pi B+ and I would like to explore how to program it in C. I already have experience with C, but not much with interfacing with hardware. Does anyone know of a simple text that could walk me through the whole process? I've searched online, but I've found a lot of variation and ...
Hi, I'm trying to find some good online examples that show how to control the GPIO of a raspberry pi over the Ethernet without doing it via a webpage. For example I would like to use use necat and send a string to the pi and the pi will send an acknowledgement and perform an action. Anyone have any ...