Search found 3 matches

by Raspoutine
Mon May 11, 2015 1:53 pm
Forum: Raspberry Pi
Topic: Using the DrDaq with a Raspberry Pi 2
Replies: 11
Views: 36972

Re: Using the DrDaq with a Raspberry Pi 2

Ok, I feel a little bad about this one. I normally install raspbian using a standard procedure , but this time the SD card I bought came pre-installed with the noobs OS . As it offered to install raspbian when I first booted it, I figured it would lead to the same result. I was wrong. Now that I wip...
by Raspoutine
Wed May 06, 2015 3:44 pm
Forum: Raspberry Pi
Topic: Using the DrDaq with a Raspberry Pi 2
Replies: 11
Views: 36972

Re: Using the DrDaq with a Raspberry Pi 2

I tried to prefix the compilation command with sudo, to no avail. I'm not sure why this should fix the problem. I crafted this really minimal working example to investigate the problem: #include #include #include int main(void)...
by Raspoutine
Tue May 05, 2015 10:33 pm
Forum: Raspberry Pi
Topic: Using the DrDaq with a Raspberry Pi 2
Replies: 11
Views: 36972

Using the DrDaq with a Raspberry Pi 2

I'm trying to communicate with a DrDaq using the latest pi version, the Raspberry Pi 2. usbdrdaq library installation The usbdrdaqlinux_0.9-1_armel driver provided by Pico Tech cannot be installed on a Raspberry Pi 2, the architecture now being armhf . As my operating system is raspbian , I figured ...