Search mbed
User details
Joined: 14 May 2010
Posts: 50
Notebook pages: 0
Wiki edits: 0
Published programs: 3
Published libraries: 0
Doug's microcontrollers
mbed NXP LPC1768

Doug Wendelboe

» Find people near Doug on the world mbed map

Doug Wendelboe

United States

A long-time software/firmware developer in the biomedical industry. Worked in California's Silicon Valley for a number of years. Recently moved to southern Utah where I find myself living amongst the natives (Mormons, LDS, or Fundamentalist LDS as they call themselves) even though I am... well, er....

The scenery is beautiful, pace is laid back like I suppose the 1950's were. Polygamy still survives here and it is not unusual to see a polygamist family with multiple wives dressed in 1800's prairie dresses and their swarm of children at Costco looking at LED flat panel TVs.

Currently working on a networked beer keg monitoring system using the embed module for a casino chain in nearby Las Vegas. Evidently in many casinos only about 50-60% of a keg content can be accounted for, so my project is to record every ounce of beer dispensed from an individual tap along with the time and date. Final acceptance testing should be a blast.



Recently modified notebook pages

All notebook pages

YouTahDoug doesn't appear to have created any notebook pages yet.

Recently modified programs & libraries

All programs

All libraries

SDFileSys_with_Rename
Example writing to SD card, sford (original) 21 June 2011: Enhanced by D. Wendelboe to test SD file and directories. Illustrates the following: * rename a file (via copy & ...
tag FAT, fatfilesystem, SD, SDCard
SDFileSys_with_Rename
A modified version of S. Ford\'s SD Card program. This program implements file rename and file copy functions.
tag file_copy, file_rename, rename, SDCard
SerialReceiveInterrupt
SERIAL PORT RECEIVE ATTACH DEMO PROGRAM Simple demo program showing how the serial port \"attach()\" method is used to interrupt when a character has been received into the USART. The ...
tag attach, interrupt, receive, Serial
AnalogReadStore
ANALOG READ AND STORE IN FILE Simple example program to read 100 analog samples at half second intervals and store them in a local file.
tag Analog, LocalFileSystem