Add 1-wire temperature support on Aux1 port
reduce association power consumption
expansion startup time hack
expansion debugged
analog development, add eeprom compiler
onewire temperature and excitation voltage control
merge
audio power monitoring
beginnings of analog expansion board firmware
remove board v1 support
refactor sensor reporting, add i2c commands
add documentation for revised sensor protocol
Documentation updates; add errata, base station notes
add event files
reset events
switch to raw light sensor transmission
was depending on unimplemented function for proper initialization of barometer. Oops.
default_basestation and bmp180 tweaks
power mode
adc tweaks
Added tag 3.2.6 for changeset 8b9f48c3f00d
disable brownout in bootloader fuses, power off ADC during sleep, SHT21 sequencing tweak
change regulator mode during power up
add watchdog to repeater; add relay cycle to sensor node
enabled watchdog while awake
fix for default unassociated channel
fall back to default basestation if association is not working
production programming
add ack watchdog
add repeater
wind sensing, soil moisture, deassocation if no master replies
ota works!
application side of OTA mostly in place and working now
wind sensor decoding; need to implement transmit
Add structs for new node management commands
base station association protocol
Moving primary development back onto the default branch; stable releases will be kept in the 'deployment' branch
Cleaning up nonvolatile stuff
scheduler cleanup; re-enable periodic status task
Replace state machine with general-purpose scheduler.
soil moisture testing
response handling
merge deployed tweaks to development branch
fixes, can't run command task when radio is asleep, need to test command task in non-sleepy case
candidate for updating test deployment; disables accelerometer for now, fixes humidity
bootloader work from OBX, probably horribly broken but checking in before travel as backup
bump version
build deployable image packages, report verion information, need to debug command transmission failure rate
versioning
working on commands
we're in hg-land, closing this feature branch
renaming branch to spencer_dev
JSON debug output fixes
JSON output was using single quotes instead of double quotes, and also didn'twrap each item in curly braces to make it a json object. This also makes theerror when the base station can't be found into a JSON object.
There was also a bug where negative accelerometer values coming in from other...
fix bad merge
closing dead branch
update doc
add missing debug strings
vegetronx testing:
removing antiquated base station code
Removing python package; this now lives in http://simonetti.media.mit.edu/hg/tidpy
migrate python to setuptools; rename scripts; add sensor json decoder
Added tag 2.1.0 for changeset d5fba872e4e5
merge unstable
fix solar
merge changes from default
enable AODV, solar options, update doc
adds Tidmarsh API documentation PDF
Adds pound define to adc.c if it's missing from the installed header files
the Crosspack header files don't define ADC_CURRLIMIT_LARGE_gc
updates URL for API server now that it's behind a proxy
adds supervisord service for tidmarsh poster
merges zmq protocol updates
now actually using the given doppel2 site url
converts arg parsing to use docopt
tweaks to data posting script to be more flexible in which metrics to post
update to zmq protocol (more generic)
Moved tag 2.0.3 to changeset 75a0ce07ab2a (from changeset 15ed3a7ad82e)
Add network.c file to the visual studio project
update doc/changelog
Added tag 2.0.3 for changeset 15ed3a7ad82e
merge accelerometer & fixes
accelerometer basics
network doc
network buffer allocation
Added tag 2.0.2 for changeset 8322bb0ebf7a
update changelog
update doc for basestation
Radio basestation compilation support for windows
renamed new tidsense_receiver to tidsense_poster and reverted tidsense_receiver to display data only
adds posting to doppel2 API to tidsense_receiver script
Merge
Added tag 2.0.1 for changeset 9aeb40ce299a
Merge changes from unstable
Add accelerometer files to Atmel Studio project