|
Re: DFU via UART
Hi Phil,
the smp_svr sample already enables DFU over the console:
https://github.com/zephyrproject-rtos/zephyr/blob/master/samples/subsys/mgmt/mcumgr/smp_svr/prj.conf#L16
You can use a simpler
Hi Phil,
the smp_svr sample already enables DFU over the console:
https://github.com/zephyrproject-rtos/zephyr/blob/master/samples/subsys/mgmt/mcumgr/smp_svr/prj.conf#L16
You can use a simpler
|
By
Carles Cufi
·
#1068
·
|
|
MPU fault while testing Bluetooth Mesh Sample demos
Hi,
I'm getting following MPU fault while testing with samples for Bluetooth Mesh . This issue has started after syncing with master branch.
***** MPU FAULT *****
Hi,
I'm getting following MPU fault while testing with samples for Bluetooth Mesh . This issue has started after syncing with master branch.
***** MPU FAULT *****
|
By
vikrant8051 <vikrant8051@...>
·
#1067
·
|
|
DFU via UART
Hey,
I had a look at the smp_svr sample and was able to flash the bootloader and the sample applications (via bootloader). Now I'm wondering how to use the same Management subsystem to perform a DFU
Hey,
I had a look at the smp_svr sample and was able to flash the bootloader and the sample applications (via bootloader). Now I'm wondering how to use the same Management subsystem to perform a DFU
|
By
Phil Hipp
·
#1066
·
|
|
Re: How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Vinayak,
That is ok. I will open the issue on github.
After removing the code directly on the system_nrf52.c the board had stopped to answer the nrfjprog. I thought that was independent of the
Vinayak,
That is ok. I will open the issue on github.
After removing the code directly on the system_nrf52.c the board had stopped to answer the nrfjprog. I thought that was independent of the
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#1065
·
|
|
Re: How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Hi Rodrigo,
The Trace Port Interface Unit is ARM supplied component in nRF52, could you please open a GitHub issue asking for support of the same in Zephyr OS?
Also, an explain of its use in your
Hi Rodrigo,
The Trace Port Interface Unit is ARM supplied component in nRF52, could you please open a GitHub issue asking for support of the same in Zephyr OS?
Also, an explain of its use in your
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1064
·
|
|
Re: How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Hi Rodrigo,
Glad to hear your success with first custom board made to run Zephyr.
You are right, the ENABLE_TRACE in the Nordic external MDK is not a Kconfig option in Zephyr.
This will need a new
Hi Rodrigo,
Glad to hear your success with first custom board made to run Zephyr.
You are right, the ENABLE_TRACE in the Nordic external MDK is not a Kconfig option in Zephyr.
This will need a new
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1063
·
|
|
Re: SPI slave support for nRF52-PCA10040
#nrf52-pca10040
#spi
I am not an expert on SPI, but shouldn’t you enable this:
https://github.com/zephyrproject-rtos/zephyr/blob/master/drivers/spi/Kconfig#L25
In your .conf:
CONFIG_SPI_SLAVE=y
From: users@...
I am not an expert on SPI, but shouldn’t you enable this:
https://github.com/zephyrproject-rtos/zephyr/blob/master/drivers/spi/Kconfig#L25
In your .conf:
CONFIG_SPI_SLAVE=y
From: users@...
|
By
Carles Cufi
·
#1062
·
|
|
SPI slave support for nRF52-PCA10040
#nrf52-pca10040
#spi
Hello at all,
i am trying to configure a nrf52-PCA10040 board to act as Slave for SPI but i am running into an issue.
When i try to setup the spi device as slave as shown at the end of the post, the
Hello at all,
i am trying to configure a nrf52-PCA10040 board to act as Slave for SPI but i am running into an issue.
When i try to setup the spi device as slave as shown at the end of the post, the
|
By
moritzgerlich@...
·
#1061
·
|
|
Re: How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Thank you Vinayak.
For now, I will change the HAL file to solve that. When you have news about it please let me know.
Best regards,
Rodrigo Peixoto
--
Rodrigo Peixoto
Co-founder and Technical
Thank you Vinayak.
For now, I will change the HAL file to solve that. When you have news about it please let me know.
Best regards,
Rodrigo Peixoto
--
Rodrigo Peixoto
Co-founder and Technical
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#1060
·
|
|
How to setup a spi flash?
#spi
#flash
#sst26
Hey,
I am playing a bit around with Zephyr and a custom board. This board is based on a stm32f4 arm and connects a Mircochip Flash(SST26) via spi1. I like to figure out how to setup this spi
Hey,
I am playing a bit around with Zephyr and a custom board. This board is based on a stm32f4 arm and connects a Mircochip Flash(SST26) via spi1. I like to figure out how to setup this spi
|
By
Stefan Jaritz
·
#1059
·
|
|
How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Hi,
I have developed a custom board based on the nrf52832. Everything is running properly and I am glad to have my first board made to run Zephyr on it.
The only issue I am facing right now is that we
Hi,
I have developed a custom board based on the nrf52832. Everything is running properly and I am glad to have my first board made to run Zephyr on it.
The only issue I am facing right now is that we
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#1058
·
|
|
Zephyr Development News, 28 August 2018
Hello,
This is the 28 August 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
HTML is available
Hello,
This is the 28 August 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
HTML is available
|
By
Marti Bolivar <marti@...>
·
#1057
·
|
|
Re: NRF52 : use of NFFS file system
Hi Laurence,
I am copying a couple of people that might be able to help with NFFS config.
Carles
From: users@... <users@...>On Behalf Of Laurence Pasteau
Sent: 27 August 2018 10:06
To:
Hi Laurence,
I am copying a couple of people that might be able to help with NFFS config.
Carles
From: users@... <users@...>On Behalf Of Laurence Pasteau
Sent: 27 August 2018 10:06
To:
|
By
Carles Cufi
·
#1056
·
|
|
Re: [Zephyr-devel] Enable SPI driver on nrf52840
https://youtu.be/vioi4OsmB_U
Hope the above video helps :-)
Summary: Kconfig options for one board may require new dependencies be met for another board.
- Vinayak
PS: added users mailing list, hope
https://youtu.be/vioi4OsmB_U
Hope the above video helps :-)
Summary: Kconfig options for one board may require new dependencies be met for another board.
- Vinayak
PS: added users mailing list, hope
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1055
·
|
|
Re: PTP over BLE
Hi David,
I have not heard anyone trying to use PTP over BLE. Patches are welcome
of course if there are good use cases for this. Is there a spec that
specifies how to run PTP over
Hi David,
I have not heard anyone trying to use PTP over BLE. Patches are welcome
of course if there are good use cases for this. Is there a spec that
specifies how to run PTP over
|
By
Jukka Rissanen
·
#1054
·
|
|
PTP over BLE
Hi,
I saw that Precision Time Protocol was just added, great!
Has anyone been looking at a "generic" way to achieve a distributed precision clock over BLE?
In my use-case it would be ok to limit it
Hi,
I saw that Precision Time Protocol was just added, great!
Has anyone been looking at a "generic" way to achieve a distributed precision clock over BLE?
In my use-case it would be ok to limit it
|
By
david <david@...>
·
#1053
·
|
|
NRF52 : use of NFFS file system
Hi everybody,
I worked on a board including a NRF52 and use the file system with NFFS but I never succeed in using it correctly.
I have a lot of errors depending on the configuration parameters that
Hi everybody,
I worked on a board including a NRF52 and use the file system with NFFS but I never succeed in using it correctly.
I have a lot of errors depending on the configuration parameters that
|
By
Laurence Pasteau
·
#1052
·
|
|
Re: [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
Why don’t you use tests/bluetooth/mesh_shell ? and add your commands?
Johan may be of assistance.
Why don’t you use tests/bluetooth/mesh_shell ? and add your commands?
Johan may be of assistance.
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1051
·
|
|
Re: [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
if you are looking for a shell, tests/bluetooth/shell could be your inspiration.
if you are looking for implementing a transport over uart, then samples/bluetooth/hci_uart could be your
if you are looking for a shell, tests/bluetooth/shell could be your inspiration.
if you are looking for implementing a transport over uart, then samples/bluetooth/hci_uart could be your
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1050
·
|
|
Re: [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
Hi Vinayak,
My sim is to create commands & send it to PDK where PDK process them & help onboard #BluetoothMesh clients to create data packets.
Currently using thread triggered by button interrupt to
Hi Vinayak,
My sim is to create commands & send it to PDK where PDK process them & help onboard #BluetoothMesh clients to create data packets.
Currently using thread triggered by button interrupt to
|
By
vikrant8051 <vikrant8051@...>
·
#1049
·
|