I am designing a NIC with Quectel BC66 module and it will connect to the smart meter with UART interface. the BC66 module support both UDP and TCP protocols. I wish to know How I can start?
DLMS is not a very easy protocol. It all depends on how much memory you have in the NIC.
If you have lots of memory, you can read on block from the meter and then send it to the HES. If you don't have less memory, you need to send each frame to the HES.
Hi, DLMS is not a very easy…
Hi,
DLMS is not a very easy protocol. It all depends on how much memory you have in the NIC.
If you have lots of memory, you can read on block from the meter and then send it to the HES. If you don't have less memory, you need to send each frame to the HES.
Sending a block is more efficient.
Check Wirepas example. I believe it will help you to get started.
https://github.com/Gurux/GuruxDLMS.c/tree/master/GuruxDLMSDataCollector…
BR,
Mikko
can I get an example code…
can I get an example code that support NB-IoT?
Hi, I'm sorry, but you need…
Hi,
I'm sorry, but you need to do this by yourself. We can make examples only for our customers.
BR,
Mikko
I wish to know, If I buy the…
I wish to know, If I buy the license then I can get all support related to NB-IoT NIC implementation ?
Hi, Yes. We help out…
Hi,
Yes. We help out customers by making examples.
BR,
Mikko