Reply To: Can't connect to the gsm modem
Vijay, Did you actually ssh into the Conduit or type that command at the Conduit’s Terminal ? http://www.multitech.net/developer/products/conduit/connecting-to-the-debug-interface/ Normally, you would...
View ArticleHang when using serial.attach
Hi, I was trying to read some data from the serial port using the serial.attach() function call, but everything hangs when I put a serial.getc() in the interrupt call. I´ve read here:...
View ArticleReply To: Communicating with FF API
can you give me an example how you use web api? with xml
View ArticleHelp Web Api examples
Can someone show me how to use the faxfinder web api? I’m a programmer c#, but don’t understand the examples in xml. how to use them
View ArticleReply To: DFRobot Leonardo w/XBee Socket and MDot
If you are only using the factory firmware or programming the mDots in a UDK dev board then most xbee based boards should work. As I’ve not tried this myself, I’m only comparing the pinouts. thanks...
View ArticleReset button dosn´t work
Hello, I changed some configuration on the conduit and after saving and restart the device I lost conectivity with it. It is not posible to access by the AEP model and neither from the mLinux model (I...
View ArticleReply To: Reset button dosn´t work
Hi Aitor Gartziandia, You need to wait at least a min to see it resets. You can also connect USB debug cable into the USB debug connector and type linux commands/monitor it....
View ArticleReply To: Conduit to pc application
Hi Mitsos Minas, The easiest is use the built in network server and use mqtt client lib to receive/send data to your motes. Conduit: ——– 1. ssh into the Conduit and go to /etc/mosquitto and modify the...
View ArticleReply To: error when i send a string of data
Hi Martin, This define in mDot.h file. typedef enum { MDOT_OK = 0, MDOT_INVALID_PARAM = -1, MDOT_TX_ERROR = -2, MDOT_RX_ERROR = -3, MDOT_JOIN_ERROR = -4, MDOT_TIMEOUT = -5, MDOT_NOT_JOINED = -6,...
View ArticleReply To: error when i send a string of data
Thx Bryan, my system is peer to peer with 3 slaves and 1 master. And if one slave has this error after trying to send a message to the master (MDOT_TX_ERROR = -2) then it will not be able to send...
View ArticleOperator selection
Hello, im trying to set the operator here in Costa Rica using: at+cops=1,2,70403 The operator is movistar, but there is an error: +CME: Error 529 How can i fix this??
View ArticleReply To: Help Web Api examples
Have you seen our example code found here? ftp://ftp.multitech.com/engineering/sample-code/fax-finder/
View ArticleSMS send from script
I’m using sms-utils to send messages. My H/W is BeagleBone Black – MTD-H5. Is it possible to place an entire sms message in a single string? I.E. sms -d /dev/ttyACM3 <address> <text body>...
View Articlemdot os5 example questions.
1) Since the deep sleep mode no longer exists, looking at the new dot examples, I see that following calls in dot_util.cpp are made in the non-deep sleep mode scenario. Should I be doing the same or...
View ArticleReply To: mlinux toolchain request for 4.9.x+
https://www.yoctoproject.org/downloads Look at http://downloads.yoctoproject.org/releases/yocto/yocto-1.7.3/poky-dizzy-12.0.3.tar.bz2 It has bitbake recipes for 4.9. You could try putting these in the...
View ArticleReply To: mdot os5 example questions.
Hi Yogesh, Its not completely accurate to say there is no deep sleep. You can still invoke both sleep and deep sleep. All the internal IO are taken care of in both sleep modes. Deep sleep additionally...
View ArticleUsing Network Link checks vs Acks.
I was looking at one of the methods in the dot_util.cpp where the linkCheckCount and threshold can be updated and I see a comment before calling that method in the AUTO_OTA example as mentioned below....
View ArticleConduit AEP and PPP
Hi, I was just checking methods for giving a roaming internet connection to the Conduit for testing and saw PPP as an option in the documentation. However, when I check the setup and options for the...
View Article