Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I'm having issues installing antlib 1.1b0 on my windows 10 machine when using pipenv on Python 3.7.5 (32bit)
I can get antlib to install when not using pipenv but for some...
Hello all,
I am working on a custom application that requires gps, https post requests, SPI, and CAN, and I am having trouble adding source and header files to my project...
So I am expanding the Thingy to have a CSCS, I have the service visible in nRF Connect with the only problem being that CSC Measurement is reporting no values (see image below...
Hi,
I'm using the ant_broadcast_rx example for my nRF51422 with S310 softdevice sdk 10.0.0. I've configured and changed all parameters of the example to make it work with...
Hello,
I have several custom 52832 bords that until recently worked fine with SDK15.
Yestrday I started experimenting with nrfConnect and flashed some Zephyr examples...
Following the the Getting Started guide in the Asset tracker cloud example, I get the following error when trying to print the MQTT end point:
ERROR info failed! ERROR Error...
I know user nrfutil settings generate to get the bootloader settings:
e.g. IN SDK14.0/IC:nrf52832, I user the following command generate the bootload settings file:
nrfutil...
Hello,
My application is based on nrf52832 and ble_uart example. I recently added system off function when long pressed BUTTON_1 successfully. To do that I slightly changed...
The Nordic SDK provides headers for a finite state machine, queue, ringbuffer and other utilities in the 802_15_4 library in nRF5_SDK_17.0.2_d674dde/components/802_15_4/api...
Hello,
I'm developing firmware for nRF52832 with FreeRTOS, I would like to use TWI to access to an external memory. Every time I try to use "nrf_drv_twi_tx" function i get...
Hello,
Is it possible to get more information on how the NWK Frame counter is stored in NVRAM. I can see fragments of code from zb_nrf52_nvram.c I see that it uses nrf_fstorage_write...
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...