Upgrade Node Red on conduit
Hi Is there a way that I can upgrade the current node red version that is on the conduit? I still have 0.11.1 and I have seen that there is a 0.16 version out already so it is a bit old and some of...
View ArticleReply To: Upgrade Node Red on conduit
Will upgrading the AEP firmware upgrade nodejs and node red as well or not?
View ArticleReply To: LoRa Server receives just few frames from dozens sent.
Did you enable public compatibility mode? “network”: { “public”: true, … }
View ArticleReply To: Adding nodes to node-red
Unfortunately that config file is mysterious. It has been deprecated in node-red but the conduit is stuck on an old version, so it’s hard to understand how it’s supposed to work. A couple of things to...
View ArticleReply To: Adding nodes to node-red
I’m going to jump into this conversation as I’m having the same issue and not sure how to resolve it. I am trying to add a node, specifically a mysql node). I attempted the following: 1) Copy and past...
View ArticleReply To: Adding nodes to node-red
I’m pretty sure you need the package.json file as well as the other two. Otherwise the entry in .config.json looks good. Anything in /var/log/app/node-red.log ?
View ArticlePeer To Peer mode
Hello guys! I’m struggling with sending message to specific mDot module in Peer to Peer mode of communication. I’ve configured three mDot modules with same settings for Peer to Peer mode, when one...
View ArticleLoRa communication
Hi, i want to communicate ‘Conduit mlinux’ and lorawan module. -lorawan module is this : https://www.cooking-hacks.com/lorawan-module-for-arduino-raspberry-pi-900-915-mhz-xbee-socket So i try to...
View ArticleConduit AEP + RN2483 base64 decoding problem
Hello, I am facing the problem during decoding Base64 data received from Microchip RN2483. When I send byte with value higher than 0x7F I get 0xef or 0xbf or 0xbd value in NodeRed message payload....
View ArticleReply To: acknowledgement of downlink packets
Can we please have some response on this query? thanks,
View ArticleReply To: Queue size and configuration
The ‘nc’ utility is working fine, and I could set/get the queue size. But is there any way by which we could query and find the status of the queue, I mean how many slots are still open? Also I saw a...
View ArticleReply To: Node Red UI
Youssuf, Let’s start with which version of AEP Conduit you are running, and verify which version of Node-RED you have. To figure out what the AEP version it is, you can log in to the Web UI and at the...
View ArticleReply To: Send failed
Hi M.Reiss, i use recv() function in peer to peer mode here a sample of my code: bAckReceived = false; status = _dot->send(SendVector,false); if (status == mDot::MDOT_OK) { // wait for send to...
View ArticleReply To: LoRaWan and MQTT
You should be able to wire the LoRa input node directly to the MQTT output node – the LoRa input node outputs JSON encoded data. You can inspect it by wiring to a debug node and configuring it to show...
View ArticleReply To: Node Red UI
Jeff, The AEP version is the latest 1.3.3 -which I flashed onto the conduit. As for the Node-RED it is version 0.11.1 and the Node-js is v0.10.40 (like you said). I managed to connect to the conduit...
View ArticleReply To: Peer To Peer mode
i used the node id. Each mdot has its own node id of 8 bytes (see the label). this ID is located into the flash. But that will require handling all packets in user-application layer, Peer to Peer...
View ArticleFTP, Node red, text files and the conduit
Hi I downloaded and installed a node called node-red-contrib-ftp in order to be able to upload data to a ftp server. However, I am not sure how it works with the gateway. So a few questions: 1. How...
View ArticleReply To: Installing nodes in Node Red for gateway
Jeff thanks for the advice – I was busy rebooting node red until I was blue in the face but didn’t reboot the conduit – I think that was one of my problems.
View Article