Marcio Klepacz

Results 7 comments of Marcio Klepacz

The sinatra example it only works if I connect to the arduino each call like: ``` ruby get '/on' do arduino = ArduinoFirmata.connect analog = arduino.analog_read(0) arduino.digital_write 13, ArduinoFirmata::HIGH "analog...

Make sure your `react` dependency is the same as `react-dom`, ex: package.json: ``` "react": "17.0.2", "react-dom": "17.0.2", ```

Exactly, on iOS is pretty simple, what about on android? I looked at the code and honestly I have no idea how to do it, or if that is even...

+1 Looking forward, for the rewrite.

If you expand the `.xip` file on `~/Library/Caches/XcodeInstall` using Archive Utility (just double clicking-it) works. Just drag Xcode.app to Applications folder when is done.

Having the same issue with android.

Check your audio format, iOS does not support **ogg** files 😞