johnny-five icon indicating copy to clipboard operation
johnny-five copied to clipboard

JavaScript Robotics and IoT programming framework, developed at Bocoup.

Results 67 johnny-five issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for this library, it seems super easy to use! In my project I use a CAN bus with a MCP2515 chip. In a "normal" arduino project, I...

This PR adds the option for scaled values from a sensor to be rounded . @dtex @islemaster In the forked [`code-dot-org/johnny-five`](https://github.com/code-dot-org/johnny-five) project, scaled values are always rounded as implemented in...

Hello, I'm trying to use a coin selector ![image](https://github.com/rwaldron/johnny-five/assets/6640835/ab691d58-c697-4f04-8886-ad24a347131c) ![image](https://github.com/rwaldron/johnny-five/assets/6640835/a13f2623-7474-4c66-b105-54b9b50ed651) ![image](https://github.com/rwaldron/johnny-five/assets/6640835/0b60fde1-1d6a-4371-acfc-65c8f6541200) But I'm not sure Johnny five can handle it, as it relies on pulse between 20/100ms Do you have...

What's the status of getting a new release out? Are there still blockers from CI/infra updates?

Currently, the DS18B20 driver uses a fixed delay of 1 millisecond (board.io.sendOneWireDelay(pin, 1);) after requesting each sensor to perform a temperature conversion. However, the DS18B20 datasheet specifies that a conversion...

Currently, the DS18B20 driver uses a fixed delay of 1 millisecond (`board.io.sendOneWireDelay(pin, 1);`) after requesting each sensor to perform a temperature conversion. However, the DS18B20 datasheet specifies that a conversion...

Hi, I've just purchased an [AC DIMMER from RobotDync](https://www.banggood.in/5Pcs-AC-Light-Dimmer-Module-For-PWM-Controller-1-Channel-3_3V-or-5V-Logic-AC-50hz-60hz-220V-110V-p-1255782.html), I want to make a fade loop in order to get some glitchy effect. Here is my test code using PWM...

I looked at the API provided by *Johnny-five*, but couldn't find any information on working with **radios**. Are there any examples of working with sensors like **NRF24L01**. In case I...