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...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0 Hello. In my project, I want to make sure that my project always works during power on. How can I check if my project can...
I am using a nRF52832 with a LISD3H accelerometer. When I initialize the twi driver, I see a ~250 uA increase in current. I was hoping to initialize the twi driver, enable...
Hello,
I use nRF52832 and SDK 17.02.
I use app_button library to detect and handle button pressing.
Everything works fine except that I have a testcase that is to...
We have a very simple application with an out-of-tree driver that is working fine with NCS 2.0.2.
However, changing to NCS 2.1.0 or 2.1.1 results in a DTS error:
(the...
I am working on a project that uses image differentiaton,person/animal detection, etc. To accomplish this, I can either use OpenCV library or use TinyML lite. The problem...
Hi Nordic:
Maybe it isn't a really question. When I try to make an error check, I get two types of error checks, ERROR_CHECK() and APP_ERROR_CHECK(). It seems to be the...
We would like the Fjorden Grip also to trigger the native iOS camera's shutter button, via sending a “volume up” command—similar to selfie sticks, which however use classic...
I was working and testing protobuf using the zephyr example (nanopb) on 1.9.1 SDK. but in build step fails with this error: ModuleNotFoundError: No module named 'google':...
We would like to use an external oscillator instead of External crystal. Is it possible to use external oscillator? If yes to which pin it should the clock be connected ?...
Hello Community,
My customer has design a custom board using NRF52832-QFAB MCU. They have also written application firmware as per product need.
Now, Customer wants...
Greetings,
I recently started working with the NCS and successfully modified the peripheral_uart sample to read data form an I2C sensor and send it via BLE
I wanted...
I was using sdk 1.9.1 into my project and every things waking prefect which use openthread. I took the same project and build it in latest version ( sdk v2.1.1 ). when I flash...
We have created a zigbee custom sleepy end device with the base from light switch example. We are able to perform most of the operations successfully.
We have set the following...
in main.c, you have this code
but if you set CONFIG_BT_NUS_SECURITY_ENABLED=n in the prj.conf file, then there are #defines that will prevent the definition of the...