Futterama
Member
- Member since
- Oct 3, 2012
- Last active
- Oct 8, 2012
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
RFM70 - how to write code for the RFM70
Hi forum, The RFM70 (and the newer RFM73) from HopeRF is a cheap and powerful 2.4GHz transceiver that I use in some...
-
#Threads
cc859ecf-6171-426f-8b65-cc272292c487
I started writing notes: RFM70 notes Only change mode between RX and TX while CE is low. In TX mode, set CE...
-
#Threads
8e3cb313-9f24-452f-a76b-ebb1917615bd
I don't know what is going on here but this is what I have figured out: - The RFM70 will not change...
-
#Threads
99336152-9abd-4c9f-b90a-232b91443077
Oh my god. I still have the same problem, no IRQ on the IRQ pin (and the TX_DS bit is 0) when...
-
#Threads
53dda6b4-cd5d-4fe5-b68e-0c6cc5bfa8b3
I tested some of the registers, and it seems like you cannot read the STATUS register when CE = 0. The register...
-
#Threads
c32dad00-80a3-4130-8f99-603675dd6f97
Yeah, but they have just had a week of holiday, so I guess their mailbox is full of technical questions from customers...
-
#Threads
b771a803-07e5-4d93-a8bc-f5b534953f1b
godfatherAnd what I suggest you can use CE in always enable mode if you are communicating with only one SPI device say...
-
#Threads
2f2ef2b1-bfa7-49e9-a9fa-8d4fdc27bb3b
I can tell you for sure, many registers are active in standby-1 mode (CE = 0) because I do ALL my initialization...
-
#Threads
f0681d35-2835-4e3b-a2d9-1443e54c1bbf
Well, maybe I got some things mixed up. In power down mode, all SPI registers are available. But the datasheet does not...
-
#Threads
3787f882-d716-4c48-b65e-11fe934df3d1
Another thing I noticed. When a packet is received and the IRQ pin goes low, I read the RX_DR bit in the...
-
#Threads
faeae2db-cbfe-4c5d-9f69-b88f5f8587bd
Ohh, I can read the dynamic payload AND make the TX work if I have a small delay (like 1us) between setting...
-
#Threads
08c57d1e-2b43-4af8-bd8e-6532e427740f
Ok, I made some time for testing tonight. I have disabled all Bank1 writes so I only do a minimum of initialization...