-
``` javascript
var arduino = new SerialPort("/dev/ttyACM0", {
baudRate : 115200,
dataBits : 8,
parity : 'none',
stopBits: 1,
parser: serialport.parsers.readline("\n"),
flowCont…
-
Hello.
I got a strange problem. I startet a project in the original Arduino IDE. It works great. After hundrets of rows coding and a dozend of functions, i feel annoyed about the bad arduino IDE.
S…
-
please can you help me how i can use " arduino ir remote control "
sincerely
-
We have a bit of a bug.
In GC, if you press stop, you will see that the sled position adjusts just slightly, if you press stop many many times, you can move the sled position quite far. If you sta…
-
hello to all!
I was trying to use this library: https://github.com/bolderflight/uNavAHRS
which needs this other lib: https://github.com/bolderflight/Eigen
but a lot of errors from the maple cor…
-
When the Pi is restarting it sometimes can't see the serial connection with the Arduino. This happened a couple of times, but I can't replicate it. Possible solves for this is to use the reset pin o…
-
I have a strange issue here that I have trouble searching for information on the net.
I found some similar issues but not exactly what I got here...
I am using Arduino 1.6.5 and the latest Arduino-ma…
ghost updated
7 years ago
-
Hello,
Sorry I am newbie with this stuff but I saw that grbl 1.1f came out (previously running 0.8c) and I wanted to try out the newest UGS platform. When I use the most current UGS Classic GUI it …
-
Hi,
I would like to provide a PR with information and build script for @PlatformIO. I did the same for Arduino Core for ESP8266 and ESP32:
- https://github.com/esp8266/Arduino#using-platformio
…
-
After following the published procedure ( Ardiuno,cc Learning Install Arduino on Ubuntu Linux) how to install from Github I am unable to select "Due"' as board.
.....
Open Ubuntu Software Center and …