pigpio-client icon indicating copy to clipboard operation
pigpio-client copied to clipboard

A nodejs client for pigpio socket interface.

Results 13 pigpio-client issues
Sort by recently updated
recently updated
newest added

I made some additions for the missing features directly in pigpio-client.js. In case that way is not intended, let me know, please, so I can change that in order to...

A variety of improvements which allow the client to reconnect in different circumstances. e.g. on pigpiod restart, turning wifi off on laptop, and then back on again, etc. Not tested...

I think these are all good now. Have a review, but maybe wait to pull until I have added an example (will be servo control via PCA9685, illustrates many but...

Hi @guymcswain, When a host is not available at startup: if I don't specify pi.timeout, then I get the error event fired. If I DO specify pi.timeout, then I don't...

I'd like to use more comprehensive i2c support, e.g. commands to read and write registers. Use case is PCA9685 for control of servos. Was there some reason why this is...

storeScript(text, cb) deleteScript(scriptID, cb) statusScript(scriptID, cb) runScript(sid, params, cb) stopScript(sid, cb) updateScript(sid, params, cb) store/run/delete tested. readme added to :).

Illustrates adding functionality to pigpio-client Demonstrates the use of IR detectors to detect wheel movements for two wheels, based on two IR detectors per wheel. Adapted from the Rotary Encoder...

I've written a timing sensitive application (infrared remote emitter); it sends data on a 37KHz (~37 microsecond) carrier wave. My first go at it, I used https://github.com/fivdi/pigpio (hereafter pigpio.js), which...

This happens when i use 11, everything works normally ![before](https://user-images.githubusercontent.com/34750539/153736332-118c148c-b92b-4914-92c6-0a83fb13e837.png) As soon as i add 1 more, this happens ![after](https://user-images.githubusercontent.com/34750539/153736351-4bd82ff1-0ac9-48c4-97de-760a24a8cc3b.png) I've tryed implementing it in different ways, i just could...