Arduino_Apollo3 icon indicating copy to clipboard operation
Arduino_Apollo3 copied to clipboard

Arduino core to support the Apollo3 microcontroller from Ambiq Micro

Results 45 Arduino_Apollo3 issues
Sort by recently updated
recently updated
newest added

I am using the core v1.2.3. I am hitting a strange issue. I am using an Adafruit ultimate GPS (which I have used many time before with Arduino Unos, Megas...

If your MacOS hard drive has spaces in its name, then it will fail to upload to any board. In the Platform.txt file, these lines: `tools.svl.pgm.macosx={runtime.platform.path}/tools/uploaders/svl/dist/macosx/svl` `tools.asb.pgm.macosx={runtime.platform.path}/tools/uploaders/asb/dist/macosx/asb` Should instead be:...

Using RFM95 breakout board from dragino as lora shield, v1.4 to be precise. Tried using the example code for the TTN OTAA basic example. Artemis does not handle it properly....

**Problem description** On an Artemis Nano the Serial1 and Serial do not work independent. They are ONE and the same. - Changing the speed on Serial1 also changes the speed...

**Error description** The command tone() is not generating a PWM signal on the pins. **Reproduce** try tone(A16,200) in a sketch and it will fail (as with any other pin) **Root...