ngndangtan

ngndangtan

Member

Member since
May 19, 2013
Last active
Aug 17, 2013
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    9b6788d4-2d62-48be-a0c2-6d8525944c5c

    Thank you for all! I have completed transmitter many device with swap address .But i don't know with six receiver address when...

  2. #Threads

    03f11e0c-cb49-4935-943d-20d5b154976a

    Harshad ItaliyaI'm not sure what you are asking now. Please explain.So i have more than 2 module to transmitter but I only...

  3. #Threads

    6ad83ea3-5840-4131-860e-fc9d8537fa84

    Harshad ItaliyaIf you want to receive from device 6 to Tx then you must have to swap address. suppose Tx = 1...

  4. #Threads

    e02426f6-aa42-4390-abea-72b50cdc3bc0

    Harshad ItaliyaIf you want to receive from device 6 to Tx then you must have to swap address. suppose Tx = 1...

  5. #Threads

    c2485cc5-6f9f-42db-b064-c6218f343b57

    Harshad ItaliyaIf you want to receive from device 6 to Tx then you must have to swap address. suppose Tx = 1...

  6. #Threads

    04c5c3b9-9eca-45a8-b31e-667283e6a66d

    rfm70_pipe_enable(2,1 ); rfm70_pipe_enable(3,1 ); rfm70_pipe_enable(4,1 ); rfm70_pipe_enable(5,1 ); rfm70_receive_address_p0( RX0_Address ); rfm70_receive...

  7. #Threads

    696e396f-55cb-45a6-b88a-4c74028747c0

    Harshad ItaliyaFirst of all tell me are you able to Read SPI properly? If yes then Simply Swap Tx_address and RX0_Address while...

  8. #Threads

    4c41af3c-5f44-4775-a557-9066ee7be9e5

    i see about example code I see: const UINT8 RX0_Address[]={0x34,0x43,0x10,0x10,0x01};//Receive address data pipe 0 const UINT8 RX1_Address[]={0x39,0x38,0x37,0x3...

  9. #Threads

    6adbb227-b52c-42aa-ad1b-40e3a01c177f

    #ifdef device1 const UINT8 Tx_address[] ={0x00,0x00,0x00,0x00,0x01}; // Transmitter Address. const UINT8 RX0_Address[]={0x00,0x00,0x00,0x00,0x02};//Receive addr...

  10. #Threads

    456b5569-83de-4c21-836e-bef60a742f0b

    Hi godfather! Im newbie at this forum. I have been working with the RFM70 too.And I want to communicate many Rfm70's moduls.But...