Go to advanced search

by windell747
Tue Jan 19, 2016 10:24 pm
Forum: Beginners
Topic: setting up i2c on raspberry pi B+
Replies: 12
Views: 1934

Re: setting up i2c on raspberry pi B+

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...
by windell747
Sat Jan 16, 2016 2:04 am
Forum: Beginners
Topic: setting up i2c on raspberry pi B+
Replies: 12
Views: 1934

Re: setting up i2c on raspberry pi B+

I commented out the i2c-bcm2708 from /etc/modules, but still doesn't work.

Here is my /boot/config.txt ...

Code: Select all

dtparam=i2c1=on
dtparam=i2c_arm=on
by windell747
Fri Jan 15, 2016 6:53 pm
Forum: Beginners
Topic: setting up i2c on raspberry pi B+
Replies: 12
Views: 1934

Re: setting up i2c on raspberry pi B+

Thanks fellow RPiers. Here you go! pi@raspberrypi ~ $ uname -a Linux raspberrypi 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux pi@raspberrypi ~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)" NAME="Raspbian GNU/Linux" VERSION_ID="7" VERSION="7 (wheezy)" ID=rasp...
by windell747
Fri Jan 15, 2016 3:44 am
Forum: Beginners
Topic: setting up i2c on raspberry pi B+
Replies: 12
Views: 1934

Re: setting up i2c on raspberry pi B+

Yup have done all those steps. I even reinstalled the os to try it again.
by windell747
Fri Jan 15, 2016 2:45 am
Forum: Beginners
Topic: setting up i2c on raspberry pi B+
Replies: 12
Views: 1934

Re: setting up i2c on raspberry pi B+

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?
by windell747
Wed Jan 13, 2016 2:13 am
Forum: Beginners
Topic: setting up i2c on raspberry pi B+
Replies: 12
Views: 1934

setting up i2c on raspberry pi B+

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...
by windell747
Tue Jan 12, 2016 3:20 am
Forum: Beginners
Topic: Good book for C programming of Pi
Replies: 2
Views: 1292

Good book for C programming of Pi

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 ...
by windell747
Fri Nov 13, 2015 3:30 am
Forum: Beginners
Topic: GPIO control via Ethernet
Replies: 1
Views: 1547

GPIO control via Ethernet

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 ...

Go to advanced search