Questions tagged [mkr1010]

27 questions
6
votes
1 answer

How can I make std::cout write to Serial?

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 to do this on an UNO R3 using the ArduinoSTL library,…
Tim Long
  • 305
  • 3
  • 12
3
votes
1 answer

Wireless programming of Arduino

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) but most of them are about IoT and this is not an…
Dante
  • 133
  • 4
2
votes
0 answers

Why does the MKR WiFi 1010 LED_BUILTIN sometimes pulsate?

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 doesn't blink like in the Bliky example. It…
ivvi
  • 141
  • 4
2
votes
1 answer

Does the MKR WIFI 1010 support the arduino mouse and keyboard controller?

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 Micro can emulate cursor movements, but they need…
2
votes
0 answers

MKR1010 serial communication

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 plenty on connecting one arduino to another.
JGoss
  • 21
  • 1
1
vote
1 answer

MKR 1010 disconnects COM-port on each upload

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 LED_BUILTIN pulsates slowly, and the USB-cable…
ivvi
  • 141
  • 4
1
vote
0 answers

Fried 2 MKR Wifi 1010 after plugging them to a solar panel

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 were correctly detected and I could upload…
1
vote
1 answer

How do I connect an MPU6050 sensor to an Arduino MKR WIFI 1010?

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 up as connected in the IDE when all the pins…
Frecka
  • 33
  • 6
1
vote
2 answers

Sending arduino sensor data via WiFi to a MySQL server

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 request is there. But it just isn't being inserted…
1
vote
1 answer

Condition in a while loop not updated on my mkr1010

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 therefore a while loop that checks the value of the…
Majid
  • 31
  • 1
1
vote
0 answers

Bootstrap not working: Arduino MKR WiFi 1010 AP mode

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 is not working. It just loads the basic version of…
Dorokun192
  • 11
  • 1
1
vote
0 answers

How to set ALPN ProtocolName when negotiating SSL using ArduinoBearSSL

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-wifi-1010-to-aws-iot-core-a9f365 but I run into…
simon
  • 111
  • 1
1
vote
2 answers

Arduino MKR 10100 control DC Motor

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 works well with an LED: it lights on and off as…
Abdeen M.
  • 111
  • 3
1
vote
1 answer

MKR GPS Shield Sampling Frequency

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 the Arduino_MKRGPS library in my sketch. I am…
1
vote
0 answers

WifiNINA WebServer not receiving connections

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 repeatedly pings www.google.com) works fine. However, I…
AirXygène
  • 111
  • 3
1
2