brainwagon.org
brainwagon » ESP8266
http://brainwagon.org/category/esp8266
There is much pleasure in useless knowledge. Bertrand Russell. Archive for category: ESP8266. Ordered some ESP8266 boards in an Arduino form factor…. August 20, 2016 Arduino. July 28, 2015 Embedded. Weekend Update: Maker Faire, new gadgets, and I ground myself…. May 17, 2015 Arduino. Greetings readers. I’m hopefully wishing there is still more than one. This weekend was the Bay Area Maker Faire 2015, the 10th incarnation of an event which has become increasingly (even frighteningly) popular...Yesterday, ...
brainwagon.org
brainwagon » Rheoscopic Fluid (mica in suspension)
http://brainwagon.org/2015/05/19/rheoscopic-fluid-mica-in-suspension
There is much pleasure in useless knowledge. Bertrand Russell. Rheoscopic Fluid (mica in suspension). May 19, 2015 Amateur Science. I mentioned in my Maker Faire wrap up post that I had spoken with Ben Krasnow, the science guru behind the Applied Science. Youtube channel. If you haven’t watched his videos, by all means, go over there and give it a whirl. Between playing with chemicals, low temperatures, rockets, X rays, and electron microscope, it’s simply humbling. What is a rheoscope, you ask? For unde...
brainwagon.org
brainwagon » Time from the ESP8266…
http://brainwagon.org/2015/05/14/time-from-the-esp8266
There is much pleasure in useless knowledge. Bertrand Russell. Time from the ESP8266…. May 14, 2015 Amateur Radio. So, I downloaded the firmware. And gave it a shot. Esptool.py write flash 0x0000 eagle.app.v6.flash.bin 0x40000 eagle.app.v6.irom0text.bin. I rebooted, and then told it to connect to my local wifi network, and then told it to start the NTP client with the following commands…. AT CWJAP="ssid","password" OK AT CIPNTP=0. Laquo; It’s about time… (with some WSPR updates). 5/22/2015 at 10:25 am.
brainwagon.org
brainwagon » Using a SainSmart LCD panel with the Arduino 1.6.3 IDE…
http://brainwagon.org/2015/04/22/using-a-sainsmart-lcd-panel-with-the-arduino-1-6-3-ide
There is much pleasure in useless knowledge. Bertrand Russell. Using a SainSmart LCD panel with the Arduino 1.6.3 IDE…. April 22, 2015 Arduino. Yesterday I experienced some frustration. With the SainSmart I2C LCD Module. The basics are essentially this:. The LiquidCrystal library that ships with I2C is probably fine for connecting to LCDs with a parallel interface, but it does not support I2C bus displays. You can download the code by clicking here. This is kind of a pain,. The commands you type also var...
brainwagon.org
brainwagon » Arduino
http://brainwagon.org/category/arduino
There is much pleasure in useless knowledge. Bertrand Russell. Archive for category: Arduino. Ordered some ESP8266 boards in an Arduino form factor…. August 20, 2016 Arduino. The Kim-Uno — a Kim-1 simulator. July 4, 2015 Arduino. A brief overview of my recent magnetometer experiments…. June 30, 2015 Amateur Science. If you follow me on twitter (@brainwagon) you’ve undoubtedly seen a few mysteriously short tweets about experiments I’ve been performing on magnetometers. It’s hard to g...June 5, 2015 Arduino.
brainwagon.org
brainwagon » Another try at an Arduino Based Morse Beacon
http://brainwagon.org/2009/11/14/another-try-at-an-arduino-based-morse-beacon
There is much pleasure in useless knowledge. Bertrand Russell. Another try at an Arduino Based Morse Beacon. November 14, 2009 Amateur Radio. Back in 2008, I blogged about a stupid program I wrote to implement a Morse Beacon on the Arduino. 1) { if (p and 1) dash() ; else dit() ; p = p / 2 ; } delay(2*DOTLEN) ; return ; } } /* if we drop off the end, then we send a space */ Serial.print("? Well, I couldn’t leave that alone, witness this…. You get about a 500hz tone, and it works really well. Then you mig...
thepalmhq.blogspot.com
The Reluctant Traditionalist: August 2012
http://thepalmhq.blogspot.com/2012_08_01_archive.html
Reflections on Life, Land, and Traditional Catholicism. My Writing and Talks. What Is Traditional Catholicism? An Apologia for the Traditional Latin Mass. Catholic Beer Drinkers on Facebook. Fixing My Astron Power Supply. When the Bible is a Refuge for Scoundrels. Monday, August 20, 2012. When the Bible is a Refuge for Scoundrels. Now that Rep. Paul Ryan is the vice-presidential candidate in the upcoming election, this follow-up to my last posting. What I hear there is the voice of Tom Paine, one of the ...
thepalmhq.blogspot.com
The Reluctant Traditionalist: September 2013
http://thepalmhq.blogspot.com/2013_09_01_archive.html
Reflections on Life, Land, and Traditional Catholicism. My Writing and Talks. What Is Traditional Catholicism? An Apologia for the Traditional Latin Mass. Catholic Beer Drinkers on Facebook. Fixing My Astron Power Supply. The Violence Policy Center: Concealing the Facts. Wednesday, September 18, 2013. The Violence Policy Center: Concealing the Facts. But wait a minute. To repeat myself, Wisconsin was the 49th state. I was curious, so I did some searching to see if there was compelling evidence of a signi...
brainwagon.org
brainwagon » An Arduino by any other name…
http://brainwagon.org/2015/04/27/an-arduino-by-any-other-name
There is much pleasure in useless knowledge. Bertrand Russell. An Arduino by any other name…. April 27, 2015 Arduino. So, I played a bit with the Teensy. The Teensy 3.0. As a first (but not particularly challenging) test, I downloaded my Morse beacon. Code It worked fine, with no changes: the Teensy even uses pin 13 to flash its tiny onboard orange led. Pretty nifty. The Teensy family is well supported with platformio as well. Laquo; Interested in the history of my callsign: K6HX. 4/27/2015 at 10:07 am.
brainwagon.org
brainwagon » Amateur Radio
http://brainwagon.org/category/amateur-radio
There is much pleasure in useless knowledge. Bertrand Russell. Archive for category: Amateur Radio. New experiment… Life beyond Comcast…. February 6, 2016 Amateur Radio. An Arduino Powered HF Beacon…. June 7, 2015 Amateur Radio. Some reliability problems with my DS3231…. May 31, 2015 Amateur Radio. I was working on some additional software to power my nascent WSPR project. I’ve been thinking that rather than using an Arduino, it would be better to use the Teensy, so I’ve been experimentin...Previously, I...