-
Trying to understand how to use Libraries with another board (for ex. Arduino Uno + Ethernet Shield).
Is that possible to do myself with not lots of knowledge?
But, at first, I just can't compile an…
-
Using the example code given at the bottom of https://www.arduino.cc/en/Guide/MKRENVShield, and the best wiring I could find given the horriffic insturctions there, any call to ENV (such as if (!ENV.b…
-
Arduino IDE Hourly Build 2019/04/18 12:33 / Arduino IDE 1.9.0-beta build 105, Windows 10 64 bit
1. Plug the USB cable of a native USB (Leonardo, MKR, Due (Native USB Port)) into your computer.
1. …
-
## Current Behaviour
The included library part for Arduino MKR WiFi 1010 is completely incorrect. It has the correct number of pins, but the pinout does not match the device. The appearance is also n…
-
## Environment
- Development Kit: 3.2
- IDF version: 3ad3fd783da936984b4247e0974a1a8496796346
- Development Env: Make
- Operating System: Void Linux
- Power Supply: USB
## P…
-
We are trying to connect an Arduino MKR WAN 1300 device to a Raspberry Pi zero W computer board by wiring the 13(RX), 14(TX) Pins of Arduino and the corresponding GPIO14 (UART0_TXD), GPIO15 (UART0_RXD…
-
I am using esp32 + w5500. The output of the index.html file to the web site via spiffs does not work. Simple helloserver works. I used this construction in standard webserver.h + esp32 via WiFi. Every…
-
I'm trying to test the MIDIUSB_write example sketch on a MKR wifi 1010, but after uploading it to the board, it doesn't get recognized by my computer as a MIDI device, no matter what software or DAW I…
-
I have a [128x128 waveshare OLED display](https://www.waveshare.com/1.5inch-oled-module.htm). Using this library, I can display just fine with an Arduino Mega with setting:
`U8G2_SSD1327_MIDAS_128X…
-
@KonradIT
let's discuss here the next steps
I just made two commit. In the first I moved all the defines in a new files, this way we have code and settings separated. I finally added support for …