Skip to main content

Questions tagged [mkrzero]

The Arduino MKRZero is a learning and development board which contains the ATMEL SAMD21 micro controller, designed to integrate the core's low power-consumption and high performance with the Arduino's ease-of-use. The MKRZero brings the Arduino Zero functionalities in the smaller form factor established by the Arduino MKR1000.

0 votes
0 answers
64 views

I have an Arduino MKR Zero which has working code on it, but I've lost the source. Is there a way that I can download the hex file from it, and then how can I upload it to a second so that I then have ...
Bill Sykes's user avatar
2 votes
0 answers
184 views

Im trying to run Timestamps.ino (an example sketch) from the sdfat.h lib into a mkrzero arduino. This is the code I am running: /* * This program tests the dateTimeCallback() function * and the ...
Espada86's user avatar
2 votes
0 answers
180 views

I have an Arduino MKR Zero with an UDA1334 I2S module, alongside 2 Speakers and I am trying to play Stereo sound. So far everything seems to work well, connections are also properly done, and i can ...
Mr. Chin's user avatar
1 vote
1 answer
56 views

Arduino suddenly stopped being recognized. It is not listed in /dev and dmesg -w shows no activity at all when un/plugged. I'm on Fedora 33. The Arduino is MKR-Zero. The cable is ok - other devices ...
Tomáš Viks Pilný's user avatar
1 vote
1 answer
319 views

I have been trying to get the Arduino bootloader to compile into my firmware binary in Atmel Studio. I got the bootloader project to link and compile. I use ArduinoCore and the bootloader as a ...
Andrew's user avatar
  • 107
-1 votes
1 answer
174 views

I m connect it with my IDE software and its work perfectly yesterday, but today morning I'm connected it to software to upload another sketch but its didn't detect the port and the charge led is not ...
NaUtanKi_KrisHu's user avatar
1 vote
0 answers
53 views

Got this when uploading (no programmer) to a MkrZero. I had downloaded the board's toolset via the IDE earlier, and uploading smaller sketches worked fine. On a larger, more complex project, got ...
ObiQuiet's user avatar
-1 votes
1 answer
745 views

I'm new to Arduino and hope you guys can give some advise. I bought MKR Zero a few days before and tried to connect to my Win10 laptop. I can see the LED on the board is on, but the Arduino IDE ...
Den's user avatar
  • 1
1 vote
0 answers
1k views

Architecture MKRZero BME280 Atmospheric Sensor SSD1306 128x64 OLED Screen SparkFun GPS: device: https://www.sparkfun.com/products/14414 arduino library: https://github.com/sparkfun/...
T. Brian Jones's user avatar
0 votes
1 answer
324 views

I've a low power consumption regulator to get 3.3V from two 1.5V batteries. I'm going to use it for powering an arduino MKR (MKRFOX1200), so my question is where I should connect it, to the battery ...
avelo's user avatar
  • 25
1 vote
0 answers
116 views

I have an Arduino MKRZero that I tried to load the following program into: #include <FastLED.h> #define NUM_LEDS 60 #define ledPin 4; AudioFrequencyMeter meter; CRGB leds[NUM_LEDS]; void ...
user avatar