Questions tagged [arduino-zero]
The Arduino Zero is a simple and powerful 32-bit extension of the platform established by the UNO. This board aims to provide a platform for innovative projects in smart IoT devices, wearable technology, high-tech automation, crazy robotics, and much more.
56 questions
0
votes
1
answer
3k
views
SAMD21 Programming with Atmel ICE Fail to Write
I am trying to program my Adafruit M0 with the SAMD21G18 chip with Atmel studio and the Atmel ICE programmer. I have pin 1 on the ICE connected to 3.3V on the M0, pin 2 connected to SWDIO, pin 4 to ...
1
vote
2
answers
880
views
Is there any way to use a JTAG programmer with the Arduino IDE?
I am doing a lot of work with custom boards I've designed with the ATSAMD21G. I'd like to get away from using USB to program my boards since the USB port takes up space on the PCB and consumes extra ...
3
votes
2
answers
1k
views
M0 pro: SPI communication, code works on Uno, but not in M0. Using ICSP port
I am trying to establish a communication between a sensor and a M0 -pro using SPI. The code :
#include <SPI.h>
unsigned int result = 0;
void readAngle();
void setup() {
...
1
vote
2
answers
779
views
Arduino Zero (ATSAMD21G) - I2C - continuous wrong data flow
I encountered a strange behavior while running 2 way transmission tests between 2 Arduino Zero (ATSAMD21G), one master and one slave. Wrong data is being continuously transferred both ways. The ...
0
votes
1
answer
62
views
How do you connect parts once all GPIO ports are used?
I have a rather ambitious project in mind. Lots of buttons, sensors, feedback.
If I run out of GPIO ports to attach stuff to my Arduino, what's next? Do you have to buy a separate Arduino to run the ...
4
votes
1
answer
12k
views
Arduino zero Error: unable to find CMSIS-DAP device
I am uploading a test sketch(Blink) to my new Zero(with Wifi101 shield) and when I press Upload in the IDE, the Console says the following:
Arduino: 1.6.10 (Linux), Board: "Arduino/Genuino Zero (...