History for pyenergenie / src / energenie
2016-04-15
@David Whale
radio2.py ctypes wrapper ready for testing
David Whale committed on 15 Apr 2016
@David Whale
Preparations for new radio interface added to the architecture
David Whale committed on 15 Apr 2016
@David Whale
Tweaks to radio_test.c layout
David Whale committed on 15 Apr 2016
@David Whale
Tidied up radio_test.c readability
David Whale committed on 15 Apr 2016
@David Whale
Removed unnecessary spurious radio configures
David Whale committed on 15 Apr 2016
@David Whale
Fixed payloadlen bug that was introduced in API refactoring ...
David Whale committed on 15 Apr 2016
@David Whale
Fixed bug with OOK struct size in hrfm69_test.c
David Whale committed on 15 Apr 2016
@David Whale
Finished coding radio_test and radio(tx) module
David Whale committed on 15 Apr 2016
2016-04-14
@David Whale
First pass of spec'ing radio.h/c and radio_test.c
David Whale committed on 14 Apr 2016
2016-04-13
@David Whale
Can now reliably turn energenie switches on and off with hrfm69_test.c
David Whale committed on 13 Apr 2016
@David Whale
Coded a better payload transmit test routine for OOK
David Whale committed on 13 Apr 2016
@David Whale
Started coding up new burst transmission scheme
David Whale committed on 13 Apr 2016
2016-04-12
@David Whale
Started to write another test case to blurt out OOK energenie messages. ...
David Whale committed on 12 Apr 2016
@David Whale
Tracked down the 'long sync bit' problem. ...
David Whale committed on 12 Apr 2016
@David Whale
Got the radio chirping again after a long period of not working at all
David Whale committed on 12 Apr 2016
@David Whale
hrfm69_test.c now sending a tone. ...
David Whale committed on 12 Apr 2016
@David Whale
spi_test.c can now read back the version number of the HRF69 chip
David Whale committed on 12 Apr 2016
@David Whale
Simple GPIO tester works on Raspberry Pi (flashes LEDs on radio)
David Whale committed on 12 Apr 2016
@David Whale
Built a simple C test harness to start testing the radio with
David Whale committed on 12 Apr 2016
2016-04-05
@David Whale
Baud rate for OOK increased to 4800bps to bring in line with latest Energenie builds. ...
David Whale committed on 5 Apr 2016
@David Whale
Added green LED around transmit and receive transactions. ...
David Whale committed on 5 Apr 2016
2016-04-04
@David Whale
Experiments on Arduino with larger register writes and FIFO write ...
David Whale committed on 4 Apr 2016
@David Whale
Managed to write/read the mode register from real RFM69 with Arduino
David Whale committed on 4 Apr 2016
@David Whale
Reset, select, write working on Arduino
David Whale committed on 4 Apr 2016
@David Whale
SPI being driven on Arduino
David Whale committed on 4 Apr 2016
@David Whale
Got simple 5 pin interface with GPIO working on Arduino Pro Micro
David Whale committed on 4 Apr 2016
@David Whale
Preparations for wiring up to Arduino
David Whale committed on 4 Apr 2016
@David Whale
A 'go for broke' OOK transmitter added to hrf69_test
David Whale committed on 4 Apr 2016
@David Whale
Implemented most of hrf69.c write and read functions
David Whale committed on 4 Apr 2016
@David Whale
HRF_write_reg written
David Whale committed on 4 Apr 2016
@David Whale
Factored out all stdio from all testers and code
David Whale committed on 4 Apr 2016
@David Whale
Mock read and write test working for radio register
David Whale committed on 4 Apr 2016
@David Whale
Proved that we can read a register back from simulation
David Whale committed on 4 Apr 2016
@David Whale
First pass at writing a test in hrf69_test.c
David Whale committed on 4 Apr 2016
@David Whale
Marked the interface queries in HRF69.h
David Whale committed on 4 Apr 2016
@David Whale
First attempt at specing out implementation of HRF69 based on python
David Whale committed on 4 Apr 2016
@David Whale
spi_test working on Mac
David Whale committed on 4 Apr 2016
@David Whale
Refactored delay into a platform module
David Whale committed on 4 Apr 2016
@David Whale
gpio_sim working on Mac
David Whale committed on 4 Apr 2016
@David Whale
Wrote GPIO simulator in a mostly platform independent way.
David Whale committed on 4 Apr 2016
@David Whale
Framework in place for Arduino GPIO and simulated GPIO
David Whale committed on 4 Apr 2016
2016-04-03
@David Whale
GPIO is now tagged as RPi specific in build process
David Whale committed on 3 Apr 2016
@David Whale
Created file architecture for arduino build
David Whale committed on 3 Apr 2016
@David Whale
Started refactoring
David Whale committed on 3 Apr 2016
@David Whale
Moved all C into a drv folder.
David Whale committed on 3 Apr 2016
@David Whale
First pass at defining hrf69.h and radio.h interfaces
David Whale committed on 3 Apr 2016
@David Whale
Started to refactor code into C
David Whale committed on 3 Apr 2016
@David Whale
Pre-factoring work done prior to pushing more code into the C domain.
David Whale committed on 3 Apr 2016
2016-04-01
@David Whale
Tweaked payload format further. ...
David Whale committed on 1 Apr 2016
2016-03-28
@David Whale
Added a test mode to test all 16 patterns of legacy control messages. ...
David Whale committed on 28 Mar 2016
@David Whale
Attempts to get multiple device addresses working. ...
David Whale committed on 28 Mar 2016
@David Whale
Renamed modulator as encoder
David Whale committed on 28 Mar 2016
@David Whale
7 legacy adaptors now turning on and off with this trimmed code
David Whale committed on 28 Mar 2016
@David Whale
Improved reliability of syncing of OOK messages
David Whale committed on 28 Mar 2016
@David Whale
Got old code working again. ...
David Whale committed on 28 Mar 2016
@David Whale
Merge branch 'master' of https://github.com/whaleygeek/pyenergenie
David Whale committed on 28 Mar 2016
@David Whale
Brought back old test code that was working
David Whale committed on 28 Mar 2016
@David Whale
More experiments with payload timing
David Whale committed on 28 Mar 2016
@David Whale
Corrected sync preamble. ...
David Whale committed on 28 Mar 2016
@David Whale
Tweaks to legacy learn feature
David Whale committed on 28 Mar 2016
2016-03-27
@David Whale
Rewrote legacy.py to use new modulation code. ...
David Whale committed on 27 Mar 2016
@David Whale
Refactored modulator into a standalone module
David Whale committed on 27 Mar 2016
@David Whale
Modulator tested and working
David Whale committed on 27 Mar 2016
2016-03-17
@David Whale
Implemented a standalone switch exerciser demo. ...
David Whale committed on 17 Mar 2016
@David Whale
Started work on OOK support. ...
David Whale committed on 17 Mar 2016
2016-03-04
@David Whale
Updated device database
David Whale committed on 4 Mar 2016
2016-02-25
@David Whale
Added rudimentary support for MIHO005 (HOUSE MONITOR) and MIHO013 (ETRV) ...
David Whale committed on 25 Feb 2016
@David Whale
Removed and tweaked a lot of trace messages to make it less noisy
David Whale committed on 25 Feb 2016
2015-10-07
@David Whale
Added RESET at start to reset the radio to a known clean state. ...
David Whale committed on 7 Oct 2015
2015-10-03
@David Whale
Improved message decoding. ...
David Whale committed on 3 Oct 2015
2015-09-28
@David Whale
Message decoder added. ...
David Whale committed on 28 Sep 2015
@David Whale
Improved encoding and decoding of OpenHEMS payloads. ...
David Whale committed on 28 Sep 2015
2015-09-27
@David Whale
Added source files from first working tests
David Whale committed on 27 Sep 2015