Search Results

by asd
Wed Oct 31, 2018 12:33 pm
Forum: C/C++
Topic: Brushless DC Motor - onVelocityUpdateHandler() not firing
Replies: 2
Views: 16150

Re: Brushless DC Motor - onVelocityUpdateHandler() not firing

Thank you for checking Fraser! Before I eventually rebooted the SBC I got this output (and the motor turning correctly): -------------------- | BLDC motor speed can be controlled by setting its Target Velocity (ie its duty cycle). | The target velocity can be a number from -1.0 to +1.0, where sign i...
by asd
Wed Oct 31, 2018 9:27 am
Forum: C/C++
Topic: Brushless DC Motor - onVelocityUpdateHandler() not firing
Replies: 2
Views: 16150

Brushless DC Motor - onVelocityUpdateHandler() not firing

Dear Phidgets Community, I'm using the Brushless DC Motor Phidget (DCC1100) with a DCM4111_0 Motor. My problem is that onVelocityUpdateHandler() never fires. To rule out errors in my own implementation I have also built your example "BLDCMotor_Example.c" but it shows the same behaviour. I ...
by asd
Wed Sep 26, 2018 10:20 am
Forum: Linux
Topic: building libphidget22 on debian (Linux twSBC 4.14.24-sunxi #3 SMP Thu Mar 8 13:45:10 MST 2018 armv7l GNU/Linux)
Replies: 5
Views: 11387

Re: building libphidget22 on debian (Linux twSBC 4.14.24-sunxi #3 SMP Thu Mar 8 13:45:10 MST 2018 armv7l GNU/Linux)

Thank you Patrick! I've downloaded and extracted the tarball on the target machine and it builds without any of the problems above. What I did before was: * downloaded and extracted the files under OS X * added the extracted directory to my git-repository * via ssh: cloned the repo on the linux mach...
by asd
Wed Sep 26, 2018 9:21 am
Forum: Linux
Topic: building libphidget22 on debian (Linux twSBC 4.14.24-sunxi #3 SMP Thu Mar 8 13:45:10 MST 2018 armv7l GNU/Linux)
Replies: 5
Views: 11387

Re: building libphidget22 on debian Linux deb 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64 GNU/Linux

Sorry to bother you again! I'm now having the exact same problem on debian stretch arch x86_64. Linux deb 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64 GNU/Linux I've installed all of the above apt-get install autotools-dev automake libtool and also tried the suggestions here: htt...
by asd
Fri Sep 21, 2018 2:04 am
Forum: C/C++
Topic: undefined reference to `CheckError' - solved
Replies: 2
Views: 16646

undefined reference to `CheckError' - solved

Hi guys, just in case anyone else is having this problem. I was trying to compile TemperatureSensor_Example.c but it complained about the reference to CheckError (declared in PhidgetHelperFunctions.c). I had to modify the original make file (SRCS) to also compile PhidgetHelperFunctions.c: The Makefi...
by asd
Wed Sep 19, 2018 12:45 pm
Forum: Linux
Topic: building libphidget22 on debian (Linux twSBC 4.14.24-sunxi #3 SMP Thu Mar 8 13:45:10 MST 2018 armv7l GNU/Linux)
Replies: 5
Views: 11387

building libphidget22 on debian (Linux twSBC 4.14.24-sunxi #3 SMP Thu Mar 8 13:45:10 MST 2018 armv7l GNU/Linux)

Hi guys, I am having troubles building the library on debian root@twSBC:/home/asd/phidgets/libphidget22-1.0.0.20180905# ./configure works ... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkd...