-
Sure would be cool to have SAM D20 support! :-)
http://www.atmel.com/microsite/samd20/
-
Sketches will only upload to the board after selecting the Arduino Application Folder each time. If the folder is not selected, console throws the following errors:
```
Compiling webservertutorial...…
-
Here is the error when I try and validate microblu_cc3300 with my settings;
microblu_cc3000:66: error: 'PubSubClient' does not name a type
microblu_cc3000.ino: In function 'void sysexCallback(byte, b…
-
The readResponse method is constructed such that if you are not at the "end" (determined by the code) and the Serial connection is not available, you can hang your application within the readResponse …
-
Comparison of the results of sub-stringing the Content-Length header with "0" string fails to work as expected. Having tested this against my own application I have found this to not validate as expec…
-
I have spent some time investigating the root cause of a problem that I raised on the DigiX forum a week or so ago. https://digistump.com/board/index.php?topic=1297.0
OS: Ubuntu Linux, Target: DigiX…
-
I have 80 neopixel connected to an arduino DUE. There is a strange flicker after 60 leds. I checked and made sure the grounds are connected well and the data pin is not loose. The fist 60 are working …
-
Is it possible to use this library to create a web server? The DigiX has a configuration page that can be accessed at 10.10.100.254, so it must be possible some how. There is an Arduino Web Server lib…
-
I'm following the example at http://digistump.com/wiki/digix/tutorials/wifi, and the program spits out some errors:
```
Arduino: 1.5.4 (Windows NT (unknown)), Board: "Digistump DigiX"
ping:29: error…
-
@ags131
Flow control merge didn't work - if I put the USART files in cores/digix replacing those already there it threw a page of errors, did I not understand that correctly? The changes are still pre…