|
Buggy PWM driver for nRF52
Hello World !!
I've added following lines in my project main ()
pwm_dev = device_get_binding(PWM_DRIVER);
if (!pwm_dev)
{
printk("Cannot find %s!\n", PWM_DRIVER);
Hello World !!
I've added following lines in my project main ()
pwm_dev = device_get_binding(PWM_DRIVER);
if (!pwm_dev)
{
printk("Cannot find %s!\n", PWM_DRIVER);
|
By
Vikrant More <vikrant8051@...>
·
#1712
·
|
|
Re: Power Configuration of nrf52840
Hi,
Yes, I'm working in high voltage mode. VDDH = 3.6V
Then, I added following lines
NRF_POWER->DCDCEN0 = 0x01; // Enabling DC/DC for stage REG0
NRF_POWER->DCDCEN = 0x01; // Enabling DC/DC for
Hi,
Yes, I'm working in high voltage mode. VDDH = 3.6V
Then, I added following lines
NRF_POWER->DCDCEN0 = 0x01; // Enabling DC/DC for stage REG0
NRF_POWER->DCDCEN = 0x01; // Enabling DC/DC for
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#1711
·
|
|
Re: Power Configuration of nrf52840
Hi
So you must have supplied nRF52840 from VDDH pin – so it power regulator circuit works in high voltage mode.
Then internal regulator generate the GPIO output voltage:
You need to set
Hi
So you must have supplied nRF52840 from VDDH pin – so it power regulator circuit works in high voltage mode.
Then internal regulator generate the GPIO output voltage:
You need to set
|
By
Puzdrowski, Andrzej
·
#1710
·
|
|
Re: Bluetooth Mesh: Bad values for continuous scan
Hi Paul,
FYI. The below two PRs should be merged soon into upstream master, could you please re-run your analysis and let me know if there has been any improvement?
Improved radio utilization
Hi Paul,
FYI. The below two PRs should be merged soon into upstream master, could you please re-run your analysis and let me know if there has been any improvement?
Improved radio utilization
|
By
Chettimada, Vinayak Kariappa
·
#1709
·
|
|
Power Configuration of nrf52840
Hello everyone !!!
I'm working with custom PCB of nrf52840. I need to set VDD voltage which is also GPIO high level voltage equals to 3.3V, otherwise it's 1.8V by default.
How can I configure this?
Hello everyone !!!
I'm working with custom PCB of nrf52840. I need to set VDD voltage which is also GPIO high level voltage equals to 3.3V, otherwise it's 1.8V by default.
How can I configure this?
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#1708
·
|
|
Re: Building Zephyr like there's no CMake
Hi Paul,
By
Carles Cufi
·
#1706
·
|
|
Building Zephyr like there's no CMake
Hello,
This post is long overdue, it should have been posted at the time of
1.10 release. It's possible that now it's not much relevant for many
people which undergo a pain^W chore^W process of
Hello,
This post is long overdue, it should have been posted at the time of
1.10 release. It's possible that now it's not much relevant for many
people which undergo a pain^W chore^W process of
|
By
Paul Sokolovsky
·
#1705
·
|
|
Re: [RFC] Issues with Zephyr Sensors API and ways to resolve them
Hello,
Paul Sokolovsky <Paul.Sokolovsky@...> wrote:
As a follow-up, the arguments for millimeter -> meter switchover were
posted
Hello,
Paul Sokolovsky <Paul.Sokolovsky@...> wrote:
As a follow-up, the arguments for millimeter -> meter switchover were
posted
|
By
Paul Sokolovsky
·
#1704
·
|
|
DHT22 Sensor driver
Hi everyone!
We are working on a PoC using SDK Nordic nRF52 + Aosong AM2302 sensor + Zephyr. The AM2302 sensor works like DHT22 that is already implemented in Zephyr, but due to some reason, our
Hi everyone!
We are working on a PoC using SDK Nordic nRF52 + Aosong AM2302 sensor + Zephyr. The AM2302 sensor works like DHT22 that is already implemented in Zephyr, but due to some reason, our
|
By
Primini
·
#1703
·
|
|
[RFC] Introduction of Virtual Filesystem Interface in Zephyr
Hello,
In the current Zephyr tree, we have support for FATFS and NFFS support but they are mutually exclusive i.e we cannot have both filesystems mounted at the same time.
Also, we don't have the
Hello,
In the current Zephyr tree, we have support for FATFS and NFFS support but they are mutually exclusive i.e we cannot have both filesystems mounted at the same time.
Also, we don't have the
|
By
Pallala, Ramakrishna <ramakrishna.pallala@...>
·
#1702
·
|
|
Re: [Zephyr-users] RPI 3 bluez recipe
Hi Vikrant,
Thanks. Can you share how to apt-get all the dependencies?
Look closely at mesh/*.json, I don't think it should be the default provision database. For example, how could IVindex start
Hi Vikrant,
Thanks. Can you share how to apt-get all the dependencies?
Look closely at mesh/*.json, I don't think it should be the default provision database. For example, how could IVindex start
|
By
Hongjian Fan <fan@...>
·
#1707
·
|
|
(#BluetoothMesh) just binding APP-key allow SRV to process the message
Using #meshctl I gave following commands to BOARD_1
appkey-add 1
bind 0 1 1000
bind 0 1 1001
bind 0 1 1002
bind 0 1 1003
sub-add 0100 c000 1000
sub-add 0100 c001 1000
pub-set 0100 c000 1 0 5
Using #meshctl I gave following commands to BOARD_1
appkey-add 1
bind 0 1 1000
bind 0 1 1001
bind 0 1 1002
bind 0 1 1003
sub-add 0100 c000 1000
sub-add 0100 c001 1000
pub-set 0100 c000 1 0 5
|
By
Vikrant More <vikrant8051@...>
·
#1701
·
|
|
(#BluetoothMesh) just binding APP-key allow SRV to process the message
Using #meshctl I gave following commands to BOARD_1
appkey-add 1
bind 0 1 1000
bind 0 1 1001
bind 0 1 1002
bind 0 1 1003
sub-add 0100 c000 1000
sub-add 0100 c001 1000
pub-set 0100 c000 1 0 5
Using #meshctl I gave following commands to BOARD_1
appkey-add 1
bind 0 1 1000
bind 0 1 1001
bind 0 1 1002
bind 0 1 1003
sub-add 0100 c000 1000
sub-add 0100 c001 1000
pub-set 0100 c000 1 0 5
|
By
Vikrant More <vikrant8051@...>
·
#1700
·
|
|
Re: [Zephyr-users] RPI 3 bluez recipe
follow my steps on mailing list.
I also faced same problem initially.
Plz re-initiate the entire process as follow
1) git clone git://git.kernel.org/pub/scm/bluetooth/bluez.git
2) rename it to
follow my steps on mailing list.
I also faced same problem initially.
Plz re-initiate the entire process as follow
1) git clone git://git.kernel.org/pub/scm/bluetooth/bluez.git
2) rename it to
|
By
Vikrant More <vikrant8051@...>
·
#1699
·
|
|
Re: Zephyr porting for Cortex R8
Hi Vladimir,
We’ve changed the way Kconfig is handled and now it should no longer prompt for new options at all, it should simply assign them empty.
This was done on the 3rd of January, so
Hi Vladimir,
We’ve changed the way Kconfig is handled and now it should no longer prompt for new options at all, it should simply assign them empty.
This was done on the 3rd of January, so
|
By
Carles Cufi
·
#1698
·
|
|
Re: Zephyr porting for Cortex R8
Hi,
you are running into these two issues:
https://github.com/zephyrproject-rtos/zephyr/issues/5426
https://github.com/zephyrproject-rtos/zephyr/issues/1464
The important line is:
"External
Hi,
you are running into these two issues:
https://github.com/zephyrproject-rtos/zephyr/issues/5426
https://github.com/zephyrproject-rtos/zephyr/issues/1464
The important line is:
"External
|
By
Sebastian Boe
·
#1697
·
|
|
Re: Zephyr porting for Cortex R8
Hi Carles,
Thank you for your prompt response.
Actually , I remove build folder and run cmake each time. I run the following commands
clear && rm -fr * && cmake -DBOARD=fabrico ../.. && make.
Hi Carles,
Thank you for your prompt response.
Actually , I remove build folder and run cmake each time. I run the following commands
clear && rm -fr * && cmake -DBOARD=fabrico ../.. && make.
|
By
Vladimir Podbrezsky <vladp@...>
·
#1696
·
|
|
Re: Zephyr porting for Cortex R8
Hi Vladimir,
Try a fully clean build first. Remove your build folder completey and run cmake on an empty folder.
Also, are you basing your changes on the latest master? If you don’t then
Hi Vladimir,
Try a fully clean build first. Remove your build folder completey and run cmake on an empty folder.
Also, are you basing your changes on the latest master? If you don’t then
|
By
Carles Cufi
·
#1695
·
|
|
Zephyr porting for Cortex R8
Hello,
I try to port Zephyr RTOS for running on Cortex R8 processor and our privet board.
I created all needed files described in following links
http://docs.zephyrproject.org/porting/arch.html
Hello,
I try to port Zephyr RTOS for running on Cortex R8 processor and our privet board.
I created all needed files described in following links
http://docs.zephyrproject.org/porting/arch.html
|
By
Vladimir Podbrezsky <vladp@...>
·
#1694
·
|
|
(No subject)
"can i built bluetooth mesh network with esp32 if i use zephyr os into it"
"can i built bluetooth mesh network with esp32 if i use zephyr os into it"
|
By
AMIT GARG <amit.garg@...>
·
#1693
·
|