Project Activity

See All Activity >

Follow Pd_wiringpi_gpio

Pd_wiringpi_gpio Web Site

Other Useful Business Software
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Sign Up Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
0
1
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • I am finding this a very useful way to control gpio on the RPi. I had previously experimented with some simple gpio bash scripts to flash LEDs and Gordon Henderson's 'Tux Crossing' script to emulate a pedestrian crossing light sequence. The relevant wiringpi code needs to be in place before using this pd extension. I must admit that my first attempts to use this extension were not successful and resulted in pd crashing, despite using 'sudo pd'. However, analysis helped identify a solution in my instance. 1) in wiringPi_gpio\wiringPi_gpio.c Move the code line - If (WiringPiSetup () == -1) exit (1) ; from function *wiringPi_gpio_new to the end of function wiringPi_gpio_setup 2) Recompile gcc -c wiringPi_gpio.c -o wiringPi_gpio.o ld -E -shared -o wiringPi_gpio.l_arm wiringPi_gpio.o -lc -lm -lwiringPi -lpthread 3) copy to /usr/lib/pd/extra or relevant path My configuration: Rasbian Jessie on Model B revision 2 000f. Pd version 0.46.2 I haven't explored the MCP3008 code yet.
Read more reviews >

Additional Project Details

Registered

2014-12-14