johnny-five
johnny-five copied to clipboard
JavaScript Robotics and IoT programming framework, developed at Bocoup.
I tried the LED blinking example, then tried the rainbow example... but instead of it working, the LED blinking code runned. i tried debugging by adding console.log's in both files,...
I'm trying to connect my macbook (year 2018, running monterey) to an arduino. When running the standard blink example as a test, I get the error: ```/Users/manno/node_modules/johnny-five/lib/board.js:42 serialport.list().then(results => {...
Hi, My goal is to find a workaround for this problem: Device or Firmware Error A timeout occurred while connecting to the Board https://github.com/rwaldron/johnny-five/issues/1260 https://stackoverflow.com/questions/52242319/johnny-five-unable-to-connect-to-arduino I kind of gave up...
I am trying to implement a very basic functionality in my Ecommerce WebApp which I am creating in MERN stack. What I'm trying to do is, turn on an LED...
I try to control a car on Raspberry Pi, using PCA9685. If it's Servo, that's fine, but with ESC it doesn't work, and Servo sometimes doesn't work intermittently. I'm not...
Hello there, It looks like there is a some bug at johnny-five library's dependencies (I am not sure, please verify). A long time ago I prepared simple NodeJS script to...
Hello, I was trying to run the example but when I write in the command-line "node app.js" it shows me "Error: Cannot find module 'firmata'". I'm not sure but I...
Hey can you please publish the type definitions for 2.x.x. Currently @types/johnny-five is on 1.3.2.
I'm trying using an ESP32 dev board with firmata over wifi. I'm using ConfigurableFirmata because that is the only one i could find that supports the ESP32. The master branch...
I believe that an old version of serialport is being used. The current serialport (10.3.0) doesn't make use of @serialport/bindings, instead it uses @serialport/bindings-cpp. I'd love to use the current...