Skip to main content

Questions tagged [mkr1010wifi]

1 vote
2 answers
77 views

How to best connect a 5V input signal to an MKR WiFi 1010?

I have a bunch of 5V signals I want to process with my MKRWiFi1010, but that only takes 3.3V max. What is the best way to connect these signals? They are video signal (HSync, VSync and Video) where ...
Bart Friederichs's user avatar
1 vote
0 answers
59 views

Sampling rate for Adafruit LSM6DSOX and Arduino MKR WIFI 1010

Please let me know if this post has the wrong tags, I will make sure to change it. My goal is to get the highest sampling rate possible from the Adafruit LSM6DSOX (6667Hz) using the Arduino MKR WIFI ...
infinite_yeet's user avatar
1 vote
0 answers
153 views

MKR GPS shield inconsistent GPS connection/data printing...library issue?

I have been using a MKR WiFi 1010 board with GPS shield for a very long time (year+) and have not been able to solve my problems with the GPS data dropping out. The setup for my field application is a ...
ktn8rgrl's user avatar
0 votes
1 answer
181 views

Arduino MKR WiFi 1010 memory management

according to the official documentation of the Arduino, the SRAM memory (which is allocated for the local variables) should be automatically released after calling any function. For example, I have a ...
Semen Shekhovtsov's user avatar
2 votes
2 answers
442 views

reading device or board specific properties from the Arduino MKR WiFi 1010 device

How to read programmatically the device specific properties from the Arduino MKR WiFi 1010 chip or board? For example, following properties of the device: any identification number, that can uniquely ...
Semen Shekhovtsov's user avatar
2 votes
1 answer
557 views

Arduino MKR wifi 1010 ssl certificate protection

I'm using Arduino IDE v2.1.1 and Arduino MKR wifi 1010. Everything works fine and at this moment I have a need to protect the wifi connection with ssl certificate. I have generated the ssl certificate ...
Semen Shekhovtsov's user avatar
1 vote
1 answer
308 views

MKR 1010 WIFI Built-in RGB LED not working with BLE

in addition to the standard LED_BUILTIN, MKR 1010 WIFI comes with a built-in RGB LED. This RGB LED fails when used along the on-board BLE, no matter what program sequence I test. To reproduce the ...
Nino's user avatar
  • 411