|
Re: [Networking][socket] When is network is ready to accept a socket connection
Sounds good. Thank you so much Jukka. I think I will end up using NET_EVENT_IPV4_ADDR_ADD event for now. Any expected ETA for the patch you mentioned? ...Approximately !
Many Regards,
Karthik Prabhu
Sounds good. Thank you so much Jukka. I think I will end up using NET_EVENT_IPV4_ADDR_ADD event for now. Any expected ETA for the patch you mentioned? ...Approximately !
Many Regards,
Karthik Prabhu
|
By
Prabhu Vinod, Karthik
·
#1403
·
|
|
Re: [Networking][socket] When is network is ready to accept a socket connection
Hi Karthik,
For IPv4 monitoring NET_EVENT_IPV4_ADDR_ADD is best option atm.
For IPv6 the NET_EVENT_IPV6_DAD_SUCCEED and/or
NET_EVENT_IPV6_ROUTER_ADD should be used instead.
These events are not
Hi Karthik,
For IPv4 monitoring NET_EVENT_IPV4_ADDR_ADD is best option atm.
For IPv6 the NET_EVENT_IPV6_DAD_SUCCEED and/or
NET_EVENT_IPV6_ROUTER_ADD should be used instead.
These events are not
|
By
Jukka Rissanen
·
#1402
·
|
|
Re: mcuboot for nrf52840_pca10059
Hi Marti,
I am able to chainload the MCUBoot bootloader as specified inhttps://docs.zephyrproject.org/latest/boards/arm/nrf52840_pca10059/doc/index.html#programming-and-debugging.
After
Hi Marti,
I am able to chainload the MCUBoot bootloader as specified inhttps://docs.zephyrproject.org/latest/boards/arm/nrf52840_pca10059/doc/index.html#programming-and-debugging.
After
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1401
·
|
|
Re: mcuboot for nrf52840_pca10059
Hi Marti,
Thanks. I had made my project as west manifest to pull out some other repositories and so I missed adding tinycbor to my west.yml . Rgds,
Venkat.
On
Hi Marti,
Thanks. I had made my project as west manifest to pull out some other repositories and so I missed adding tinycbor to my west.yml . Rgds,
Venkat.
On
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1400
·
|
|
[Networking][socket] When is network is ready to accept a socket connection
Hi,
I wanted to know if there are network events which I can subscribe, to know when the network init is complete. If there is one, I want to wait and use the callback to notify my app that then
Hi,
I wanted to know if there are network events which I can subscribe, to know when the network init is complete. If there is one, I want to wait and use the callback to notify my app that then
|
By
Prabhu Vinod, Karthik
·
#1399
·
|
|
Re: [EXT] RE: [Zephyr-users] NXP RT1064 board and JLink Debugging
Hi Maureen:
The J-Link firmware for the LPC4332 on the RT1064has 2 issues, the first was rather easy to work around.
The firmware doesn’t enable the “POWER_EN” signal (pin P3_1), hence
Hi Maureen:
The J-Link firmware for the LPC4332 on the RT1064has 2 issues, the first was rather easy to work around.
The firmware doesn’t enable the “POWER_EN” signal (pin P3_1), hence
|
By
Lawrence King
·
#1398
·
|
|
Re: [EXT] RE: [Zephyr-users] NXP RT1064 board and JLink Debugging
Hi Lawrence,
I’m not sure yet what’s going on with the J-Link firmware on this board – the USB CDC enumerates but the J-Link commander fails to connect to the RT1064 target. The LPC-Link2
Hi Lawrence,
I’m not sure yet what’s going on with the J-Link firmware on this board – the USB CDC enumerates but the J-Link commander fails to connect to the RT1064 target. The LPC-Link2
|
By
Maureen Helm
·
#1397
·
|
|
Re: mcuboot for nrf52840_pca10059
Hi,
The tinycbor code was moved to its own repository. You need to run ‘west update’ in your zephyr west installation to get the code.
For details on west, please see
Hi,
The tinycbor code was moved to its own repository. You need to run ‘west update’ in your zephyr west installation to get the code.
For details on west, please see
|
By
Bolivar, Marti
·
#1396
·
|
|
Re: BT Mesh Health Server FaultPeriodicPublication#bluetoothmesh
#zephyrbluetoothmesh
For the record, I found a minor bug with the bt_mesh_fault_update() API in that it wasn’t properly updating the publication message before sending it. I’ve submitted a PR (one-line patch) to fix
For the record, I found a minor bug with the bt_mesh_fault_update() API in that it wasn’t properly updating the publication message before sending it. I’ve submitted a PR (one-line patch) to fix
|
By
Johan Hedberg
·
#1395
·
|
|
mcuboot for nrf52840_pca10059
Hi,
I am trying to compile mcuboot (latest version from git) with zephyr v1.14.0-rc3. I am getting this error:
mcuboot/boot/boot_serial/src/boot_serial.c:36:10: fatal error:
Hi,
I am trying to compile mcuboot (latest version from git) with zephyr v1.14.0-rc3. I am getting this error:
mcuboot/boot/boot_serial/src/boot_serial.c:36:10: fatal error:
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1394
·
|
|
Re: BT Mesh Health Server FaultPeriodicPublication#bluetoothmesh
#zephyrbluetoothmesh
Hi Billy,
Actually, I think I missed the fact in the earlier emails that this was specifically about the health server and not just any model publishing. The health server is a special case and does
Hi Billy,
Actually, I think I missed the fact in the earlier emails that this was specifically about the health server and not just any model publishing. The health server is a special case and does
|
By
Johan Hedberg
·
#1393
·
|
|
Re: NXP RT1064 board and JLink Debugging
Continuing:
I Installed the LPCScript utilities on both Ubuntu, and Windows from
Continuing:
I Installed the LPCScript utilities on both Ubuntu, and Windows from
|
By
Lawrence King
·
#1392
·
|
|
Re: BT Mesh Health Server FaultPeriodicPublication#bluetoothmesh
#zephyrbluetoothmesh
I have looked into the health_svr.h and found that the “helper” does not have an update callback. Maybe in might be worth adding to allow periodic updates. I will change my app to use the generic
I have looked into the health_svr.h and found that the “helper” does not have an update callback. Maybe in might be worth adding to allow periodic updates. I will change my app to use the generic
|
By
William Fish
·
#1391
·
|
|
Re: BT Mesh Health Server Fault PeriodicPublication#bluetoothmesh
#zephyrbluetoothmesh
Johan,
Fantastic, thanks.
I am using the BT_SETTINGS and calling settings_load(). I use this as a short cut for development purposes.
The Update callback well spotted many thanks.
The lack of
Johan,
Fantastic, thanks.
I am using the BT_SETTINGS and calling settings_load(). I use this as a short cut for development purposes.
The Update callback well spotted many thanks.
The lack of
|
By
William Fish
·
#1390
·
|
|
Re: BT Mesh Health Server Fault Periodic Publication#bluetoothmesh
#zephyrbluetoothmesh
Hi Billy,
(added zephyr-users back to CC - please don’t drop it since others may benefit from this information as well)
There are a many problems with the above:
1. The model publication is
Hi Billy,
(added zephyr-users back to CC - please don’t drop it since others may benefit from this information as well)
There are a many problems with the above:
1. The model publication is
|
By
Johan Hedberg
·
#1389
·
|
|
Re: BT Mesh Health Server Fault Periodic Publication
#zephyrbluetoothmesh
#bluetoothmesh
Hi Billy,
It should be working even with a single fault, and this has e.g. been tested with the PTS which does configure periodic publishing during some of its test cases. Is your source code
Hi Billy,
It should be working even with a single fault, and this has e.g. been tested with the PTS which does configure periodic publishing during some of its test cases. Is your source code
|
By
Johan Hedberg
·
#1388
·
|
|
BT Mesh Health Server Fault Periodic Publication
#zephyrbluetoothmesh
#bluetoothmesh
Hi All,
Have a unusual issue i cant get to the bottom of, I am attempting to implement a Mesh Health Server yet I seem to have come across some odd behaviour.
If i set a publication period for the
Hi All,
Have a unusual issue i cant get to the bottom of, I am attempting to implement a Mesh Health Server yet I seem to have come across some odd behaviour.
If i set a publication period for the
|
By
William Fish
·
#1387
·
|
|
Re: BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
Is there anything else I could check to make it work?
Is there anything else I could check to make it work?
|
By
Piotr Barszczewski <piotr@...>
·
#1386
·
|
|
Re: NXP RT1064 board and JLink Debugging
Well I have made progress resolving this problem. (but not resolved)
It turns out the that LPC4322 chip on the RT1064 board has two sets of firmware in it. 1) the DAPLINK firmware, and 2)
Well I have made progress resolving this problem. (but not resolved)
It turns out the that LPC4322 chip on the RT1064 board has two sets of firmware in it. 1) the DAPLINK firmware, and 2)
|
By
Lawrence King
·
#1385
·
|
|
Re: onoff-app board sample not working
#bluetoothmesh
#nrf52832
Hi Alexander,
I don’t know if this is the cause of your issue, but it implies that you have something in flash (the storage partition) that the application doesn’t expect. Before investigating
Hi Alexander,
I don’t know if this is the cause of your issue, but it implies that you have something in flash (the storage partition) that the application doesn’t expect. Before investigating
|
By
Johan Hedberg
·
#1384
·
|