mdot_dev aa
Forum Replies Created
-
AuthorPosts
-
mdot_dev aa
ParticipantOk, thank you. I will check that right now. Is it possible to go back after flash actility’s firmware? We are also testing loriot and node-red in the same device and we can switch from one another so far.
mdot_dev aa
ParticipantI could’t. I haven’t had too many time to check this. I have been busy with other parts of the network. But when I tried, I didn’t found the updated version of nodejs for conduit and I was afraid of using a version destinated to other board sinde the conduit aep is not mine but the compnay I work for.
mdot_dev aa
ParticipantI know this is an old thread but I just came across this problem right now.
Until now I was using a conduit AEP and a mdot unit. both worked like a charm.
NOw I have been asked to make the AEP unit to work with a microchip nr2483 unit. So I changed the network parameters to public, and following the values that Matthew Way posted a while ago, I was able to make both to work. Only I have one problem, I need to add the microchip unit though “nc -u localhost 6677” before AEP unit can receive any data.
How could I avoid to assign a devaddr. In fact, in a big network (one where I could add new devices every day) I can’t program every unit with a different devaddr in code. It is a tedious work to do that. I would want to use its internal mac (hweui) instead. But I tried to put it as devaddr and I got an error.
Is it possible to avoid having to add it to the conduit nc list? Could conduit just receive any frame which has the same appeui, nwkskey and appskey?
mdot_dev aa
ParticipantI have one like this: http://m.dhgate.com/product/st-link-v2-stm8-and-stm32-mcu-usb-jtag-in/141357793.html
I don’t know where my company bought it but it is the same model.
I do not have a UDK2 or MDK board. Just an mdot and a conduit station.
mdot_dev aa
ParticipantWatching this post: http://www.multitech.net/developer/forums/topic/sending-datetime-via-mbed/
I wonder if I could modify AT modem sketch to include a new AT command to give me the time. I have never tried something like that, what do you think?
mdot_dev aa
ParticipantHello Mike, could you please tell me which program do I need to upload a new firmware from a jtag? I would want to try to do it but I don’t see anything on the documentation apart to “copy the new firmware to the dev board and send some AT commands…”
mdot_dev aa
ParticipantYou could use node-red to get the packets sent by the mdots and inject by mqtt/http post or whatever to the server to collecte datas.
mdot_dev aa
ParticipantI think I already have the latest version of AEP (1.1.2) so I don’t know if I have to re-update it again. Also, the latest version of node-red included in the latest version of AEP is 0.11.1 which is the one I already have installed: http://www.multitech.net/developer/software/aep/aep-firmware-changelog/
However, the latest version of node-red is 0.13.4 (http://nodered.org/) and I wonder if I can install that version without modifying firmware of AEP.
mdot_dev aa
ParticipantIf you are using node-red in AEP conduit, you can add an “inject” module with a payload in string mode and some kind of text. then connect it to an output “lora” module.
Each time you execute “at-send” from your mdot, if there is any packet waiting to be read, you will receive before the OK in the response.
-
AuthorPosts