|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Giri,
yes, that is definitely a problem. The destination MAC address should be a valid unicast address. Does you ethernet board have a proper MAC address set to it? You can see the MAC address
Hi Giri,
yes, that is definitely a problem. The destination MAC address should be a valid unicast address. Does you ethernet board have a proper MAC address set to it? You can see the MAC address
|
By
Jukka Rissanen
·
#6329
·
|
|
clarification Zephyr kernel type
Hello,
I am currently writing a paper comparing different RTOSs. I want to compare the kernel architecture types of the different RTOSs but Zephyrs kernel confuses me a little bit. I get from
Hello,
I am currently writing a paper comparing different RTOSs. I want to compare the kernel architecture types of the different RTOSs but Zephyrs kernel confuses me a little bit. I get from
|
By
Khalid Talash <khalid.talash@...>
·
#6328
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 09/24/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 24 September 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 24 September 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6327
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Jukka,
I have verified the MAC address. Zephyr is sending the [SYN/ACK] packet with destination MAC address as "ff:ff:ff:ff:ff:ff", which is a broadcast address. Does this causing my ubuntu to not
Hi Jukka,
I have verified the MAC address. Zephyr is sending the [SYN/ACK] packet with destination MAC address as "ff:ff:ff:ff:ff:ff", which is a broadcast address. Does this causing my ubuntu to not
|
By
giriprasad@...
·
#6326
·
|
|
Interfacing ENC28J60(ethernet) with PCA10056.
#nrf52840
Hi Team,
I have interfaced ENC28j60 module to PCA10056 and flashed the example "zephyr/samples/net/sockets/echo" . After this, I am unable to ping PCA10056. I am getting the wireshark log as shown in
Hi Team,
I have interfaced ENC28j60 module to PCA10056 and flashed the example "zephyr/samples/net/sockets/echo" . After this, I am unable to ping PCA10056. I am getting the wireshark log as shown in
|
By
giriprasad@...
·
#6325
·
Edited
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Giri,
You could also verify from wireshark that the MAC addresses are
correctly set in the packets. If zephyr sends a packet
using wrong destination MAC address, then your ubuntu would not
receive
Hi Giri,
You could also verify from wireshark that the MAC addresses are
correctly set in the packets. If zephyr sends a packet
using wrong destination MAC address, then your ubuntu would not
receive
|
By
Jukka Rissanen
·
#6324
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi,
Thanks for the reply. I have verified the ufw status and it is inactive. Is it enough to say that firewall is disabled.
Regards,
Giri
Hi,
Thanks for the reply. I have verified the ufw status and it is inactive. Is it enough to say that firewall is disabled.
Regards,
Giri
|
By
giriprasad@...
·
#6323
·
|
|
Re: Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi,
The text logs do not reveal anything useful (other than the zephyr
version used and that you are using ethernet + dhcp).
From the wireshark image, we can see that ubuntu does not receive
Hi,
The text logs do not reveal anything useful (other than the zephyr
version used and that you are using ethernet + dhcp).
From the wireshark image, we can see that ubuntu does not receive
|
By
Jukka Rissanen
·
#6322
·
|
|
Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running.
#nrf52840
#samples
Hi Team,
I am running tcp socket client program in Ubuntu bash of Windows subsystem for Linux and server program on PCA10056 board, on which zephyr is running. I am able to establish connection and
Hi Team,
I am running tcp socket client program in Ubuntu bash of Windows subsystem for Linux and server program on PCA10056 board, on which zephyr is running. I am able to establish connection and
|
By
giriprasad@...
·
#6321
·
|
|
Re: LWM2M batch uploading data
Thanks for the info Mike. Queueing mode seems like it would resolve some worries, but would you mind clarifying one thing? From the issue:
Wake up before lifetime or observation (if any)
Thanks for the info Mike. Queueing mode seems like it would resolve some worries, but would you mind clarifying one thing? From the issue:
Wake up before lifetime or observation (if any)
|
By
Benjamin Lindqvist
·
#6320
·
|
|
Re: LWM2M batch uploading data
Hello Benjamin,
You are correct. The missing piece is LwM2M queue mode support. This mode is registered during the initial client / server connection. It means there is a mutual agreement that the
Hello Benjamin,
You are correct. The missing piece is LwM2M queue mode support. This mode is registered during the initial client / server connection. It means there is a mutual agreement that the
|
By
Michael Scott
·
#6319
·
|
|
API Meeting Agenda: 2019-09-24
Carles has asked me to lead the API telecon Tuesday 2019-09-24 as he will not be available. Topics to discuss include:
* Status and concerns related to PR #17155 to change how timeout delays are
Carles has asked me to lead the API telecon Tuesday 2019-09-24 as he will not be available. Topics to discuss include:
* Status and concerns related to PR #17155 to change how timeout delays are
|
By
Peter A. Bigot
·
#6318
·
|
|
Request for reviews: change to timeout representation in kernel functions
PR 17155 (https://github.com/zephyrproject-rtos/zephyr/pull/17155) is an API cleanup that changes the type used to store timeout delays from a signed integer representing milliseconds to an opaque
PR 17155 (https://github.com/zephyrproject-rtos/zephyr/pull/17155) is an API cleanup that changes the type used to store timeout delays from a signed integer representing milliseconds to an opaque
|
By
Peter A. Bigot
·
#6317
·
|
|
Re: LWM2M batch uploading data
To be honest, it sort of seems as if the implementation assumes it has a perpetually open socket connection to cloud at all times. Perhaps this is an exaggeration, but I'd kind of like to know how
To be honest, it sort of seems as if the implementation assumes it has a perpetually open socket connection to cloud at all times. Perhaps this is an exaggeration, but I'd kind of like to know how
|
By
Benjamin Lindqvist
·
#6316
·
|
|
LWM2M batch uploading data
Hi,
We have a use-case which I deem to be pretty normal: uplinks are really expensive and should be kept to a minimum (in fact, we want the radio completely powered off 99.99% of the time). But we
Hi,
We have a use-case which I deem to be pretty normal: uplinks are really expensive and should be kept to a minimum (in fact, we want the radio completely powered off 99.99% of the time). But we
|
By
Benjamin Lindqvist
·
#6315
·
|
|
zeohyr nucleo and i2c
hi,
I'm working on zephyr os and a grove NFC ( seeedstudio grove nfc tag V1.0) and a nucleo l432kc.
the question is : it must communicate with I2C. Does anybody knows how i have to do ?
thanx
hi,
I'm working on zephyr os and a grove NFC ( seeedstudio grove nfc tag V1.0) and a nucleo l432kc.
the question is : it must communicate with I2C. Does anybody knows how i have to do ?
thanx
|
By
Jerome Amos <amos.jerome@...>
·
#6314
·
|
|
Re: 4G/5G modem supported by Zephyr or not?
Thanks for the reply! The Telit moduled like UE866 and LE910 supports ppp natively and there are 3gpp at commands that switch the state of the modem from at mode to ppp mode. I saw in the video you
Thanks for the reply! The Telit moduled like UE866 and LE910 supports ppp natively and there are 3gpp at commands that switch the state of the modem from at mode to ppp mode. I saw in the video you
|
By
Shlomi Vaknin
·
#6313
·
|
|
Re: 4G/5G modem supported by Zephyr or not?
Hello Shlomi,
If the modem had a physical interface which supported the PPP protocol you could in theory create a new: modem_iface_ppp.c file which managed it (as opposed to using
Hello Shlomi,
If the modem had a physical interface which supported the PPP protocol you could in theory create a new: modem_iface_ppp.c file which managed it (as opposed to using
|
By
Michael Scott
·
#6312
·
|
|
Re: 4G/5G modem supported by Zephyr or not?
Is there a way to connect the ppp protocol to the modem context and work with this network interface instead of the stack that is built in the modem?
בתאריך יום ד׳, 18 בספט׳ 2019
Is there a way to connect the ppp protocol to the modem context and work with this network interface instead of the stack that is built in the modem?
בתאריך יום ד׳, 18 בספט׳ 2019
|
By
Shlomi Vaknin
·
#6311
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 09/19/2019 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 19 September 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 19 September 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6310
·
|