John-Mark Gurney
|
d6c8ef06ab
|
add pin description, and use the analog pin to provide randomness..
|
3 years ago |
John-Mark Gurney
|
d0cc4dd2c9
|
use the radio RSSI for a source... we may want to shorten this as it takes
3-4 seconds to gather all this... need to add a blinking light to this
so it's clear that it's still starting..
|
3 years ago |
John-Mark Gurney
|
adc9427e22
|
remove unused parameters..
|
3 years ago |
John-Mark Gurney
|
20f123cfc9
|
move _rng_save earlier, drop some register debugging...
|
3 years ago |
John-Mark Gurney
|
9db30b71f0
|
add support for saving PRNG state to EEPROM...
This is better than using RAM, as it keeps the state between power
cycles...
|
3 years ago |
John-Mark Gurney
|
0415edce83
|
add copyright statement to various files as needed..
|
3 years ago |
John-Mark Gurney
|
ecec669bf5
|
fix return to return false, not -1...
|
3 years ago |
John-Mark Gurney
|
0835e16706
|
add ability to send arbitrary packets that are hex encoded..
|
3 years ago |
John-Mark Gurney
|
36967b2146
|
init rx/tx from same set of parameters...
|
3 years ago |
John-Mark Gurney
|
90ff8701a8
|
get tx/rx working between two Node151's..
|
3 years ago |
John-Mark Gurney
|
adafb3a411
|
print out some randomness when starting up for now.. shows it's
all working...
|
3 years ago |
John-Mark Gurney
|
ab2637258f
|
get basic usb CDC working, and basic strobe working...
|
3 years ago |
John-Mark Gurney
|
eda0e27068
|
add the code to initalize the RNG w/ SRAM..
|
3 years ago |