Member | Action | Date |
---|---|---|
![]() |
Replied
to
WGM160P Safe Mode issue
I do see the dump files now that you mentioned it use the web socket console. There are 8 of them total. I'll try and get one pushed to you later today when I get the device. We're now using SDK 4.2.0-8775. Should I upgrade to be consistent? Now that you mention it, it might be some of our code causing the core dumps. The core functionality is using MQTT code connecting to AWS, Temperature sensors (by TI), and sending GPIO functions to certain pins for functionality on our side. In the meantime, are there any settings for safemode to bring it back online / network connected when it hits this "safe mode" state? Just wondering if there are options or issues when we start shipping some of these development boards to remote locations. Thanks for all of the help.
|
Aug 05 2020, 5:46 PM |
![]() |
Posted
Safe Mode issue on
Wi-Fi Wireless Forum
I have a full development WGM160P board and we do pushes to it mostly via Gecko OS IDE and then through Zentri updates using OTA enabled settings. We then call a dfu_update on the device after we release a bundle. For some reason we are getting the device into a weird state after it's running. Here's the error. SAVEMODE> Starting Safemode console for 300 seconds. So far, after that we must connect it to a PC with USB. after I run those two commands (connected via computer), the device resets fine and runs our code and connects to the internet fine. We're wanting to test some things completely unattended and always run Zentri commands or is this just an issue with just using Development Builds? I haven't tried a Production Build via Zentri. the system.uuid is: |
Jul 31 2020, 8:21 PM |
![]() |
Voted up hi_nick_not_surehowcompatibleprojectfileswi-vkQJ Show more |
May 14 2020, 9:10 PM |
![]() |
Replied
to
make.sh" not found in PATH during Download Application and Resources Build Target click
That's that's what I was thinking. I'll create a project on the Windows side and go with that. If I get stuck I'll reach out and send you the project.
Show more
|
May 14 2020, 9:10 PM |
![]() |
Posted
make.sh" not found in PATH during Download Application and Resources Build Target click on
Wi-Fi Wireless Forum
I'm using the WGM160P wireless board and were using Gecko Studio IDE with it. Now I'm working fine on a Mac, but when I move the code and run it on Windows, I get the following error. 11:33:14 **** Incremental Build of configuration Standard Build for project FirstMateControlsHub **** Error: Program "C:\Users\npneu\FirstmateControlsHub\FirstMateControlsHub\make.sh" not found in PATH 11:33:14 Build Finished (took 99ms)
|
May 12 2020, 5:33 PM |
![]() |
Replied
to
network_verify fails on specific board
I'm mostly using the setup_web command to popup the network screen on connect (via Mac OS). Once connected, I'm using Postman to verify the commands. These are the same commands I have coded in the iOS application using Swift and I'm still getting the same errors for this board.
Show more
|
Apr 27 2020, 2:40 PM |
![]() |
Replied
to
network_verify fails on specific board
Here's the record from the "scan -v" call.
Show more
# 13 11 -54 8A:96:4E:A9:9A:D1 72.2 WPA2-AES Inf 15 Nickernet_Guest\r\n
|
Apr 27 2020, 2:39 PM |
![]() |
Posted
network_verify fails on specific board on
Wi-Fi Wireless Forum
I have two development WGM169P boards and I have one that will fail on connecting to a few wifi networks, while the other one will not. This is causing problems with the network_verify call. I will either get a Timeout or a Command Failed in the REST response. I also have tried resetting the board using the Gecko OS Studio by using the Program Device / Mode "Default SILABS-WGM160P) Program button. I'll try the setup_web function and go into the web version and it will fail as well.
Maybe I'm not resetting the board properly? It doesn't make much sense because I've compared the request data between both boards and they're the same. Any thoughts? |
Apr 27 2020, 2:11 PM |
![]() |
Replied
to
Scan REST call fails on mobile app
After digging a bit more and determining it wasn't client side code, I fixed the problem with the following:
http.server.keep_alive_enabled 1
I added this to my startup script and things are working fine. set, http.server.keep_alive_enabled 1, \r\n#Enabling Keep Alive to reduce the retry issues on several commands I kept the default http.server.keep_alive_timeout So far, I haven't seen any failures on iOS applications. I haven't tried Android yet, but this appears to have fixed the issue for me. |
Apr 13 2020, 7:10 PM |
![]() |
Replied
to
Scan REST call fails on mobile app
Could it have anything to do with calling by IP Address. I found this code in connect.js. I'm not using the web_setup, but trying to use it as a guide to help fix this issue potentially.. Does it have anything to do with this code using mdns? I'm not sure if the web setup code is using Ip address or mdns for the URL yet.. I'm also not using mdns yet. if(self.device.get('web_setup')) { if(self.reconnect){ mdns = mdns.length > 0 ? mdns : 'gecko_os-' + mac; self.mdns = mdns; cmds.push({cmd: 'set', args: {args:'ht s e 1'}});
|
Apr 08 2020, 5:13 AM |