|
nrf52840_pca10059 startup
Where are you applying the 3V? to VDD_nRF or VBUS_nRF? VBUS_nRF has a min, typ. and max of 4.35, 5, and 5.5 Volts. Can you measure the VDD_nRF, when you have the dongle plugged to USB port? I dont hav
Where are you applying the 3V? to VDD_nRF or VBUS_nRF? VBUS_nRF has a min, typ. and max of 4.35, 5, and 5.5 Volts. Can you measure the VDD_nRF, when you have the dongle plugged to USB port? I dont hav
|
By
Chettimada, Vinayak Kariappa
· #5035
·
|
|
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 h
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 h
|
By
Chettimada, Vinayak Kariappa
· #5022
·
|
|
nrf52840_pca10059 startup
Something you mention about using NRF52832 configuration, why would you want to use that on nRF52840 SoC? You mention blinky as the example, is that the application you have trouble with? We tried tha
Something you mention about using NRF52832 configuration, why would you want to use that on nRF52840 SoC? You mention blinky as the example, is that the application you have trouble with? We tried tha
|
By
Chettimada, Vinayak Kariappa
· #5018
·
|
|
nrf52840_pca10059 startup
Hi, I may have introduced a regression (bisected to) in 26d22b0075cf5a71f13958ec1f2727ac7167eca4 I notice that hci_usb sample fails to enumerate the bluetooth class device. Will get back when I have s
Hi, I may have introduced a regression (bisected to) in 26d22b0075cf5a71f13958ec1f2727ac7167eca4 I notice that hci_usb sample fails to enumerate the bluetooth class device. Will get back when I have s
|
By
Chettimada, Vinayak Kariappa
· #5011
·
|
|
[Zephyr-users] [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
· #5005
·
|
|
[Zephyr-users] [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 inspiration. o
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 inspiration. o
|
By
Chettimada, Vinayak Kariappa
· #5002
·
|
|
Enable SPI driver on nrf52840
Hi Chuck, All that I am sayings is, do not modify your repository, do not add anything to prj,conf file. execute cmake, then either use make or ninja for the target config or menuconfig. Then you get
Hi Chuck, All that I am sayings is, do not modify your repository, do not add anything to prj,conf file. execute cmake, then either use make or ninja for the target config or menuconfig. Then you get
|
By
Chettimada, Vinayak Kariappa
· #4987
·
|
|
Enable SPI driver on nrf52840
Hi Chuck, I do not understand “menuconfig will not run on the project”, you may want to check your toolchain requirements and/or make a clean build, check that cmake command for the board and applicat
Hi Chuck, I do not understand “menuconfig will not run on the project”, you may want to check your toolchain requirements and/or make a clean build, check that cmake command for the board and applicat
|
By
Chettimada, Vinayak Kariappa
· #4985
·
|
|
bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi Johan, It is nothing to do with controller privacy, its just that advertiser is active and by BT Spec. “If the Host issues this command when scanning or legacy advertising is enabled, the Controlle
Hi Johan, It is nothing to do with controller privacy, its just that advertiser is active and by BT Spec. “If the Host issues this command when scanning or legacy advertising is enabled, the Controlle
|
By
Chettimada, Vinayak Kariappa
· #4983
·
|
|
bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi, Could you please turn off the controller privacy feature and check if you still face issues? CONFIG_BT_CTLR_PRIVACY=n This is to narrow down the locality of the problem, just suspecting some race
Hi, Could you please turn off the controller privacy feature and check if you still face issues? CONFIG_BT_CTLR_PRIVACY=n This is to narrow down the locality of the problem, just suspecting some race
|
By
Chettimada, Vinayak Kariappa
· #4980
·
|
|
Enable SPI driver on nrf52840
Hi, The drivers are not experimental, you can use both I2C and SPI. Have you tried different instances of the peripherals? i.e. I2C_0 and SPI_1 ? If you are facing an issue, do provide details of your
Hi, The drivers are not experimental, you can use both I2C and SPI. Have you tried different instances of the peripherals? i.e. I2C_0 and SPI_1 ? If you are facing an issue, do provide details of your
|
By
Chettimada, Vinayak Kariappa
· #4958
·
|
|
how to configre the default baudrate of hci_uart sample? #ble #nrf52832#hci_uart #ble #nrf52832#hci_uart
#ble
Update the nrf52_pca10040.overlay file. For your custom board, place a new file <custom_board>.overlay file in your application folder with the desired DT settings/overrides. https://github.com/zephyr
Update the nrf52_pca10040.overlay file. For your custom board, place a new file <custom_board>.overlay file in your application folder with the desired DT settings/overrides. https://github.com/zephyr
|
By
Chettimada, Vinayak Kariappa
· #4936
·
|
|
How to update Zephyr kernel to the newest version
#gettingstartedguide
Hi, If you have changes or commits, then # git pull –rebase origin Or if no changes and want to have a near fresh clone then, # git fetch –all -p # git reset –hard origin/master Regards, Vinayak PS: t
Hi, If you have changes or commits, then # git pull –rebase origin Or if no changes and want to have a near fresh clone then, # git fetch –all -p # git reset –hard origin/master Regards, Vinayak PS: t
|
By
Chettimada, Vinayak Kariappa
· #4933
·
|
|
zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
This is your custom board, please verify that all UART lines, Tx, Rx, RTS, and CTS are wired correctly to your converter, correct buad rate and hardware flow control is used.
This is your custom board, please verify that all UART lines, Tx, Rx, RTS, and CTS are wired correctly to your converter, correct buad rate and hardware flow control is used.
|
By
Chettimada, Vinayak Kariappa
· #4930
·
|
|
HCI Interface UART//USB
Could you please refer to http://docs.zephyrproject.org/1.9.0/getting_started/installation_linux.html If you still face issues, please let me know. You can use native linux toolchain, but its lot more
Could you please refer to http://docs.zephyrproject.org/1.9.0/getting_started/installation_linux.html If you still face issues, please let me know. You can use native linux toolchain, but its lot more
|
By
Chettimada, Vinayak Kariappa
· #4904
·
|
|
HCI Interface UART//USB
Hi Kavin, Depending on the Zephyr release you are using, pre v1.10 releases used KBuild and Post use cmake. You will need to use the documentation for that release. If you are on the v.1.9, please try
Hi Kavin, Depending on the Zephyr release you are using, pre v1.10 releases used KBuild and Post use cmake. You will need to use the documentation for that release. If you are on the v.1.9, please try
|
By
Chettimada, Vinayak Kariappa
· #4903
·
|
|
HCI Interface UART//USB
Hi Kavin, There is a white paper which gives a short overview of the Zephyr project, describes in what cases you should consider using the Zephyr Bluetooth LE Controller instead of one of Nordic Semic
Hi Kavin, There is a white paper which gives a short overview of the Zephyr project, describes in what cases you should consider using the Zephyr Bluetooth LE Controller instead of one of Nordic Semic
|
By
Chettimada, Vinayak Kariappa
· #4898
·
|
|
HCI Interface UART//USB
Did you receive? ... https://lists.zephyrproject.org/g/users/message/991
Did you receive? ... https://lists.zephyrproject.org/g/users/message/991
|
By
Chettimada, Vinayak Kariappa
· #4897
·
|
|
printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Lars, You can try CONFIG_RTT_CONSOLE=y in your prj.conf to get your printf on the segger RTT. i.e if you don’t want to wire up the UART. Regards, Vinayak
Hi Lars, You can try CONFIG_RTT_CONSOLE=y in your prj.conf to get your printf on the segger RTT. i.e if you don’t want to wire up the UART. Regards, Vinayak
|
By
Chettimada, Vinayak Kariappa
· #4884
·
|
|
printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Lars, I am assuming you have connected (wire) the configured Tx and Rx lines from your Thingy52 board to the DK’s TXD (P0.06) and RXD (P0.08) lines, at the least for the UART? Regards, Vinayak
Hi Lars, I am assuming you have connected (wire) the configured Tx and Rx lines from your Thingy52 board to the DK’s TXD (P0.06) and RXD (P0.08) lines, at the least for the UART? Regards, Vinayak
|
By
Chettimada, Vinayak Kariappa
· #4882
·
|