Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
Hi
I am using NRF5340 chip in my custom board to communicate serially with an external device whose data length is more than 128 bytes.
The chip can receive 243 bytes...
I am looking for the examples for the SDK. I installed SDK 1.9.1 through the Toolchain Manager and see the directory "users/my_user_name/ncs/v1.9.1" Supposedly this is where...
Hi,
In Openthread's Coap_client sample, Following 2 libraries are there:
and while compiling my code I get multiple warning regarding to above 2 libraries.
Following...
Hi,
I have problem to use bmi160 library with nrf5340 in spi connection.
I use the example application zephyr/samples/sensor/adxl372 and change the sensor to bmi160 (...
Hi DevZone ! Here is my issue: I use to work with VSCode and nRF Connect for desktop for a few months now. Early on Monday, I did uninstall all my dev environment (VSCode...
Hi,
is there any way to get a Pin to a defined "high" without vdd-gpio ref?
In our situation the NRF9160 Power is a Battery with 4,1V and the VDD-GPIO is 3,3V with a regulator...
I created two build configurations a Debug and a Release in SES IDE.
Build > Build Configurations...
I wanted to select the DEBUG_OPTIMIZATIONS level for the Debug build...
This is a continuation of the topic here that is now closed
https://devzone.nordicsemi.com/f/nordic-q-a/85590/nrf9160-azure_iot_hub-change-dps-username-during-run-time ...
Hi, I want to update the modem firmware devices(in the field).I am using nRfconnect sdk 1.5.0 and hardware is brf9160 SICA B1 . current modem firmware is 1.2.3 . I tried to...
I tried to define an event as in attached figure. During Build, the error in the as shown in the attached imageoccurs. Where to define Log Configurations ? I ading custom...
cpu info:nrf5340
software:nrf connect sdk 1.6.1
hi professor,
In the uart interrupt I call k_fifo_put to trigger rx process thread but it is not take effect.What person...
Hi,
we are developing a system based on device with nRF52840 S140 ( central and pheripheral).
We developed on both side a custom service.
System is working fine bonding...
I'm new to the Bluetooth mesh world and I'm trying to change some basic configuration parameters during runtime, by modifying the Light Switch example. I've searched around...
Hello,
We are using Zephyr v2.6 and nRF51822 SoC in our project.
Because we are porting the code from the SDK environment into the Zephyr environment, we decided to use...
Hello everyone,
in the last chapter of
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4...