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
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
Leen Alsuhaibani
- 21
- 1
0
votes
1 answer
Comparison of a string received from MQTT/Cloud/Arduino
I am trying to compare the string of data which I am receiving from the MQTT broker. If I receive the keyword faster I want to print "increase motor speed" and when I get slower keyword or any other keyword, I want to print "decrease motor speed". I…
Dave
- 69
- 7
0
votes
1 answer
Arduino MKR1000 as Access Point
I want to turn my Arduino MKR1000 into an Access Point. My code is the following:
#include
#include
#define PubNub_BASE_CLIENT WiFiClient
#include
WiFiServer server(80);
char ssid[] = "MKR1000";
int status =…
user9026955
- 5
- 3
0
votes
1 answer
MKR1000 - Connecting to Pubnub
I don't know if it's a stupid question but I need some help.
I am trying to follow this tutorial and I want to connect my arduino to PubNub. In the tutorial it says that I have to 'open PubNub.h and switch the comments for the Ethernet and WiFi…
user9026955
- 5
- 3