Skip to main content

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.

Filter by
Sorted by
Tagged with
0 votes
1 answer
3k views

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 ...
Marzukr's user avatar
1 vote
2 answers
880 views

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 ...
Jeremy Gilbert's user avatar
3 votes
2 answers
1k views

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() { ...
Firat.Berk.Cakar's user avatar
1 vote
2 answers
779 views

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 ...
kb_'s user avatar
  • 41
0 votes
1 answer
62 views

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 ...
Aaron's user avatar
  • 115
4 votes
1 answer
12k views

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 (...
Derek Weissinger's user avatar

1
2
3 4 5
10