-
Hi,
After fixing #2 manually (until the PR will be pushed to the main source) I've tried to continue to compile the sources.
The source code:
```
#include
#include
void setup() {
//…
-
```
The current version (v0.2) is a port from the Arduino-0018 core. It has to be
upgraded to the new 0019 core.
```
Original issue reported on code.google.com by `julian.d...@gmail.com` on 20 Sep …
-
I am using 2 KSZ9477 chips and the 4th ports of these two chips are connected to 2 different network switchers. I want to use the 5th ports of KSZ9477 connected together for redundancy. Therefore, I…
-
Hi,
I saw that in the v1.1 board the option has been added to use UART with TMC220x chips. This is great, but unfortunately I have a version 1.0 board.
After looking at the schematics it seems that…
sverd updated
4 years ago
-
The MAX Chip seems not right for the job because it needs a perfect video to display the OSD.
Researching the LM1881 OSD circuits currently…
https://youtu.be/zhLGqg2VBxQ
See: https://github.co…
-
See #45. Mention the pinout of the TTL-WIFI connector: 5V, TX, RX, GND
syssi updated
2 years ago
-
Building a package for Fedora implies not only the `x86_64` architecture, but also `s390x`.
However, running `avrdude -c '*/u'` fails there (full build log at https://kojipkgs.fedoraproject.org//wo…
-
Hi Benoit,
I noticed that ArduinoJson needs a pretty sizeable amount of memory for each object (16 bytes on ESP32); even by using zero-copy I find that I can need more memory for the `JsonDocument`…
-
I have installed dependencies and am unable to complete the install when using "sudo python3 -m pip install ."
Below is the output of the error message.
```
$ sudo python3 -m pip install .
P…
-
Is it possible to use PinChangeInterrupt with ATTiny861 ?