-
```
Hi, i bought a pro micro version of arduino. This version do not come with A4
and A5.. just came with A0 /A1 /A2 / A3. How can i use a OLED display( with
four pins -> VCC(ok), GND(ok), SCL(?), …
-
Сейчас фильтр по производителю, выбираю только устройства /dev/ttyXXX с производителем FTDI:
~~~javascript
if(ports[i].manufacturer === "FTDI") {
filteredPorts.push(ports[i]);
}
~~~
Это …
-
```
Hardware:
- Arduino Leonardo
- WiFi Shield
Software:
- Arduino IDE 1.0.1
- Mac OSX 10.7 / Ubuntu 12.04
Libraries:
- WiFi Libraries (downloaded from arduino.cc)
What steps will reproduce th…
-
Если отправить "1" в SerialPort то выдаст значения счетчика,которые сбрасываются при пере подключении к порту, хотя должны накапливаться.Плата Arduino UNO R3.
Пример сбрасывания EEPROM:
3 3 2 45 16…
-
right now im trying to use the program and so far so good
sadly my arduino board (it's a Leonardo sold by a local electronic company) only have 13 digital pins instead of 16, so I'm unable to map o…
-
Hi, im trying to flash this to a nano to use it to drive the Yaapu telemetry widget on a jumper T16 as it will work with any Rx if you can send it the GPS data but i cant get the firmware to flash to …
-
Hi CraigB I have some questions:
I have an Egstarts2 spinner (normally compatibile only with arcade 1up 12 in 1 board...over 85 euro in Italy...too expansive).
This Is the board:
https://www.amazon…
-
```
Hardware:
- Arduino Leonardo
- WiFi Shield
Software:
- Arduino IDE 1.0.1
- Mac OSX 10.7 / Ubuntu 12.04
Libraries:
- WiFi Libraries (downloaded from arduino.cc)
What steps will reproduce th…
-
```
Hardware:
- Arduino Leonardo
- WiFi Shield
Software:
- Arduino IDE 1.0.1
- Mac OSX 10.7 / Ubuntu 12.04
Libraries:
- WiFi Libraries (downloaded from arduino.cc)
What steps will reproduce th…
-
Hi all,
I am testing the rosserial_arduino, but I have this warning when I load an Arduino library and I build my code with catkin_make.
A simple example is compile [Measuring Temperature](http://…