Max
Max
No worries, take your time.
Same issue when browser is minimized (at least in Windows). Figured out a workaround. It is ugly (because is bound to implementation), but it [works](https://jsfiddle.net/egh95a0q/174/) The problem with the browser...
Try to kill the context after killing the job. ``` DELETE /jobs/ DELETE /contexts/ ```
Planned for 0.7.0, unless something more important comes up.
For sucker pump look at dobot.h, it is all documented there. Take laser implementation as a reference. Bluetooth is totally different. It's another serial port that needs to be referenced...
It looks like the BT module on dobot is crippled in that it does not support AT commands and there seems no documentation available as to how to configure it...
Communication with the BT module has been implemented. However, the module they installed, or the way they configured it, or it is just specifics of BT that makes it not...
No reason. RAMPS support came after the native dobot 1.0 board was done and many things were just reused/adapted, that's all.
Current open-dobot version is 1.1.0 https://github.com/maxosprojects/open-dobot/releases/tag/1.1.0 open-dobot simply doesn't read MP65 at all as it is unknown and didn't come with dobot v1.0
There are three options here: 1. Someone who has a logic analyzer (BeagleBone can be used as one) or an oscilloscope implements that. 2. Get 2 of these http://www.amazon.com/SMAKN%C2%AE-Arduino-MPU-6050-gyroscope-accelerometer/dp/B00NH8Z6BU/ or...