Franck
Member
- Member since
- Mar 23, 2012
- Last active
- Sep 2, 2012
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
003460c6-3f1f-424b-9374-83f0a0309487
Hi godfather, I can send any value now. I found out last week.But still I have to implement it to my project...
-
#Threads
3e20d2f7-bb1b-44fc-b707-4d00595a7a54
Hi godfather, At the moment I cannot submit yet my project on your website because the process of my university but i...
-
#Threads
8a50163f-dc3a-489e-9da5-3490a79b148f
I have got the blinking back (connection pb). But I am still receiving 0 in tx_buf[0].
-
#Threads
d7ae407d-a91a-4613-bcd2-6ef06ed6cd00
Yes. I modified a bit the code to get the 1 in the tx_buf because I was getting 44 with the following...
-
#Threads
aa52de65-450c-45ae-a842-8b5b227cf2bb
Hi godfather, which register enable me to see the data received instead of the using the LED because I am receiving a...
-
#Threads
77b0eca6-a882-4d22-b916-0462b1e8a139
Yes the transmission LED blinks perfectly.I will removed the the checksum from the receiver and see what happen.
-
#Threads
5115c207-5220-47e5-bc39-aee7d67c235e
Hi godfather, I've tried to modify the RFM70 code to send any value let's say 1 from the Master to the Slave...
-
#Threads
385c724e-322b-4e82-96ed-ce345a425a0e
No problem godfather, I will post the project video.👍
-
#Threads
6ba28ac8-22c9-4051-8159-a5e0ba9ffddc
Yes the SPI works perfectly on the other side too. The transmission and reception is working from both side now. The green...
-
#Threads
d0893426-14a8-41f8-9cc0-0fde1cf6869b
Hello godfather, Just to let you know that I have got the SPI working. I get the XYZ=0x0F from the XYZ=SPI_Read_Reg(CONFIG); The...
-
#Threads
4dcec741-4aa4-4067-9726-24ad58a3610c
Hi godfather, I have already changed the correct definition. the original code is TRIS(A0,A1,A2,A3,A4,A5) are in comment (in red colour). But the...
-
#Threads
3e7e85f7-5697-4086-9c9c-2afe884a10a8
Hi godfather, I finally upload the master into the pic. I just re-create the project. but still not working. Unfornately I do...
-
#Threads
709d5c2b-ac0f-43cf-8905-ab84927690eb
godfatherOk i'll look at your code. And also i'll check whether your microcontroller supports debug or not. I'm afraid there might be...
-
#Threads
764ae5c1-b41c-49f4-94b0-7131f55d823b
Hi godfather, I have revised the whole codes and the connections for the two pic18f4610. One of them is the master and...
-
#Threads
802f87b1-e7d3-4caf-80e8-a007d56cc307
ok
-
#Threads
4039e41c-a8b5-43a9-acd9-8b298b17481a
Thanks godfather.I have rectified the code.Strangely, I have never used the pickit2 as debugger straight to the PIC. I debug on the...
-
#Threads
2c4b127e-30fe-4be4-9e5e-dc000ee8a0f8
Thanks Godfather.If you do not mind I will just read the main.c, the RFM70_init.c and the RFM70.h with the datasheet again. Because...
-
#Threads
39755b8b-8661-4597-9edb-e00932cd5927
void RFM70_Initialize() { UINT8 i,j,temp; UINT8 WriteArr[12]; unsigned char XYZ=0; XYZ = SPI_Read_Reg(CONFIG); //DelayMs(100);//delay more than 50ms...