Questions tagged [mkr1010wifi]
7 questions
2
votes
2 answers
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 identify the physical device, integer or GUID or…
Semen Shekhovtsov
- 153
- 6
2
votes
1 answer
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 using the openssl tool and now I have following…
Semen Shekhovtsov
- 153
- 6
1
vote
2 answers
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 the fastest signal is about 3-4MHz.
Would a simple…
Bart Friederichs
- 195
- 7
1
vote
0 answers
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 1010 and I2C communication.
This is the library I…
infinite_yeet
- 11
- 2
1
vote
0 answers
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 MKR WiFi 1010 stacked with the MKR GPS shield,…
ktn8rgrl
- 11
- 2
1
vote
1 answer
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 issue, turn on the LED and then start BLE which will…
Nino
- 411
- 4
- 9
0
votes
1 answer
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 function memory_allocate_test2, which declares a…
Semen Shekhovtsov
- 153
- 6