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...
Hi,
The 'nRF Connect' SDK (v1.4.99-dev1) sample OpenThread CLI is programmed to receive 'ot' commands from UART console. When configured with multi-protocol support, the...
Hello,
I have a problem that sometimes the supl_client_session() function halts the system by not finishing and ending the session while getting the timeout expired SUPL...
Hi
I can't find fwid for sd132 7.2
|s132_nrf52_5.0.0|0x9D| |s132_nrf52_5.1.0|0xA5| |s132_nrf52_6.0.0|0xA8| |s132_nrf52_6.1.0|0xAF| |s132_nrf52_6.1.1|0xB7| |s132_nrf52_7...
Hi there,
Our team is developing an application based on the nRF5340-DK - we are developing on the DK while our hardware is in transit. Our schematic largely follows the...
Hello, I use the internal crystal, the application in my board runs normally and it shows the board is in fast advertising state. However, I can't find bluetooth signal through...
I'm running the Zephyr hci_usb sample on a nRF52833DK to see if I can use it as a Bluetooth dongle on my Ubuntu dev machine. It appears as /dev/ttyACM0, so:
sudo btmon ...
Dear Nordic,
I have a BLE mesh product that is in pre-production. The mesh gateway is composed of an nRF9160 and nRF52840 with a UART link connecting them. The nRF52840...
Hi,
I have updated nRF Mesh to 3.1.0 version (iOS), but I can not see any field for reading sensor values. I set app key and publish/subscribe addresses for sensor server...
Disclosure. I am new to firmware develoment. My experience is in cloud development.
I just bought a Thingy91. I registered online using nRF Cloud. The modem communicates...
I want to use a timer to get a fixed time interval, so I use a 32-bit timer to count from 0 to 10000, and use PPI to clear the counter when it is captured to 10000, such as...
I'm using Softdevice S132 V 7.0.2 with nrf52832 module. Project is in Segger Studio. Project runs in debug configuration as in debug or in non-debug mode. When changing to...
Hi, I want to run hci_usb as a USB dongle, and use the CONFIG_BT_LL_SW_SPLIT software based link layer controller on nrf52840dk
But somehow once config as CONFIG_BT_LL_SW_SPLIT...
nrf_ble_ancs_c.h has hardcoded max attribute length of 32 (BLE_ANCS_ATTR_DATA_MAX).
1) BLE_ANCS_ATTR_DATA_MAX mainly seems to be used to allocate the size of the app_id...
I'm working on an nRF5340 based design and using the nRF5240DK to get started.
I would like to have an immutable first stage boot loader, an updatable MCUBoot boot loader...
Are there any suggestions for creating slightly customized versions of the immutable and MCUBoot boot loaders?
Currently I'm using CONFIG_SECURE_BOOT=y & CONFIG_BOOTLOADER_MCUBOOT...