Navigation

    iotcreators.com web
    • Login
    • Search
    • forum.iotcreators.com
    • Tags
    • Popular
    • Recent
    • Register
    1. Home
    2. afzal_m
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by afzal_m

    • afzal_m

      How to get your Quectel BG-95 nuSIM dev-kit online?
      The Thing For IoT Creators • quectel devkit nusim • • afzal_m  

      1
      0
      Votes
      1
      Posts
      15
      Views

      afzal_m

      To be continued. Already needed a link to make a QR code for the flyer with instructions
    • afzal_m

      How to get your nuSIM dev-kit online?
      The Thing For IoT Creators • nb-iot at command devkit config nusim quick start guide • • afzal_m  

      23
      1
      Votes
      23
      Posts
      140
      Views

      Sergey Vladimirov

      @afzal_m Sounds good, how about BG600? - it has a similar FW to BG95/96
    • afzal_m

      NB-IoT & location tracking
      Network & Coverage • nb-iot localization use cases gps tracking • • afzal_m  

      6
      2
      Votes
      6
      Posts
      116
      Views

      W

      Hi All, We would like: Accuracy of 3 to 5 meters latitude / longitude Correct altitude measurement(up to 1 meter, for certain use cases even more important than lat and longitude). This is for height measurements in building so that floor levels can be determined accurately We would like secured connections to the service, preferably a VPN A process that clients can be checked if they are to be trusted(we don’t want to deliver this sensitiedata to bad people with sinister plans) Adjustable frequency of positioning, higher frequency means paying more. High frequency is refresh every second(for emergencies for instance) Possibility to cross reference/compare the data with GPS data out of the field A way to determine which radio’s on which cell towers are used, this will be important if the target is moving. A service which checks the availability of the positioning service and availability of data Questions Is the data available on all networks(2G, 3G, 4G - NB-IoT/LTE-M enabled devices). My / Our assumption is that it is, as long as three cell towers/radio’s can be connected to. Are changes necessary in the firmware of cellular modules to use the service? Is the data available as a service, so do we receive aggregated data. Or do we receive lang, long and altitude plus data where the data is retrieved from(cell towers and radio’s plus the signal strength data which comes with it? Is the service strictly available on the network of T-Mobile? Or is the data still available when roaming takes place to other networks? How reliable is the service, especially on moving targets, when roaming is necessary? How accurate is the service? Or how accurate can you get? To which height is the service still available(we have gone up to 2,5 kilometers on NB-IoT). Ewout Karel has done about 300 - 500 meters on a relatively fast moving target
    • afzal_m

      No device data in GUI
      The Thing For IoT Creators • portal downlink gui • • afzal_m  

      5
      0
      Votes
      5
      Posts
      119
      Views

      afzal_m

      It took some time… But it’s finally fixed! Pls be aware that it can take up to 5 minutes before you see your last payload in the GUI. It is just a workaround, we are still working on the final solution.
    • afzal_m

      How can I activate my simcard?
      The Thing For IoT Creators • nb-iot t-mobile nl sim card config • • afzal_m  

      1
      0
      Votes
      1
      Posts
      116
      Views

      afzal_m

      I received this question a lot these days. I still need to understand why. Is our document library (getting) too complex maybe? Please let me know However, if you ordered your NB-IoT simcard at iot.t-mobile.nl, I can assure you that your simcard is already active. We want to save you from the simcard hassle as much as possible. All our NB-IoT simcards have the same configuration. To make sure that you can simply keep one single stock for all your different use cases/projects, Just register the IMEI number of your module in one of your projects. Configure your module with the right settings, put your simcard in it and it should work right away.
    • afzal_m

      Pycom FiPy compatible with band 8!
      The Thing For IoT Creators • • afzal_m  

      3
      0
      Votes
      3
      Posts
      2290
      Views

      E

      @afzal_m is het ondertussen al iemand gelukt om de FiPy met jullie netwerk te verbinden? iok kom er hier in ieder geval nog niet helemaal uit.
    • afzal_m

      Data of the U-blox SARA R410 not visible in project dashboard
      The Thing For IoT Creators • • afzal_m  

      1
      0
      Votes
      1
      Posts
      1180
      Views

      afzal_m

      For some mysterious reasons the data of the R410 devices are not visible in your project dashboard. However, you still could enter a callback URL, and our network will forward the data of your R410 device to your own application. Will keep you posted here as soon as we have some news!
    • afzal_m

      New starterkit and new document library!
      Announcements • • afzal_m  

      3
      1
      Votes
      3
      Posts
      3701
      Views

      afzal_m

      @adriaan Yes, you can use your existing simcards on the production network!
    • afzal_m

      "msg": "License expired for HTTP",
      Archive • • afzal_m  

      3
      0
      Votes
      3
      Posts
      1494
      Views

      A

      @afzal_m fixed!
    • afzal_m

      HTTPS callback URL's
      Archive • • afzal_m  

      2
      0
      Votes
      2
      Posts
      1323
      Views

      A

      Werkt hier ook! (TLS v1.2).
    • afzal_m

      Change of scrambling parameter
      Archive • • afzal_m  

      12
      0
      Votes
      12
      Posts
      5059
      Views

      R

      Also note if you’re using the Sodaq_nbIOT library for Arduino, you’ll have to change the Sodaq_nbIOT.cpp manually. (Hopefully SODAQ will update them soon.) From these values on row 80: const uint8_t nConfigCount = 6; static NameValuePair nConfig[nConfigCount] = { { “AUTOCONNECT”, “FALSE” }, { “CR_0354_0338_SCRAMBLING”, “FALSE” }, { “CR_0859_SI_AVOID”, “FALSE” }, { “COMBINE_ATTACH” , “FALSE” }, { “CELL_RESELECTION” , “FALSE” }, { “ENABLE_BIP” , “FALSE” }, }; To these: const uint8_t nConfigCount = 6; static NameValuePair nConfig[nConfigCount] = { { “AUTOCONNECT”, “FALSE” }, { “CR_0354_0338_SCRAMBLING”, “TRUE” }, { “CR_0859_SI_AVOID”, “TRUE” }, { “COMBINE_ATTACH” , “FALSE” }, { “CELL_RESELECTION” , “FALSE” }, { “ENABLE_BIP” , “FALSE” }, };
    • afzal_m

      Wijziging in ons IoT-netwerk
      Archive • • afzal_m  

      1
      1
      Votes
      1
      Posts
      1275
      Views

      afzal_m

      Grote kans dat jij, als Early Access member, langs onze device and connection manager bent geweest. Het deel van ons netwerk waardoor jij je niet druk hoeft te maken om het registreren en authentiseren van jouw device. Het punt waar jij je op de data van jouw devices abonneert. De doorgewinterde Early Access members weten waarschijnlijk ook dat we in aanloop naar onze commercial launch nog een definitieve selectie moesten doen van dit netwerkcomponent. We willen je graag laten weten dat we voor een nieuwe oplossing hebben gekozen voor device and connection management. Het is een onmisbaar component om NB-IoT succesvol te laten zijn. Het verlengen van de batterijduur is namelijk niet alleen afhankelijk van jouw use case maar ook van ons netwerk. Mobiele netwerken zijn tot nu toe immers gericht op apparaten die we iedere nacht in een oplader stoppen Met het toevoegen van deze device and connection manager bieden we een netwerk aan dat het mogelijk maakt om features aan te bieden die ten goede komen van het energieverbruik. Zo kunnen we je straks vertellen of een device in ‘sleep mode’ is alvorens je een bericht naar een device verstuurt. Sterker nog, als jij dat wilt houden we het bericht voor je vast en sturen we het op wanneer het device weer wakker wordt. Maar denk ook aan features zoals locatiebepaling, FOTA of het versturen van gecomprimeerde data. Met ons netwerk willen en moeten we verder vooruitkijken dan dat we eerder als telecomleverancier hebben gedaan. Wij zorgen ervoor dat je chipsets en applicatieprotocollen onafhankelijk van elkaar kunt ‘mixen’ zonder dat je daar aanpassingen in de back-end voor hoeft te doen. Dit netwerk maakt het in de toekomst ook mogelijk om security features aan te bieden voor authenticatie van devices en non-IP communicatie. Echter, zelfs mét IP communicatie zijn jouw IoT devices niet direct verbonden aan het Internet! Vanaf de simkaart tot en met het laatste stukje van ons netwerk, bevindt jouw IoT-connectie zich namelijk in secured omgeving. We kijken er ontzettend naar uit om samen met jou de (nieuwe) mogelijkheden van ons IoT-netwerk te verkennen. In de week van 18 februari nemen we contact met je op en vertellen we hoe je de overstap kunt maken. Verder zijn we uiteraard ook zeer benieuwd naar je feedback en vragen.
    • afzal_m

      Radio Access Network upgrade 13 and 14 december
      Archive • • afzal_m  

      5
      0
      Votes
      5
      Posts
      2237
      Views

      afzal_m

      @felixdonkers Spijtig idd! Stuur me in een PM even het cell id (at+nuestats) en adres + postcode van jouw devices. Ik zal checken of we de cells bij jou in de buurt al eerder kunnen upgraden.
    • afzal_m

      Power saving met NB-IoT
      Archive • • afzal_m  

      2
      1
      Votes
      2
      Posts
      2604
      Views

      felixdonkers

      Interessante info. Is er al iets meer bekend over de NB-IoT energy calculator die in dit artikel genoemd wordt?
    • afzal_m

      Onderhoud Ocean Connect (IoT Gateway) op donderdag 3 augustus
      Archive • • afzal_m  

      1
      0
      Votes
      1
      Posts
      1107
      Views

      afzal_m

      Om de stabiliteit van onze IoT Gateway te optimaliseren zullen we op donderdag 3 augustus gedurende de ochtend onderhoud uitvoeren. Ocean Connect zal donderdagochtend dan ook niet beschikbaar zijn! Wat wijzigt er voor jou? Niet veel maar absoluut niet onbelangrijk: het IP address van de south interface wijzigt naar 172.16.14.22.
    • afzal_m

      Sending sensor and GPS data to AllThingsTalk
      Archive • • afzal_m  

      1
      0
      Votes
      1
      Posts
      1489
      Views

      afzal_m

      Informatieve blog van Hans Boksem voor mensen die aan de Sodaq kickstarter hebben deelgenomen: https://hansboksem.wordpress.com/2017/07/20/nb-iot-sending-sensor-and-gps-data-to-allthingstalk/
    • afzal_m

      Instructie registreren van je eerste device
      Archive • • afzal_m  

      54
      0
      Votes
      54
      Posts
      14031
      Views

      P

      @afzal_m Bedankt!
    • afzal_m

      Instructie: App aanmaken in Ocean Connect
      Archive • • afzal_m  

      1
      0
      Votes
      1
      Posts
      1177
      Views

      afzal_m

      Let op, dit geldt alleen voor members die al werken naar een pilot (met meerdere devices) en toegang hebben tot hun eigen SP Portal. Om een app aan te maken volg je deze stappen: Klink links op Applications en vervolgens Create App App name = naam van jouw klant of project Industry = invullen als gewenst API package = Basic API Application Ability = Rule Engine Dat Storage = laten staan op 7 dagen SMS Server = dit veldje kun je leeg laten E-mail server = dit veldje kun je ook leeg laten
    • afzal_m

      Nieuwe settings voor NB-IoT hardware en API
      Archive • • afzal_m  

      16
      0
      Votes
      16
      Posts
      6168
      Views

      intron

      Op een andere machine werkte het wel, dus ik kan gewoon door. Maar bedankt nog:)
    • afzal_m

      Installfest 12 juli - wat, waar en wanneer?
      Archive • • afzal_m  

      21
      0
      Votes
      21
      Posts
      6872
      Views

      iot.t-mobile.nl

      Lekker geregeld Afzal! Vond het weer een inspirerende middag.
    • afzal_m

      Message Delivery
      Archive • • afzal_m  

      14
      1
      Votes
      14
      Posts
      5304
      Views

      T

      Hi @JanWillem en @rikvdh . Ik probeer message delivery uit. Ik voer de volgende HTTP request uit: POST /iocm/app/cmd/v1.2.0/devices/0ce440cf-43e7-4fc0-88ef-35f6eac46e72/commands HTTP/1.1 Host: 160.44.201.248:8743 app_key: ****** Authorization: Bearer ****** Content-Type: application/json Cache-Control: no-cache Postman-Token: 6b86c0c1-a21e-5cac-5133-b8f548bd2a8c { "command":{ "serviceId":"RawData", "method":"RawData", "paras":{ "rawData":"SGVsbG8gV29ybGQ=" } }, "callbackUrl":"https://www.google.com/", "expireTime":300 } En krijg de volgende terug: { "requestId": "bff68759e86f4fbeb3b14d56bd7bbd69", "commandId": "54c45334fc8a4fabb40c225b1a7c0fe4" } Bij Device command history zie ik ze op PENDING staan. Op mijn device heb ik de volgende AT commando’s al uitgevoerd > AT+NNMI=1 OK > AT+NMGR OK > AT+NQMGR BUFFERED=0,RECEIVED=0,DROPPED=0 OK En ik zie maar geen verandering hierin. Ik gebruik firmware versie B656. Ik kan wel data versturen, maar ontvangen lukt me niet.
    • afzal_m

      Hardware - hoe kom ik eraan?
      Archive • • afzal_m  

      8
      0
      Votes
      8
      Posts
      6088
      Views

      BoRRoZ

      open source LTE NB-IoT Shield for Arduino https://hackaday.io/project/28107/gallery#5dbad0e112115c522b81c6c996eab8e0
    • 1
    • 2
    • 1 / 2