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.

5 votes
4 answers
4k views

My original question was if there is a library that covers the internal comparator and differential and gain modes for the Arduino Uno, Mega 2560, Leonardo, Due, Zero, M0. The answer is obvious: "No". ...
Jot's user avatar
  • 3,286
4 votes
1 answer
4k views

I bought this SAMD21 development board which shows up as an "Arduino/Genuino Zero (Native USB Port)" when plugged in. And I've successfully got a blink sketch running on it all good so far: The reason ...
juliusbangert's user avatar
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
3 votes
3 answers
16k views

I am using a micro sd card shield with an arduino zero, and I am not sure I am using a proper circuit with it. This is the circuit I am using right now: That is all it is there, just a capacitor for ...
Espada86'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
2 votes
2 answers
2k views

Where would I find information on how to configure the Arduino Zero's timers? Because this... // Timer stuff // Set up the generic clock (GCLK4) used to clock timers REG_GCLK_GENDIV = ...
Cody Smith's user avatar
2 votes
1 answer
224 views

I have Seeeduino Cortex-M0+, which is similar to Arduino Zero, both using Atmel SAMD21 MCU. It is powered from 12V battery directly to 12V PWRIN jack. Current draw for LED blink test is 18mA. I tried ...
Paul Jurczak's user avatar
2 votes
2 answers
226 views

I'm using a Maduino Zero 4G SIM7600 device to upload data from 28 sensors to a ThingSpeak IoT server. It works well for a few hours, then stops uploading the data. Sometimes it starts again after an ...
Zurn's user avatar
  • 21
2 votes
1 answer
275 views

I am currently working on an Arduino Zero with a 74HC4067 multiplexer and I am experiencing inconsistencies when testing some of the channels. My class is the following (it should be functional for 8 ...
Fanch's user avatar
  • 23
2 votes
1 answer
101 views

I am trying to test functionality of strtok() on a new piece of hardware, as I ran out of memory to develop on my Nano. This is a basic example from the internet involving tokenizing the string and ...
Jacob Graber's user avatar
2 votes
0 answers
452 views

I am trying to upload the arduino zero bootloader (https://github.com/arduino/ArduinoCore-samd/tree/master/bootloaders/zero) to an atsamd21g18 breakout board that I made. The breakout has a 32KHz ...
Michaela's user avatar
2 votes
1 answer
823 views

I am looking for an example of how to load a program from sd card to SRAM and execute it from there on the SAMD21. I understand that the given MCU use the Von Neumann architecture and all code is ...
artificer's user avatar
  • 123
2 votes
1 answer
351 views

I am looking at the documentation for the Arduino Zero, and I am a little confused. It indicates that pins 13, 12, and 11 can be used for CIPO, COPI and SCK, but using SPI.begin() puts the signals on ...
eramirez2024's user avatar
1 vote
1 answer
163 views

I am trying to find out if it is possible to trigger programmatically the double-tap on reset button function, implemented in modified version of Atmel's SAM-BA bootloader. The board of interest is ...
T81's user avatar
  • 23
1 vote
1 answer
465 views

#define LIN_OUT 1 // Include the resources for the linear output function #define Adafruit_ZeroFFT 256 // Sets the ZeroFFT length to 256 points #define MERR 10 // Number of error values to ...
Raju KC's user avatar
  • 29

15 30 50 per page