Questions tagged [arduino-mkr1000]

21 questions
0
votes
0 answers

Arduino uploading JPG using Google Drive Rest API

I have written a simple program to upload a JPG image from my arduino to Google Drive. I use a POST request as described in the guide. If I try to upload a 1600*1200 image, sometimes it works (200) and sometimes not (308) and I can't figure out…
0
votes
1 answer

Arduino SigFox temperature data Problems

Can someone help me with this Sigfox setup? What have I done wrong? :-) The only thing I wanted to achieve was to post the internal temperature and the status to the sigfox backend. Each 15min, the data would be posted. A configured an email from…
Modeno
  • 3
  • 3
0
votes
1 answer

Debugging Arduino Uno code running on Arduino MKR1000

So, I am an amateur programmer at Arduino, and have never used Arduino MKR1000 before. I used an Arduino Uno and wrote the attached code that detects heart beat and temperature using the Grove Ear clip heart beat sensor and the Grove Temperature…
rp2402
  • 23
  • 1
  • 3
0
votes
1 answer

where does access point's IP address come from for wifi.beginAP() on Arduino MKR1000?

I don't understand where the access point's IP comes from. Sketch uses WiFi.beginAP( ssid ) ..to start the AP. Then, printWifiStatus() gets the access point's IP with: IPAddress ip = WiFi.localIP(); How does .beginAP() create the IP? What does it…
Doug Null
  • 7,989
  • 15
  • 69
  • 148
-2
votes
2 answers

My computer is not recognizing my Arduino anymore

For some reason my Arduino is not recognized by my computer anymore. It happened while I was programming using Platform.io within Visual Studio Code, earlier today it was still possible for me to upload sketches to my computer. Unfortunately, it's…
TijnvdEijnde
  • 117
  • 1
  • 2
  • 13
-2
votes
1 answer

Arduino.mk how to use the library LiquidCrystal

How do I point an Arduino makefile to the LiquidCrystal library? The helloworld.ino program is meant to print "Hello World" to a 16-pin LCD. I already made the program which has the first line: #include < LiquidCrystal.h > However, for the…
Ramces Gonzalez
  • 139
  • 1
  • 4
  • 16
1
2