Questions tagged [mkr1000]

47 questions
5
votes
0 answers

Arduino WebSocket Client "Connection Failed"

I use this code to connect Arduino MKR1000 to API through Web Socket, but it didn't connect to the server. Can any one help me to correct the code. This is the Arduino code: #include "Arduino.h" #include #include #include…
MBS
  • 181
  • 1
  • 8
4
votes
0 answers

Is Arduino WiFi101 library fully compatible with Arduino MKR1000 with WiFi HW?

Will all the classes in this library work with the MKR1000 with wifi hardware? The guide mentions "wifi shield". So, does the library work exactly the same with the Arduino MKR100 (with the onboard wifi HW) as it does with the wifi shield? WiFi101…
Doug Null
  • 201
  • 1
  • 7
2
votes
0 answers

Problem displaying data sent from Arduino Mega to Arduino Mrk1000 using serial communications

I've been doing a personal project. The idea of the bigger project is to feed my fish using a robot. My specific problem is that I would like to see some data from the various sensors that I will be adding. But at the moment I am wanting to be able…
2
votes
1 answer

Mkr1000 Wifi Configuration

Is there a package similar to esp8266 WifiManager that supports wifi configuration for Arduino mkr1000? I have searched everywhere and I got nothing
2
votes
0 answers

Arduino with external Wi-Fi antenna?

I need to create a project where I need to send data via Wi-Fi using an Arduino. I need the Arduino to have a U.FL connector to place an external Wi-Fi antenna (I can't use the MKR1000 with integrated Wi-Fi antenna because the Arduino will be placed…
waas1919
  • 153
  • 2
  • 10
2
votes
1 answer

Use SD-Card module in combination with MKR GSM 1400

I have bought a SD Module with the following Pin-Names: VCC,GND,MOSO,MOSI,CS,SCK. I've found many tutorials on how to use it with the Arduino Uno. But haven't found any on how to wire it with the MKR GSM 1400. Most of these Pin Names are written on…
Cowboy_Patrick
  • 174
  • 1
  • 16
2
votes
1 answer

WiFi101 Client HTTP POST fails after 3rd request

I would really appreciate any help, my home project has been put on hold for weeks as I haven't been able to figure this out. In a nutshell, I'm connecting to my wifi network, measuring temperature from a sensor, and sending that temperature data to…
hummmingbear
  • 141
  • 4
2
votes
0 answers

How to attach Arduino MKR1000 to a shield meant for Arduino UNO?

I have an Arduino MKR1000 and need to interface it to an Adafruit Music Maker shield, which has pinouts for an Arduino UNO. Maybe I'll have to attach female headers, and then jumper pins over. Which pins on MKR go to which pins on Music Maker? I…
Doug Null
  • 201
  • 1
  • 7
1
vote
0 answers

RTC problems after longer time periods

I'm using the MKR NB 1500 for server sending, an ENV shield for measuring the environment, and an external lithium battery to power the circuit. The internal RTC and WDT on the NB 1500 are used. The program is trying to measure data, send it to a…
5TableLegs
  • 33
  • 3
1
vote
0 answers

Issue displaying on Adafruit display when enabling GSM communication

I am trying to write to the adafruit display using Arduino MKR1500 when it is connected to the internet. The issue I am facing is when I add the code to connect to the cloud, the display stops working. If I removed that piece of code, the display…
Dave
  • 69
  • 7
1
vote
0 answers

Adafruit TFT 1.3 inch display with arduino-rotate the font

I am using Arduino MKR1500 with adafruit 1.3 inch display(https://www.adafruit.com/product/4313) and I want to rotate the font on the screen by 90 degree. I tried setRotation() and added an angle in the brackets. but that did not help. Can someone…
Dave
  • 69
  • 7
1
vote
1 answer

Asymmetric encryption on a Teensy?

I want to monitor an input and then send the information in an encrypted way that can't be easily unlocked even if a malicious actor gets access to the device itself. I'm new to using the Teensy although I have done a few simple things with Arduino…
joel_xay
  • 11
  • 2
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
0 answers

Multiple Interrupt Pins Generates Wrong Pulses

On MKR WAN 1300 board I added pulldown resistors to 0,1,4,5,6,7,8 pins to count pulses.I can catch interrupts, but sometimes pulses occur on other pins even though they are not touched. For example, button pulses are generating on pin 2 but shows…
1
vote
0 answers

MKR 1000 not found in ports when MKR IMU Shield is connected

I am trying to connect my MKR IMU Shield to my MKR1000 by placing the IMU shield in the MKR1000. When I do this, however, the Arduino IDE and Simulink are unable to find the port that my Arduino is connected to. However, when my IMU shield is not…
tennis25
  • 11
  • 1
1
2 3 4