We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
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_'?".