|
Re: MPU fault while testing Bluetooth Mesh Sample demos
Are you still receiving MPU Fault? I have solved someone's similar problem., and had a question if you are using GATT API and by any chance the control flows through bt_att_req_send
Are you still receiving MPU Fault? I have solved someone's similar problem., and had a question if you are using GATT API and by any chance the control flows through bt_att_req_send
|
By
Chettimada, Vinayak Kariappa
·
#5168
·
|
|
Re: BLE stack using PPI channels
#ble
#nrf52832
Hi Charles
We need 6 PPI channels to drive BLDC motor.
For now I'm modify radio_nrf5_ppi.h. So I could work.
File si also attached.
In begginig of file is #define CONFIG_BT_NRF52X_RADIO_EVENT_TIMER
Hi Charles
We need 6 PPI channels to drive BLDC motor.
For now I'm modify radio_nrf5_ppi.h. So I could work.
File si also attached.
In begginig of file is #define CONFIG_BT_NRF52X_RADIO_EVENT_TIMER
|
By
robert.konc@...
·
#5167
·
|
|
Python Conference and devsprint in India
Hi All,
I new to zephyr. Last few weeks I have been experiment with zephyr and also the west.
I have some proposal, there is python conference going to take place in India on Oct 6,7 with devsprint
Hi All,
I new to zephyr. Last few weeks I have been experiment with zephyr and also the west.
I have some proposal, there is python conference going to take place in India on Oct 6,7 with devsprint
|
By
Sathishkumar Duraisamy <bewithsathish@...>
·
#5166
·
|
|
Re: BLE stack using PPI channels
#ble
#nrf52832
Hi,
Only 5 of the pre-programmed PPI can be reused in Zephyr's BLE implementation. But the task to refactor the controller is not simple (i.e. not doable in a day or two).
In upstream Zephyr, PPI's
Hi,
Only 5 of the pre-programmed PPI can be reused in Zephyr's BLE implementation. But the task to refactor the controller is not simple (i.e. not doable in a day or two).
In upstream Zephyr, PPI's
|
By
Chettimada, Vinayak Kariappa
·
#5165
·
|
|
Re: BLE stack using PPI channels
#ble
#nrf52832
Hi,
The pre-programmed PPI are very specific to Nordic's in-house stack implementation needs. Some of them coincidentally can be re-used in Zephyr implementation.
I will try to send a PR by EOD, if
Hi,
The pre-programmed PPI are very specific to Nordic's in-house stack implementation needs. Some of them coincidentally can be re-used in Zephyr implementation.
I will try to send a PR by EOD, if
|
By
Chettimada, Vinayak Kariappa
·
#5164
·
|
|
Re: BLE stack using PPI channels
#ble
#nrf52832
Hi Sebastian, Robert,
Sebastian, thanks for pointing out the existing issue.
Robert, would you please comment on that issue stating the needs of your application so we can evaluate how best to fix
Hi Sebastian, Robert,
Sebastian, thanks for pointing out the existing issue.
Robert, would you please comment on that issue stating the needs of your application so we can evaluate how best to fix
|
By
Carles Cufi
·
#5163
·
|
|
Re: BLE stack using PPI channels
#ble
#nrf52832
Good question, there exists an issue that can be used for this discussion:
https://github.com/zephyrproject-rtos/zephyr/issues/7092
________________________________________
Sent: Wednesday,
Good question, there exists an issue that can be used for this discussion:
https://github.com/zephyrproject-rtos/zephyr/issues/7092
________________________________________
Sent: Wednesday,
|
By
Sebastian Boe
·
#5162
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
In my application I was try to use 6 PPI channels. And I discovered that almost all channels is used by BLE stack.
NRF52 chip have dedicated PPI [20:31] channels for radio. Why this challens was not
In my application I was try to use 6 PPI channels. And I discovered that almost all channels is used by BLE stack.
NRF52 chip have dedicated PPI [20:31] channels for radio. Why this challens was not
|
By
robert.konc@...
·
#5161
·
|
|
Re: Bluetooth: about using of NVS & setting Layer in single App
Hi Jehudi,
Many thanks for these details which are not available under https://docs.zephyrproject.org/latest/
Hi Jehudi,
Many thanks for these details which are not available under https://docs.zephyrproject.org/latest/
|
By
vikrant8051 <vikrant8051@...>
·
#5160
·
|
|
Re: Microbit Accelometer
Hi William,
Would you mind sending a GitHub Pull Request instead?
https://docs.zephyrproject.org/latest/contribute/contribute_guidelines.html
Regards,
Carles
Hi William,
Would you mind sending a GitHub Pull Request instead?
https://docs.zephyrproject.org/latest/contribute/contribute_guidelines.html
Regards,
Carles
|
By
Carles Cufi
·
#5159
·
|
|
Re: NRF52 : use of NFFS file system
I found a solution in increasing CONFIG_NFFS_FILESYSTEM_MAX_AREAS to 128
64 is exactly what you need as you use 64 flash pages of nRF52. You can try to use nffs build in statistic to garb some
I found a solution in increasing CONFIG_NFFS_FILESYSTEM_MAX_AREAS to 128
64 is exactly what you need as you use 64 flash pages of nRF52. You can try to use nffs build in statistic to garb some
|
By
Puzdrowski, Andrzej
·
#5158
·
|
|
Re: NRF52 : use of NFFS file system
Hi Andrzej,
I found a solution in increasing CONFIG_NFFS_FILESYSTEM_MAX_AREAS to 128. But then I had a problem of space left in RAM so I decreaseCONFIG_FS_NFFS_NUM_INODES to 48, which is enough for
Hi Andrzej,
I found a solution in increasing CONFIG_NFFS_FILESYSTEM_MAX_AREAS to 128. But then I had a problem of space left in RAM so I decreaseCONFIG_FS_NFFS_NUM_INODES to 48, which is enough for
|
By
Laurence Pasteau
·
#5157
·
|
|
Re: NRF52 : use of NFFS file system
I think it was possible that you encounter lack of BLOCK representation in RAM (this is what -12 -ENOMEM stand for). Try to increaseCONFIG_FS_NFFS_NUM_BLOCKS until success.
Looks like GC was unable
I think it was possible that you encounter lack of BLOCK representation in RAM (this is what -12 -ENOMEM stand for). Try to increaseCONFIG_FS_NFFS_NUM_BLOCKS until success.
Looks like GC was unable
|
By
Puzdrowski, Andrzej
·
#5156
·
|
|
Microbit Accelometer
Hi All,
I’m attempting to get the accelometer on the microbit working in Zephyr. I have roughly created a driver based on others yet I could use some help double checking and implementing.
Hi All,
I’m attempting to get the accelometer on the microbit working in Zephyr. I have roughly created a driver based on others yet I could use some help double checking and implementing.
|
By
William Fish <william.fish@...>
·
#5155
·
|
|
Microbit accelerometer
Hi All,
I’m attempting to get the accelerometer on the microbit working in Zephyr. I have roughly created a driver based on others yet I could use some help double checking and implementing.
Any
Hi All,
I’m attempting to get the accelerometer on the microbit working in Zephyr. I have roughly created a driver based on others yet I could use some help double checking and implementing.
Any
|
By
William Fish
·
#5154
·
|
|
Re: Bluetooth: about using of NVS & setting Layer in single App
Hi Vikrant,
The dts changes you propose might work, but there are some
disadvantages with it: if you are overlapping the scratch area with
NVS you will loose the data in NVS persistent storage after
Hi Vikrant,
The dts changes you propose might work, but there are some
disadvantages with it: if you are overlapping the scratch area with
NVS you will loose the data in NVS persistent storage after
|
By
laczenJMS
·
#5153
·
|
|
Re: Running Hello World for Dragino-LSN50 on B-L072Z-LRWAN1 Dicovery Board
Sure, would be great to have this LORA board in tree.
Sure, would be great to have this LORA board in tree.
|
By
Erwan Gouriou
·
#5152
·
|
|
Bluetooth: about using of NVS & setting Layer in single App
Hi,
I've modified nrf52840_pca10056.dts as follow ......
&flash0 {
/*
* For more information, see:
* http://docs.zephyrproject.org/latest/devices/dts/flash_partitions.html
*/
Hi,
I've modified nrf52840_pca10056.dts as follow ......
&flash0 {
/*
* For more information, see:
* http://docs.zephyrproject.org/latest/devices/dts/flash_partitions.html
*/
|
By
vikrant8051 <vikrant8051@...>
·
#5151
·
|
|
Don't have Interrupt latency test result in Time Measurement test report
Hello,
I am running a timing_info test on my B-L072Z-LRWAN1. It builds and
runs on the board, but the Interrupt Latency value is missing from the
resulting report:
$ cd
Hello,
I am running a timing_info test on my B-L072Z-LRWAN1. It builds and
runs on the board, but the Interrupt Latency value is missing from the
resulting report:
$ cd
|
By
seems.deviant@...
·
#5150
·
|
|
Re: Running Hello World for Dragino-LSN50 on B-L072Z-LRWAN1 Dicovery Board
After setting everything in .dts and defconfig, Hello world finally started working.
Thanks for assistance. Do you think its worth creating pull request fwith my changes?
- Aleksandr
21 сент.
After setting everything in .dts and defconfig, Hello world finally started working.
Thanks for assistance. Do you think its worth creating pull request fwith my changes?
- Aleksandr
21 сент.
|
By
seems.deviant <seems.deviant@...>
·
#5149
·
|