-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
u-blox Nina b112 error + Sara G350 #222
Comments
The error comes from the example
You should check what is being returned inside this default instance function (I assume you get into ip one). |
Have you configured the modem to provide the default instance? |
@tcpipchip This issue has an incomplete or old issue template.For future reference please use an up to date clone of the repository before raising issues. Many thanks. |
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. |
Team!!!! |
Here a link I am not using handshaking! |
Hi, i tried too other servers...got connection to the server, but cant send and receive data some suggestion team ? |
Sir
#include "mbed.h" /* configuration choices in mbed_app.json */ #if MBED_CONF_APP_SOCK_TYPE == TCP class CellularDemo { public:
private:
#if MBED_CONF_APP_SOCK_TYPE != NONIP
#endif
#if MBED_CONF_APP_SOCK_TYPE == TCP
#if MBED_CONF_APP_SOCK_TYPE == UDP
#if MBED_CONF_APP_SOCK_TYPE == UDP private: #if MBED_CONF_APP_SOCK_TYPE == TCP int main() {
#if MBED_CONF_APP_SOCK_TYPE == NONIP
} Tested in 4 modems |
Enabling tracing might help you diagnose the problem. |
weird that there that PPP CONNECTION is estabilshed, the DNS resolver work, make the SOCKET CONNECTION, but not send and receive. Btw something is happeing in the MODEM UART too If i enable the trace, i have the UART OVERRUN and i can see anything :( Now i am testing on SARA G450 connected to a NINA B112 (NRF52832) Do the PPP is using handshacking ? Thanks! |
Must i try to change to PAP or CHAP to works ? |
Sir,
How are you ?
After config
I am getting the error
mbed-os-example-cellular
Failed to get_default_instance()
Can you help me ?
The text was updated successfully, but these errors were encountered: