|
Re: #ZephyrBluetoothMesh ..... What Next ?? ....need info beyond
#zephyrbluetoothmesh
#gettingstartedguide
Hi Vikrant,
It's impossible to say for sure without some more information. It's
possible that different advertising parameters are used. If you have
PB-ADV enabled that will also take time away from
Hi Vikrant,
It's impossible to say for sure without some more information. It's
possible that different advertising parameters are used. If you have
PB-ADV enabled that will also take time away from
|
By
Johan Hedberg
·
#1494
·
|
|
#ZephyrBluetoothMesh ..... What Next ?? ....need info beyond
#zephyrbluetoothmesh
#gettingstartedguide
Hi Johan,
https://www.youtube.com/watch?v=301ynC2IdbY
Mr. Martin Woolley has released video which shows time required to discover & provision #BluetoothMesh DEVICE.
In this case, he has used "firmware
Hi Johan,
https://www.youtube.com/watch?v=301ynC2IdbY
Mr. Martin Woolley has released video which shows time required to discover & provision #BluetoothMesh DEVICE.
In this case, he has used "firmware
|
By
Vikrant More <vikrant8051@...>
·
#1493
·
|
|
Re: I2C driver for nrf52840 not being compiled
Hi,
Thanks, it compiles and run successfully.
--
Warm regards,
Ashish Shukla
Jr. Embedded Engineer
Research & Development
www.corvi.com
Please consider the environment before printing this e-mail
Hi,
Thanks, it compiles and run successfully.
--
Warm regards,
Ashish Shukla
Jr. Embedded Engineer
Research & Development
www.corvi.com
Please consider the environment before printing this e-mail
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#1492
·
|
|
Confusion about Zephyr ADC API semantics
Hi,
I've been reading through the ADC API, its users, and its test cases,
and I'm confused about the semantics of struct adc_seq_entry, in
particular the field named "buffer". The API docs are vague
Hi,
I've been reading through the ADC API, its users, and its test cases,
and I'm confused about the semantics of struct adc_seq_entry, in
particular the field named "buffer". The API docs are vague
|
By
Marti Bolivar
·
#1491
·
|
|
adding support for stm32f072b_disco board: shippable returns unstable
Hi!
I opened a PR to add support for stm32f072b_disco board herepr5405.Local Sanity Check only ran 5 Tests and returned OK.
Shippable returns unstable with linking errors in some tests (e.g.
Hi!
I opened a PR to add support for stm32f072b_disco board herepr5405.Local Sanity Check only ran 5 Tests and returned OK.
Shippable returns unstable with linking errors in some tests (e.g.
|
By
Daniel Wagenknecht
·
#1490
·
|
|
Re: I2C driver for nrf52840 not being compiled
Hi.
For nRF52840 I2C driver is zephyr. All its option are in general i2c Kconfig file.
I attached configuration I had used to compile example you mentioned.
BR
Andrzej
Hi.
For nRF52840 I2C driver is zephyr. All its option are in general i2c Kconfig file.
I attached configuration I had used to compile example you mentioned.
BR
Andrzej
|
By
Puzdrowski, Andrzej
·
#1489
·
|
|
Re: [Zephyr-users] I2C driver for nrf52840 not being compiled
Hi Ashish,
Did you select CONFIG_I2C_NRF5 in menuconfig or set CONFIG_I2C_NRF5=y in prj.conf file?
Also, you need to set CONFIG_I2C_NRF5_GPIO_SCA_PIN , CONFIG_I2C_NRF5_GPIO_SCA_PIN ,CONFIG_I2C_0=y,
Hi Ashish,
Did you select CONFIG_I2C_NRF5 in menuconfig or set CONFIG_I2C_NRF5=y in prj.conf file?
Also, you need to set CONFIG_I2C_NRF5_GPIO_SCA_PIN , CONFIG_I2C_NRF5_GPIO_SCA_PIN ,CONFIG_I2C_0=y,
|
By
Chettimada, Vinayak Kariappa
·
#1488
·
|
|
I2C driver for nrf52840 not being compiled
Hello everyone !
I'm trying to interface an I2C device with nrf52840 controller.
When I look into ../zephyr/drivers/i2c directory, there is no Kconfig file corresponding to i2c_nrf5.c
Again in
Hello everyone !
I'm trying to interface an I2C device with nrf52840 controller.
When I look into ../zephyr/drivers/i2c directory, there is no Kconfig file corresponding to i2c_nrf5.c
Again in
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#1487
·
|
|
Re: How to detect a thread is aborted and restart it?
Ø It's just done in a lot of places, including the ztest framework. (tests/ztest/src/ztest.c).
Ø It should be safe to call k_thread_create() on a thread object to re-use it if that thread has
Ø It's just done in a lot of places, including the ztest framework. (tests/ztest/src/ztest.c).
Ø It should be safe to call k_thread_create() on a thread object to re-use it if that thread has
|
By
Boie, Andrew P
·
#1486
·
|
|
Re: How to detect a thread is aborted and restart it?
ØThank you! I’ll try more times to see if it can restart. Where is the testing application you mentioned for restarting thread? Maybe I didn’t use it in the right way.
It's just done in a lot
ØThank you! I’ll try more times to see if it can restart. Where is the testing application you mentioned for restarting thread? Maybe I didn’t use it in the right way.
It's just done in a lot
|
By
Boie, Andrew P
·
#1485
·
|
|
Re: How to detect a thread is aborted and restart it?
Andrew,
Thank you! I’ll try more times to see if it can restart. Where is the testing application you mentioned for restarting thread? Maybe I didn’t use it in the right way.
Regards,
Jun
Andrew,
Thank you! I’ll try more times to see if it can restart. Where is the testing application you mentioned for restarting thread? Maybe I didn’t use it in the right way.
Regards,
Jun
|
By
Li, Jun R
·
#1484
·
|
|
Re: multithread problem in zephyr application
ØI have no idea why the application crashes at this address, is it like a thread racing condition problem or the thread stack overflow happened?
My money would be on stack overflow. You can try
ØI have no idea why the application crashes at this address, is it like a thread racing condition problem or the thread stack overflow happened?
My money would be on stack overflow. You can try
|
By
Boie, Andrew P
·
#1483
·
|
|
Re: How to detect a thread is aborted and restart it?
ØHowever, it seems not possible to restart the same thread with the same struct thread variable, with the function “k_thread_create”. When the function is called, the system is stuck. Has anyone
ØHowever, it seems not possible to restart the same thread with the same struct thread variable, with the function “k_thread_create”. When the function is called, the system is stuck. Has anyone
|
By
Boie, Andrew P
·
#1482
·
|
|
Re: How to detect a thread is aborted and restart it?
Another question still related to thread problem: now I can usefn_abort to detect a thread was forcibly aborted due to something wrong. However, it seems not possible to restart the same thread with
Another question still related to thread problem: now I can usefn_abort to detect a thread was forcibly aborted due to something wrong. However, it seems not possible to restart the same thread with
|
By
Li, Jun R
·
#1481
·
|
|
multithread problem in zephyr application
Hi everyone,
I got a strange issue on my multi-threaded application. Sometimes, my application crashes due to the error like below:
Executing thread ID (thread): 0x20000c4c
Faulting
Hi everyone,
I got a strange issue on my multi-threaded application. Sometimes, my application crashes due to the error like below:
Executing thread ID (thread): 0x20000c4c
Faulting
|
By
Li, Jun R
·
#1480
·
|
|
Re: Zephyr issue tracking system moved to Github
Hello,
[]
Thanks for acking. As a follow-up, I went and deleted the "area: Net
Protocols" label.
However, when checking stats above, I looked at only pull request
numbers, but labels are also used
Hello,
[]
Thanks for acking. As a follow-up, I went and deleted the "area: Net
Protocols" label.
However, when checking stats above, I looked at only pull request
numbers, but labels are also used
|
By
Paul Sokolovsky
·
#1479
·
|
|
Re: BLE Nitrogen
nRF52832 UART is connected to NXP front end chip and works correctly through CDC driver. I can communicate with nRF52 with no problem.
I changed the board file and set correct LED and UART pins.
nRF52832 UART is connected to NXP front end chip and works correctly through CDC driver. I can communicate with nRF52 with no problem.
I changed the board file and set correct LED and UART pins.
|
By
Zarkhin, Gene <Gene_Zarkhin@...>
·
#1478
·
|
|
Re: BLE Nitrogen
> Well, board configuration is different, different pins are used for LEDs, buttons and UART, but from BLE point of view everything should be the same, correct?
Can you check how you configured
> Well, board configuration is different, different pins are used for LEDs, buttons and UART, but from BLE point of view everything should be the same, correct?
Can you check how you configured
|
By
Puzdrowski, Andrzej
·
#1477
·
|
|
Re: unique ID for flash devices
Hi Marti
Of course the providing of substitute of flash_area primitives is intermedium step for adding other modules. I will adapt mynewt FCB (Flash Circular Buffer) to zephyr, I will take mynewt
Hi Marti
Of course the providing of substitute of flash_area primitives is intermedium step for adding other modules. I will adapt mynewt FCB (Flash Circular Buffer) to zephyr, I will take mynewt
|
By
Puzdrowski, Andrzej
·
#1476
·
|
|
Re: what's the status of cmake build system
It is possible to subscribe to this issue to stay in-the-loop.
https://github.com/zephyrproject-rtos/zephyr/issues/4687
________________________________________
Sent: Tuesday, 12 December 2017
It is possible to subscribe to this issue to stay in-the-loop.
https://github.com/zephyrproject-rtos/zephyr/issues/4687
________________________________________
Sent: Tuesday, 12 December 2017
|
By
Sebastian Boe
·
#1475
·
|