Hi everybody , today i post this topic because i have a problem :
I use a PSOC to receive data from Emontx shield v2 But i don't understand how link the 2 device and what emontx send (data)
So please can you help me ( for answer or link to website please)
Thank you
Re: Problem with Emontx - Psoc 5
The emonTx Shield sends data by radio. If you look at the example sketches on Github (link at the top of every page), you will see what sort of data it can send. You can program it to send the data in whatever format you choose, within the limits of the JeeLib library. You'll find something about that in Building Blocks - RFM12, part 2.
Re: Problem with Emontx - Psoc 5
It's possible to send data with PIN , without RF ?
Thank you
Re: Problem with Emontx - Psoc 5
PIN? You can send serial data, this might help: http://openenergymonitor.org/emon/node/3872