volca02 / hr20-esp12-master

Re-implementation (with different features) of the master portion of OpenHR20 wireless project
GNU General Public License v2.0
11 stars 5 forks source link

Re-visit interrupt based RFM12 control. #28

Closed volca02 closed 3 years ago

volca02 commented 5 years ago

Clashes with SPI.h's dislike for interrupts. Needs reworked state handling. Just the low level byte read/write handling should be handled there, not blocking the interrupts for long.

volca02 commented 5 years ago

This would enable higher baudrates, but it is not needed otherwise. Underrun issues are rare.

volca02 commented 3 years ago

This has been implemented and works