Skip to main content

Questions tagged [mkr1010]

Filter by
Sorted by
Tagged with
0 votes
1 answer
75 views

I am a complete beginner. Are Arduino products really flaky? I've thrown together the circuit in the diagram - an MKR1010 in a relay shield. I've wired up 2 sets of sensors, an LCD screen and a motor. ...
Ephasius's user avatar
0 votes
2 answers
484 views

I see very confusing documentation on powering the Arduino MKR 1010. I would like to know what kind of cable to power it with (a weird connector port on its side). Can I just put 5 V + (AC or DC?) on ...
greg's user avatar
  • 35
0 votes
1 answer
257 views

I'm very confused about powering my MKR 1010 on a breadboard. It says use USB, but that is 5.5 V and it specifically says never go above 3.3 V, yet there is a 5 V pin. So what size external power ...
greg's user avatar
  • 35
0 votes
1 answer
822 views

I have an MKR WiFi 1010 and an MKR GPS Shield. When I connect my GPS Shield using the I2C cable, it works fine. This works perfectly (the bottom is the MKR Motor Carrier): However, when I use it as a ...
Bart Friederichs's user avatar
3 votes
1 answer
489 views

I'm trying to find a convenient way to program my Arduino remotely (by Bluetooth or Wi-Fi) because it will be packed and placed outside of my working place. Found a few ways (Arduino Cloud and Blynk) ...
Dante's user avatar
  • 133
0 votes
1 answer
2k views

I'm a little confused by the powering arrangements of the MKR 1010 WiFi. I need to power it on a breadboard from an external power supply. I will not be using a LiPo battery and I need it to work when ...
Tim Long's user avatar
  • 305
1 vote
1 answer
546 views

Each time I attempt to upload to the MKR WiFi 1010 board the COM-port gets disconnected, usually at one of the following points: Either it disconnects just after compiling/verifying. In this case the ...
ivvi's user avatar
  • 141
2 votes
0 answers
341 views

Sometimes the built-in LED pulsates after an upload. It could be after a failed upload but I'm not entirely sure. What does this indicate? I haven't been able to find any information about it. It ...
ivvi's user avatar
  • 141
0 votes
1 answer
293 views

I'm trying to turn ON/OFF a DC motor from Arduino Iot Cloud. I have to turn it ON/OFF physically and through the cloud, physically it works well but from the cloud it does nothing. I'm using an ...
Karen Baeza Domínguez's user avatar
1 vote
0 answers
525 views

I fried 2 MKR Wifi 1010 after powering them using a solar panel. Here is the diagram: Both were working fine as long as I used the LiPo battery and/or my macbook (using USB) as power sources. They ...
Carl Levasseur's user avatar
1 vote
1 answer
717 views

I've been trying to connect an MPU6050 to my MKR WIFI 1010 following these general instructions and using the I2CDev library, but I keep running into problems. For a while the Arduino just didn't show ...
Frecka's user avatar
  • 33
-1 votes
1 answer
308 views

I´m learning how to use the Arduino MKR1010. When I wrote a program for controlling LEDs and to read a BMP280 sensor with a web aplication, and I uploaded the program to the board, suddenly the ...
mourazo's user avatar
  • 99
1 vote
2 answers
2k views

I'm aware this question has probably been asked many times but I'm pulling my hair out. I'm trying to get sensor data from an arduino to a MySQL server. I've checked the apache access log and the ...
Sam Anderson's user avatar
0 votes
2 answers
1k views

This code runs without issues, scoped and seen from serial output: #include <Wire.h> void setup() { // put your setup code here, to run once: Serial.begin(115200); Wire.begin(); Wire....
Horst's user avatar
  • 101
2 votes
1 answer
748 views

I am working on a project right now that needs to connect to my computer via bluetooth and access the arduino mouse and keyboard library. In my research, I've found that only the Leonardo, Due, and ...
Skouzini's user avatar
1 vote
1 answer
115 views

I am using a server-client system where i send data from the server to the client to turn on a led (the onboard led). Led must be turned off using digital input (labeled 7 on the connector). I use ...
Majid's user avatar
  • 31
0 votes
1 answer
448 views

I've seen some interesting explanations on using websocket comms on mkr 1010 but it's always handling the mkr 1010 as the client and the server being always a computer or some other "non-arduino" ...
Majid's user avatar
  • 1
1 vote
0 answers
210 views

I'm trying out the AP mode of the device, where it can serve as its own server. Most of the tutorials have been loading the html from the SD card. I can do the same, but the bootstrap of the website ...
Dorokun192's user avatar
1 vote
0 answers
306 views

I am trying to set up an Arduino MKR Wifi 1010 to push MQTT messages to AWS IOT. I am following this tutorial https://create.arduino.cc/projecthub/Arduino_Genuino/securely-connecting-an-arduino-mkr-...
simon's user avatar
  • 111
1 vote
2 answers
901 views

Thank you for reading my post. I have been stuck on this for several weeks now! I am trying to turn ON/OFF a DC motor from Arduino IOT Cloud. I have set up the cloud and added the switch. Everything ...
Abdeen M.'s user avatar
  • 111
6 votes
1 answer
6k views

I'm using an Arduino MKR WiFi 1010, a SAMD ARM Cortex M3 board. I rely on the standard library a lot, using things like std::vector<> and std::string. I also want to use std::cout. I've managed ...
Tim Long's user avatar
  • 305
1 vote
1 answer
963 views

I have the MKR 1010 and am working on a circuit that needs realtime GPS positioning. I bought the MKR GPS Shield, and am using it on the I2C bus (attached via cable to the 1010 board), and am using ...
HackySchmacky's user avatar
0 votes
2 answers
1k views

The board does reconnect from time to time, but there are times where it just disconnects and never reconnects again and I can't replicate the error because while I run it with Serial open and turn ON ...
BryceSoker's user avatar
0 votes
1 answer
1k views

I'm trying to use my new Arduino MKR 1010 WiFi as a Bluetooth Low Energy central/client, however I could only find information on how to use it as a peripheral/server (for example with the ArduinoBLE ...
YourMJK's user avatar
  • 103
2 votes
0 answers
516 views

Is communication using tx/rx from an arduino to mkr1010 the same as any other serial communication? I ask because I can't find any tutorials or info on connecting an arduino to mkr1010, but there are ...
JGoss's user avatar
  • 21
0 votes
1 answer
3k views

I am trying to send a WebSocket message to a server. The example for the ArduinoHttpClient library uses WiFi101 but that will not work for the MKR 1010. So I am trying to use WifiNINA instead. The ...
Arjuna Deva's user avatar
1 vote
0 answers
948 views

I use a MKR 1010 (firmware 1.2.1), download WifiNINA library (version 1.3.0) and started to play with it. I can connect to my Wifi network, and WifiNINA library examples such a WifiPing (which ...
AirXygène's user avatar