|
Re: [Zephyr-devel] How to evaluate the "zephyr\samples\bluetooth\mesh"?
Hi Aaron,
This may help you,
http://docs.zephyrproject.org/samples/boards/nrf52/mesh/onoff-app/README.html
You could provision your node based on above example using either #meshctl utility from BlueZ
Hi Aaron,
This may help you,
http://docs.zephyrproject.org/samples/boards/nrf52/mesh/onoff-app/README.html
You could provision your node based on above example using either #meshctl utility from BlueZ
|
By
vikrant8051 <vikrant8051@...>
·
#712
·
|
|
Network offload sample
Hi
I am looking for a network offload (CONFIG_NET_OFFLOAD) sample application.
I want to integrate a connectivity module (e.g. running zephyr's openthread stack as NCP - network control processor)
Hi
I am looking for a network offload (CONFIG_NET_OFFLOAD) sample application.
I want to integrate a connectivity module (e.g. running zephyr's openthread stack as NCP - network control processor)
|
By
Vakul Garg <vakul.garg@...>
·
#711
·
|
|
Re: Device Firmware Update + Zephyr +
#bluetoothmesh
That is great Vikrant.
I was thinking they couldn't work together. I will do as you said.
Thank you.
Best regards,
Rodrigo Peixoto
Ayna - [Embedded systems design house]
That is great Vikrant.
I was thinking they couldn't work together. I will do as you said.
Thank you.
Best regards,
Rodrigo Peixoto
Ayna - [Embedded systems design house]
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#710
·
|
|
Re: Device Firmware Update + Zephyr +
#bluetoothmesh
On Sat, Apr 14, 2018, 11:18 AM Vikrant More <vikrant8051@...> wrote:
Hi Rodrigo,
You can start with this,
http://docs.zephyrproject.org/samples/subsys/mgmt/mcumgr/smp_svr/README.html
You have to
On Sat, Apr 14, 2018, 11:18 AM Vikrant More <vikrant8051@...> wrote:
Hi Rodrigo,
You can start with this,
http://docs.zephyrproject.org/samples/subsys/mgmt/mcumgr/smp_svr/README.html
You have to
|
By
vikrant8051 <vikrant8051@...>
·
#709
·
|
|
Device Firmware Update + Zephyr +
#bluetoothmesh
Hi guys,
is it possible to use the Nordic DFU feature in conjunction to Zephyr. I need to upgrade the nodes of a BT mesh network and it would be amazing if I could.
If it isn't, is there any
Hi guys,
is it possible to use the Nordic DFU feature in conjunction to Zephyr. I need to upgrade the nodes of a BT mesh network and it would be amazing if I could.
If it isn't, is there any
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#708
·
|
|
Re: Zephyr development news, 4 Apr - 10 Apr 2018
Fixing the mailing lists; sorry!
<marti@...> wrote:
Fixing the mailing lists; sorry!
<marti@...> wrote:
|
By
Marti Bolivar
·
#707
·
|
|
Re: nrf51822 mesh example RAM constraints.
Could you review the use of RADIO_LL_LENGTH_OCTETS_RX_MAX, just a suspicion that its incorrectly used on nRF51, if so, you could be saving few hundred bytes.
Do feel free to send a PR if you fix
Could you review the use of RADIO_LL_LENGTH_OCTETS_RX_MAX, just a suspicion that its incorrectly used on nRF51, if so, you could be saving few hundred bytes.
Do feel free to send a PR if you fix
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#706
·
|
|
Re: nrf51822 mesh example RAM constraints.
Thank you Vinayak,
Got it working after deleting health and level server.
Memory region Used Size Region Size %age Used
FLASH: 100376 B 256 KB 38.29%
Thank you Vinayak,
Got it working after deleting health and level server.
Memory region Used Size Region Size %age Used
FLASH: 100376 B 256 KB 38.29%
|
By
Antonio <anvivaldi27@...>
·
#705
·
|
|
Re: nrf51822 mesh example RAM constraints.
Hi Antonio,
Please take a look at this mail chain: https://lists.zephyrproject.org/g/devel/topic/16760883#1960
a BBC micro:bit with nRF51822 256KB flash and 16 KB RAM can support BLE mesh. Yes, it is
Hi Antonio,
Please take a look at this mail chain: https://lists.zephyrproject.org/g/devel/topic/16760883#1960
a BBC micro:bit with nRF51822 256KB flash and 16 KB RAM can support BLE mesh. Yes, it is
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#704
·
|
|
nrf51822 mesh example RAM constraints.
Hi All,
I was able finally to run basic mesh example on NRF51 device.
But I have an issue with RAM limits.
To be able to work with meshctl (Bluez) provisioning
GATT_PROXY and PB_GATT should be
Hi All,
I was able finally to run basic mesh example on NRF51 device.
But I have an issue with RAM limits.
To be able to work with meshctl (Bluez) provisioning
GATT_PROXY and PB_GATT should be
|
By
Antonio <anvivaldi27@...>
·
#703
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Marti,
Thanks for pointing out the source of the problem, it's working for now.
Also, with help of detailed documentation, I was able to implement FOTA feature.
--
Warm regards,
Ashish
Hi Marti,
Thanks for pointing out the source of the problem, it's working for now.
Also, with help of detailed documentation, I was able to implement FOTA feature.
--
Warm regards,
Ashish
|
By
ashish shukla <ashish.shukla@...>
·
#702
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi,
I integrated my Nordic Blinky (which toggles LED1) into SMP_SVR example & flashed it along with mcuboot.
Then re-edit SMP_SVR to toggle LED4, & flashed this firmware using #FOTA feature.
So it is
Hi,
I integrated my Nordic Blinky (which toggles LED1) into SMP_SVR example & flashed it along with mcuboot.
Then re-edit SMP_SVR to toggle LED4, & flashed this firmware using #FOTA feature.
So it is
|
By
vikrant8051 <vikrant8051@...>
·
#701
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Carles, Ashish,
This is the problem.
Ashish, mcuboot is not part of Zephyr. It is an independent project. You need to build it using the instructions Carles gave you later in the thread.
The dfu
Hi Carles, Ashish,
This is the problem.
Ashish, mcuboot is not part of Zephyr. It is an independent project. You need to build it using the instructions Carles gave you later in the thread.
The dfu
|
By
Marti Bolivar
·
#700
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Ashish,
If you are trying to build MCUboot then you need to go into the MCUboot folder, as per these instructions:
https://mcuboot.com/mcuboot/readme-zephyr.html
In essence the commands
Hi Ashish,
If you are trying to build MCUboot then you need to go into the MCUboot folder, as per these instructions:
https://mcuboot.com/mcuboot/readme-zephyr.html
In essence the commands
|
By
Carles Cufi
·
#699
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi,
After flashing $zephyr/samples/subsys/mgmt/mcumgr/smp_svr signed.hex on nRF52840
along with pre-flashed #mcuboot, I am able to execute following commands
#sudo mcumgr --conntype ble --connstring
Hi,
After flashing $zephyr/samples/subsys/mgmt/mcumgr/smp_svr signed.hex on nRF52840
along with pre-flashed #mcuboot, I am able to execute following commands
#sudo mcumgr --conntype ble --connstring
|
By
vikrant8051 <vikrant8051@...>
·
#698
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi David,
Your trick worked for me. Thank You !!
Using this i got version of cryptography
pip freeze | grep "cryptography"
cryptography==1.2.3
So I uninstalled i& reinstall it.
pip
Hi David,
Your trick worked for me. Thank You !!
Using this i got version of cryptography
pip freeze | grep "cryptography"
cryptography==1.2.3
So I uninstalled i& reinstall it.
pip
|
By
vikrant8051 <vikrant8051@...>
·
#697
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Carles,
Following the documentation provided :
Step1 : Build MCUboot
Step2: Flash MCUboot
what I understand is these files reside in /zephyr/subsys/dfu, I create a build directory in present
Hi Carles,
Following the documentation provided :
Step1 : Build MCUboot
Step2: Flash MCUboot
what I understand is these files reside in /zephyr/subsys/dfu, I create a build directory in present
|
By
ashish shukla <ashish.shukla@...>
·
#696
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Adding dev-mcuboot@...
It'd be nice if we could figure out what minimum version of
cryptography we need, so we could put that in the requirements.txt
file. Unfortunately, the stack
Adding dev-mcuboot@...
It'd be nice if we could figure out what minimum version of
cryptography we need, so we could put that in the requirements.txt
file. Unfortunately, the stack
|
By
David Brown <david.brown@...>
·
#695
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Vikrant,
My bad, I think it was the cryptography python3 module we had to upgrade.
My version is cryptography==2.1.4
Regards
-----
De : users@...
Hi Vikrant,
My bad, I think it was the cryptography python3 module we had to upgrade.
My version is cryptography==2.1.4
Regards
-----
De : users@...
|
By
Giuliano Franchetto
·
#694
·
|
|
Re: [Zephyr-devel] Firmware over the air (FOTA) and FCB support in 1.11.0
Hi Giuliano,
To update openssl I execute -> apt-get install --only-upgrade openssl
But my system is already running latest version of it & hence return -> openssl is already the newest version
Hi Giuliano,
To update openssl I execute -> apt-get install --only-upgrade openssl
But my system is already running latest version of it & hence return -> openssl is already the newest version
|
By
vikrant8051 <vikrant8051@...>
·
#693
·
|