EnOcean TCM310U and PTM210U

Hello All,

Looking for some guidance to getting an EnOcean TCM 310U to receive messages from a PTM210U on a Arduino Mega 2560.

I currently have the 310U gateway's RX pin wired to the Arduino's RX0 Pin and I receiving messages when I push a button on the transmitter.

I want to write a sketch that would turn on/off an output pin (turn on/off relay).

I know I need to account for the different EnOcean messages but I have not a clue on how to do it.

Here is an example of the output when I press a button on the transmitter (I do know the hi-lighted part is the transmitters address):

I received: 55
I received: 0
I received: 7
I received: 7
I received: 1
I received: 7A
I received: F6
I received: 30
I received: 0
I received: 2B
I received: AE
I received: E6
I received: B0
I received: 1
I received: FF
I received: FF
I received: FF
I received: FF
I received: 2A
I received: 0
I received: 83
I received: 55
I received: 0
I received: 7
I received: 7
I received: 1
I received: 7A
I received: F6
I received: 0
I received: 0
I received: 2B
I received: AE
I received: E6
I received: A0
I received: 1
I received: FF
I received: FF
I received: FF
I received: FF
I received: 2A
I received: 0
I received: 35

Let me know if anyone has experience with EnOcean telegrams.

Thanks!

I found someone has already written a lib to decode enocean ESP3 telegrams and have most of my code worked out. Will post it when I have it all done.

Can you share some of your experience?
I connected a TMC310 to my Mega with UART but don't know where to begin with communication :slight_smile: