tai86
Member
- Member since
- Sep 14, 2011
- Last active
- Sep 21, 2011
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
177bc651-f0ab-478e-a099-f6cd7b9f261d
Finally I find the issue!!! 😁 The MISO pin of RFM70 module on tx was fault...changed the module and ALL WORKS GREAT!...
-
#Threads
1dbdc27b-968e-4300-9684-9b8ce65e04d3
godfatherfor Transmitter Tx_Address = 0x01; RX0_address = 0x02; then for Receiver you have to swap these two Tx_Address = 0x02; RX0_address =...
-
#Threads
a6383864-ab6a-47b8-b08c-ea485488aca1
godfathernow try and check this condition becomes TRUE or not? If this condition becomes true when you receive perfect data then you...
-
#Threads
880de308-a9aa-4eba-8792-96994d96bcaf
godfatherTry to read some register and blink LED according to that. so you come to know that your SPI is working or...
-
#Threads
986d143d-9441-4d10-862e-6723403bd389
guptssumeet482Good project pal. I saw some good pictures and its working onthis site... #-Link-Snipped-#Unfortunately there are only prototype board photos abo...
-
#Threads
5ca34a7a-9975-4774-a067-41f4d53c298d
godfatherIf you have used that code without any changes then it should work. as i too tested same code. even you can...
-
#Threads
c36014e8-82e0-4665-bd96-b02487ebd378
I have try #-Link-Snipped-# and #-Link-Snipped-# but only RED_LED on tx blink at 1Hz...GREEN_LED on rx/tx (receive packets) never blink! I don't...
-
#Threads
f85f13e1-0ac1-4bc3-aa22-1cdc48084d9c
Could you post your code? I have modified the orignal code (for PIC16) to run on PIC18... Which uC are you using?
-
#Threads
7f59e8f5-799e-4f40-95a9-7bafc474ac81
godfatherSo do you have ready Hardware? Can you post it here?Sorry, but I have only breadboard minimal hardware setting for testing the...
-
#Threads
1c4a9254-9c98-44b6-b33e-d4a46d25c249
I am trying to use RFM70 module but the software interface is gone me crazy...😕