Close
0%
0%

Paul C Buff - Einstein, IEEE 802.15.4 transceiver

I want to build a 2.4Ghz IEEE 802.15.4 (ZigBee) module for my Paul C Buff - Einstein lights

Similar projects worth following

Goals

The goal of this project is to emulate the Canon 600EX-RT Speedlite (via it's IEEE 802.15.4 protocol) and interpret the commands from Canon transceiver so that the Paul C Buff - Einstein light can be controlled with the Canon gear.



CyberSync CSXCV pinout

               ​/-\

                | |

                | |

                | |

/-----------/ |

|                |

|  CSXCV |

|                |

  | | | | | | | |

12345678


1 - VCC

2 - GND

3 - CE

4 - CSN

5 - SCK

6 - MOSI

7 - MISO

8 - IRQ



Upon power up the following commands are sent to the CSXCV by the Einstein


001 01010

001 = W_REGISTER

01010 = 0x0A = Register map RX_ADDR_P0

RX_ADDR_P0 = 0xC7B6A5


001 01011

001 = W_REGISTER

01011 = 0x0B = Register map RX_ADDR_P1

RX_ADDR_P1 = 0xFCFBFA


001 01100

001 = W_REGISTER

01100 = 0x0C = Register map RX_ADDR_P2

RX_ADDR_P2 = 0xF1




Flash command from CyberCommander


  • 1 × XBee Pro Module - Series 1 - 60mW with Wire Antenna - XBP24-AWI-001
  • 1 × nRF24L01 Single Chip 2.4GHz Transceiver
  • 1 × 34 CHANNEL LA1034 LOGICPORT LOGIC ANALYZER
  • 1 × Texas Instruments CC2531 USB Dongle 802.15.4 sniffer https://estore.ti.com/CC2531EMK-CC2531-Evaluation-Module-Kit-P1753.aspx
  • 1 × Freescale Semiconductor-1322Xusb-Mc1322X,802.15.4,Zigbee Packet Sniffer,Usb Kit

  • I did it!

    jgarland03/29/2014 at 17:59 0 comments

    I figured out how to emulate a Canon 600EX-RT slave registering to a master. Check it out!

View project log

Enjoy this project?

Share

Discussions

jgarland wrote 01/27/2016 at 06:48 point

Am I doing this right? I'm not getting anything at all. It says "Starting" and then nothing at all... Other NRF24 lib examples work with my arduino, but mine doesn't even print the radio config like it should before it enters the loop.

https://gist.github.com/jgarland79/69a18bc77693a544ea52

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates