Hello ,
I am using NXP DEVKIT MCP5748G.
I am having example code of lwip with freertos.
I want to communicate with gsm module using lwip/pppos.
I am getting lcp packets from gsm module for negotiating, but I am not
getting the ip address from module & after some seconds I am getting NO
CARRIER from
Ok
I will provide you all the details.
I need to enable the lwip debug.
Dev
On 14 Nov 2018 4:55 am, "Sylvain Rochet" wrote:
Hi Devanand,
On Wed, Nov 14, 2018 at 12:27:20AM +0530, Devanand Biradar wrote:
> Hello ,
> I am using NXP DEVKIT MCP5748G.
> I am having exampl
Hello,
the version of LWIP I am using is 2_0_2
On Wed, Nov 14, 2018 at 2:24 PM Ajay Bhargav
wrote:
> What version of lwIP are you using on your board?
>
>
>
> Ajay
>
>
>
> *From: *Devanand Biradar
> *Sent: *Wednesday, November 14, 2018 7:58 AM
> *To: *Mailin
ug.
DEV
On Wed, Nov 14, 2018 at 4:55 AM Sylvain Rochet
wrote:
> Hi Devanand,
>
> On Wed, Nov 14, 2018 at 12:27:20AM +0530, Devanand Biradar wrote:
> > Hello ,
> > I am using NXP DEVKIT MCP5748G.
> > I am having example code of lwip with freertos.
> > I want to
entering data mode you need to activate the PDP context
>> using AT+CGACT=1,1
>>
>> So before msg8 you need to send that command.
>>
>>
>>
>> Try it.
>>
>>
>>
>> Ajay
>>
>>
>>
>> *From: *Devanand Biradar
>&
2A 7D 20 7D
20 7D 23 7D 24 C0 23 7D 27 7D 22 7D 28 7D 22 55 83 7E
0D 0A 4E 4F 20 43 41 52 52 49 45 52 0D 0A -- THIS IS NO CARRIER response
Need to know what exactly it is sending to NXP DEVKIT MCP5748G
DEV
On Fri, Nov 16, 2018 at 7:13 AM Devanand Biradar
wrote:
> Hello,
> I am not a
7D 20 7D
20 7D 25 7D 26 50 29 85 F6 7D 27 7D 22 7D 28 7D 22 CD 7D 25 7E
DEV
On Sun, Nov 18, 2018 at 1:23 PM Devanand Biradar
wrote:
> Hello This are the PPP sequence I am getting from GSM Module
>
> PPP Sequence from GSM MODULE
>
> 7E FF 7D 23 C0 21 7D 21 7D 21 7D 20 7D 32 7D 22
pppos_input[0]: Dropping ACCM char <0>
pppos_input[0]: Dropping ACCM char <0>
pppos_input[0]: Dropping ACCM char <0>
pppos_input[0]: Dropping ACCM char <0>
pppos_input[0]: Dropping ACCM char <0>
pppos_input[0]: Dropping ACCM char <0>
pppos_input[0]: D
If ppp_inproc_irq_safe=1
Then pass byte by byte to pppos_ input
On Sat, 15 Dec 2018, 10:51 arsz6733, wrote:
> here is my polling while()
>
>
> // *** LOOP: Handle GSM modem responses & disconnects ***
> while(1) {
> memset(data, 0, BUF_SIZ
Started working ?
On Sat, 15 Dec 2018, 11:49 arsz6733, wrote:
> I did it
>
>
>
> --
> Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html
>
> ___
> lwip-users mailing list
> lwip-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip
Great!
What is the value of freertos tick you have kept.
Will you share your code as I am also facing the issue.
I am also using NXP micro controller.
Please share full from start code.
It will be very thankful.
Devanand
On Tue, 18 Dec 2018, 01:17 arsz6733, wrote:
> Hi Patrick
>
> I was able to
Hello,
May I know what changes you made related to speed and freertos tick
On Tue, 18 Dec 2018, 02:11 Devanand Biradar, wrote:
> Great!
> What is the value of freertos tick you have kept.
> Will you share your code as I am also facing the issue.
> I am also using NXP micro controll
Dec 20, 2018 at 7:05 PM Sylvain Rochet
wrote:
> Hi Devanand,
>
> On Mon, Nov 26, 2018 at 03:08:18PM +0530, Devanand Biradar wrote:
> > Hello Sylvain,
> >
> > This are the logs I am getting.
> > Is any point is missing to Enable in Lwip/pppos.
> > Also will yo
Hello,
Thanks for reply.
Their is no any ping under lwip/apps/
On Sat, 2 Feb 2019, 11:58 zulu4711, wrote:
> Regarding Ping,
> maybe have a look in lwip/apps/ping ;)
> It will be brilliantly clear once you do :)
>
>
>
>
> --
> Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html
>
> __
Thanks for reply Simon.
Yes I have to do it myself.
As I am doing in NXP , and I am very much new for Lwip.
I am getting nice support from Lwip mailing list.
Thanks for all.
On Mon, 4 Feb 2019, 14:12 goldsimon, wrote:
>
>
> Am 4. Februar 2019 06:53:47 MEZ schrieb Devanand Biradar &l
I have found ping app file. Just need sometime to implement and test.
On 4 Feb 2019 2:19 pm, "Devanand Biradar" wrote:
Thanks for reply Simon.
Yes I have to do it myself.
As I am doing in NXP , and I am very much new for Lwip.
I am getting nice support from Lwip mailing list.
Than
on, Feb 4, 2019 at 2:24 PM Devanand Biradar
wrote:
> I have found ping app file. Just need sometime to implement and test.
>
>
>
> On 4 Feb 2019 2:19 pm, "Devanand Biradar" wrote:
>
> Thanks for reply Simon.
> Yes I have to do it myself.
> As I am doing in N
Hello All,
I have successfully enabled LWIP / PPPOS using gsm module SIM800C.
I have tested the PING function & get host by name.
Also I am to send DATA to cloud mosquitto server using MQTT.
THANKS A LOT for all support.
DEV
On Sun, Feb 10, 2019 at 3:15 AM Devanand Biradar
wrote:
>
I have connected to mosquito cloud using Lwip via MQTT.
Using PPPOS with GSM module.
On Thu, 16 May 2019, 19:55 Freddie Chopin, wrote:
> Hi!
>
> I'm working on an open-source demo project in which there is a MQTT
> client talking via PPPoS to a GSM modem. The project also has a RTOS,
> so I ha
Hi All,
I am continuing my colleague work of data transfer using lwip socket to
server.
To transfer the DATA to server in continuous certain interval.
Using LWIP 2.0.2 version with PPPos connection.
There i am facing some issues that after 2 lwip_write where data is
successfully getting transfer
Hello,
Please check the SNTP_SERVER_ADDRESS is configured properly.
Dev
On Thu, May 21, 2020 at 7:01 PM RichardH
wrote:
> Hi Mike
>
> Did you manage to get SNTP going? I'm genuinely struggling and can find
> next to no documents or examples of how to use it.
>
> Can you shed any light on this
21 matches
Mail list logo