-
# Development
Put an empty `.development` in the root folder in order to edit the examples and while working. Don't itegrate the file into the Gi repo!
# Build status
- Travis CI is used to do a…
-
**Describe the bug**
SPI transfer16() produces two 8 byte transfers rather than one 16 bit transfer.
**To Reproduce**
Here is a code that is used for testing SPI transfers. In this instance…
-
hello,
how to use MPU6050 dmp6 without an IRQ pin?
I don't have free GPIOs on my M4 board any more (Adafruit Feather).
Instead of IRQ, I want to repetitively read i2c data in the loop() either if n…
-
Hello, I have very particular issue when using the RTCZero with my Arduino NANO 33 IoT.
I am working with WiFi, BT and time at the same time to control light strength in setup of LED and movement sen…
-
This issue has become worse and worse with the recent IDE releases. When I first open Arduino IDE and click on the Tools menu, it appears on the screen immediately. However, as soon as the message "Up…
-
Hi! I'm making test with the arduino mkr 1300 + TTN, and the downlink not work, the ttn application data by node show me than the payload bytes was sent (downlink) but in the monitor serial (arduino)…
-
### Configuration
**Operating system**: Ubuntu 19.10
**PlatformIO Version** (`platformio --version`): 4.3.1
### Description of problem
I am trying to debug an Adafruit Metro M0 Express board…
-
Hi,
Every time when i upload the sketch, The COM-port gets disconnected and I get a popup stating the USB-Device isn't functioning like it should.
I hooked it up according to your explanation, but s…
-
Hello all,
I am trying to use the Black Magic Probe to load firmware (.hex w/ bootloader) onto an ATSAME51J19A using a SWD header on a separate PCB. I have updated my BMP firmware as well as the PI…
-
When a pin is switched to OUTPUT the GPIO_PIN_CNF_DRIVE_S0S1 profile is enabled. What is your opinion to implement mode switching via OUTPUT_S0S1, OUTPUT_H0S1, OUTPUT_H0H1, OUTPUT_D0S1.... OUTPUT_H0D1…