2016-04-15 |
Tidied up radio_test.c readability
David Whale
committed
on 15 Apr 2016
|
---|---|
Removed unnecessary spurious radio configures
David Whale
committed
on 15 Apr 2016
|
|
Fixed payloadlen bug that was introduced in API refactoring
...
David Whale
committed
on 15 Apr 2016
|
|
Fixed bug with OOK struct size in hrfm69_test.c
David Whale
committed
on 15 Apr 2016
|
|
Finished coding radio_test and radio(tx) module
David Whale
committed
on 15 Apr 2016
|
|
2016-04-14 |
First pass of spec'ing radio.h/c and radio_test.c
David Whale
committed
on 14 Apr 2016
|
2016-04-13 |
Can now reliably turn energenie switches on and off with hrfm69_test.c
David Whale
committed
on 13 Apr 2016
|
Coded a better payload transmit test routine for OOK
David Whale
committed
on 13 Apr 2016
|
|
Started coding up new burst transmission scheme
David Whale
committed
on 13 Apr 2016
|
|
2016-04-12 |
Started to write another test case to blurt out OOK energenie messages.
...
David Whale
committed
on 12 Apr 2016
|
|
|
Got the radio chirping again after a long period of not working at all
David Whale
committed
on 12 Apr 2016
|
|
|
|
spi_test.c can now read back the version number of the HRF69 chip
David Whale
committed
on 12 Apr 2016
|
|
Simple GPIO tester works on Raspberry Pi (flashes LEDs on radio)
David Whale
committed
on 12 Apr 2016
|
|
Built a simple C test harness to start testing the radio with
David Whale
committed
on 12 Apr 2016
|
|
2016-04-04 |
Experiments on Arduino with larger register writes and FIFO write
...
David Whale
committed
on 4 Apr 2016
|
Managed to write/read the mode register from real RFM69 with Arduino
David Whale
committed
on 4 Apr 2016
|
|
Reset, select, write working on Arduino
David Whale
committed
on 4 Apr 2016
|
|
SPI being driven on Arduino
David Whale
committed
on 4 Apr 2016
|
|
Got simple 5 pin interface with GPIO working on Arduino Pro Micro
David Whale
committed
on 4 Apr 2016
|
|
Preparations for wiring up to Arduino
David Whale
committed
on 4 Apr 2016
|
|
A 'go for broke' OOK transmitter added to hrf69_test
David Whale
committed
on 4 Apr 2016
|
|
Implemented most of hrf69.c write and read functions
David Whale
committed
on 4 Apr 2016
|
|
HRF_write_reg written
David Whale
committed
on 4 Apr 2016
|
|
Factored out all stdio from all testers and code
David Whale
committed
on 4 Apr 2016
|
|
Mock read and write test working for radio register
David Whale
committed
on 4 Apr 2016
|
|
Proved that we can read a register back from simulation
David Whale
committed
on 4 Apr 2016
|
|
First pass at writing a test in hrf69_test.c
David Whale
committed
on 4 Apr 2016
|
|
Marked the interface queries in HRF69.h
David Whale
committed
on 4 Apr 2016
|