1. 18 Mar, 2014 2 commits
    • TMRh20's avatar
      Update readme temporarily · dfc75db8
      TMRh20 authored
      - advisory of non-compliance with current documentation
      dfc75db8
    • TMRh20's avatar
      High Speed Data Transfers/Optimization · 4cf0fb0c
      TMRh20 authored
      Changes:
      
      - Enable PTX at radio begin, in standby-I mode
      - Enable PTX at radio stopListening(); in standy-I mode
      
      - Radio startListening
      - removed delay. What is there to wait for when the radio will just be
      listening anyway?
      
      - Radio powerUp
      - radio will need to be powered up after configuration
      - radio will not power down unless instructed to
      - need to issue radio.txStandBy(); when finished transmitting to engage
      standby-I mode
      
      - Added txStandBy() to drop to standBy-I mode if not switching to RX
      mode
      
      - Radio Write: Sped up
      - radio previously did not use standby mode effectively, after TX
      sending of each packet, the radio is
      powered down introducing a 1.5ms delay in addition to the 130us delay
      from standby.
      - No observe-tx code, a simple NOP cmd is sent to get the status info
      - No millis() timeout, hanging condition should only occur because of
      faulty code
      - Simplified whatHappened() code
      - Flush TX FIFO if MAX_RT met as lib does not support re-transmit
      instead of flush every time.
      - Remove ack size monitoring
      - No powerdown needed,
      
      - Added writeClear() function for writes that need the interrupt flags
      cleared (ack payloads, etc). Same as write() otherwise
      
      - Radio startWrite: Sped up
      - Enable PTX mode is now done in stopListening() code. Enter TX mode by
      writing CE high.
      This brings the data transfer capabilities up to a reasonable level
      - No need to power up, already in Standby-I mode
      - No need for delayMicroseconds() in write functon.
      - No need for delay after writing CE high
      - Does not enter Standby-I mode be default. It is up to the MCU to call
      the new txStandBy() function to enter standby-I mode from PTX if not
      switching back to PRX
      
      - Radio available:
      - Now checks the FIFO buffer instead of the interrupt flag (no missed
      data)
      - Moved clearing of interrupt flags to Read()
      
      - Radio read:
      - No longer returns any value - use available to check for more data
      
      - Radio isAckPayloadAvailable() now checks the FIFO directly
      
      - Radio getDynamicPayloadSize() - Per the datasheet, added fix to flush
      corrupted packets
      4cf0fb0c
  2. 03 Oct, 2013 1 commit
  3. 13 Jul, 2013 1 commit
  4. 07 Feb, 2013 1 commit
  5. 24 Jun, 2012 1 commit
  6. 27 Feb, 2012 1 commit
  7. 18 Jan, 2012 2 commits
  8. 16 Jan, 2012 7 commits
  9. 08 Jan, 2012 1 commit
  10. 05 Jan, 2012 5 commits
  11. 24 Dec, 2011 2 commits
  12. 21 Dec, 2011 3 commits
  13. 20 Dec, 2011 8 commits
  14. 19 Dec, 2011 1 commit
  15. 18 Dec, 2011 3 commits
  16. 15 Dec, 2011 1 commit