Eric Trombly

Results 15 comments of Eric Trombly

The chip select is the same as device in the rfm69 init: class RFM69(object): def __init__(self, freqBand, nodeID, networkID, isRFM69HW = False, intPin = 18, rstPin = 29, spiBus =...

I like adding the timeout to sending, would want it to be configurable though. What is the difference with this mode? I'd want to change the name of init to...

the sleep timeout is hard coded to 1 second. ` if slept > 1.0: ` I think it could be useful, maybe call it wakeMode, or something along those lines....

It looks good, sorry for the huge delay on this. I started a new job and ended up forgetting about it.