Serial Monitor GIbberish
Hello, I'm having trouble getting anything intelligible to appear on the serial monitor. I am using a wildfire v4 board and arduino IDE with the wildfire v3 dual-optiboot board selected. I tried...
View ArticleSerial Monitor GIbberish
This does look like a rate mismatch - try the fastest baud rate. Also, while I notice it, choose a line ending - CR/LF.
View ArticleSerial Monitor GIbberish
Switching the baud to 115200 was the trick. Thanks for the help!
View ArticleAQE dashboard visualizer apparently stopped
@AbedKhooli Just wanted to make sure you got the message that the realtime graphs functionality has finally been integrated into https://airqualityegg.wickeddevice.com/portal
View ArticleAirquality Egg v 2.0 Offline Mode - Showing Readings on Display
@AbedKhooli Just wanted to make sure you got the message that the realtime graphs functionality has finally been integrated into https://airqualityegg.wickeddevice.com/portal
View ArticleServer working? Egg not registering...help please!
Hi @Nicolas_GIRAUDON et al. Just wanted to make sure you got the message that the realtime graphs functionality has finally been integrated into https://airqualityegg.wickeddevice.com/portal
View ArticleWildfire v4 SD card logging
Hello: I'm trying to configure my wildfire v4 board to log data from multiple analog sensors to an SD card, as well as publish to sparkfun. I have limited coding experience, but is there a simple add...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
My Angular Clock v2 has worked properly since I assembled it about a year ago. Now, it's completely dead. There are no lights. I've tried a different power source (USB), and tested the backup battery...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
Hi Dick, does it print anything out to the Serial Monitor if you plug the USB into your computer? How comfortable are you with a multimeter? You should be able to measure something near 5V across pins...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
Thank you for your prompt and helpful reply. I've tried a couple of power supplies, as well as the USB port on my PC. I get the usual Windows bub-unk chime when plugging the USB, and a port appears in...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
Interesting, in that case, you could try reprogramming it with Arduino using the sketch from https://github.com/wickeddevice/angularclock. I can't imagine how it might have lost its programming load,...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
Thanks for your idea. Unfortunately, no upload is possible. I get "Programmer is not responding" errors. This didn't surprise me, as there is no LED lit on the board. My recollection is that there is...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
In Arduino, did you select Arduino Uno as the board and then select the COM port associated with the Angular Clock board from the Ports menu (it won't appear in the menu unless you have USB from your...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
Thanks. Progress. I had the wrong Arduino set. I downloaded the AngularClock code and the libraries, and loaded them into the IDE. The result doesn't compile. I'll include some of the errors below....
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
One thing that I have found if that the USB cable provided has a tendency of not making proper contact with the connector on the cpu board itself. I found myself with a similar problem up front and...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
You probably haven't got the libraries installed in the right place or in the right way. In Arduino's File => Preferences you'll see "Sketchbook Location" which designates a folder where Arduino...
View ArticleWildfire v4 SD card logging
Sorry for the lag in responding. The source code for the demo is located online here: https://github.com/wickeddevice/wildfirev4demo You would just need to modify it to integrate writing to SD card,...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
Thanks for the suggestion. The libraries looked right (except that the Time library is called Time-master), but I uninstalled the Arduino IDE and reinstalled it. I loaded the clock code and the three...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
Thank you for your reply. Since I found 5V on the board, and was able to upload a simple program to the card, I doubt that the problem is the cable in my case. I'll get another cable, in any event,...
View ArticleAngular Clock dead after working fine for 1 year: No lights. How to debug?
Did you try renaming the "Time-master" folder to just "Time", restarting Arduino, then trying to compile again? What version of Arduino are you running, maybe you're using a newer one than me and...
View Article