Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
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 am facing an issue in writing data to a register of my bmp388 sensor using I2C.
If I fill my transmit buffer of 2 bytes in following way , tx_buf[] = {register_address...
hi support team,
i was testing this this example " http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/nrf/samples/nrf5340/netboot/README.html#nc-bootloader "
i...
Hello all,
We are trying to implement coexistence between BLE and Bluetooth mesh.
After following the Nordic coexistence tutorials, our program builds fine using both...
I have worked with the nRF51822 and the nRF51 DK and used the pc-ble-driver on the nRF52840 dongle. Now all I am interested in the BTLE development, not mesh. I found out...
Hi
I did some experiments with the GATT capabilities of the S140 7.2.0 softdevice. An experiment that I did showed a behavior that is not as I would expect it.
Steps to...
hi professor,
I use the zephyr spi driver to control spi nand flash.I want to send two bytes and read 3 bytes. But between write and read time sequence there are 10us delay...
I'm testing nRF Mesh on nRF52840 chip, I used P1.10 for LNA pin and P1.13 for PA pin, I tried to config but it not worked. how to fix it?
static mesh_pa_lna_gpiote_params_t...
Dear support team
Please note my sample application code attached, and the trace of the I2C transmission
I am facing the issue that the twi driver does not write more...
Now I am using nRF52840 I want to get data from a sensor via SPI. I configured the SPI pins like this P0.11 -> SPI_CS P0.12 -> SPI_MOSI
Actually, I couldn't get any data...
Hi Nordic-Support,
I am trying to figure out how the boards in ncs/nrf (e.g. thingy91_nrf9160) are made available for applications. I cannot see how they are added to the...
Hello,
I would like to take a photo and send it via Zigbee to another on nRF52840. Just a single image that is around 600x480 sizes. What interfaces can I use for that purpose...
hi,
i am including spi in ble_uart program .i am getting error "'NRF_DRV_SPI_INSTANCE_0' undeclared here (not in a function); did you mean 'NRF_DRV_SPI_INSTANCE_'?".