Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
Hi there,
I have set up the nRF2427 with the nRFgo Starter Kit motherboard (nRF6700). The motherboard is recognized and I have all of the 2.4GHz options available. I would...
Hello,
I am working on the nrf52832 board with SDK16.
I am using a custom BLE example.
My TWI and BLE code work ok individually but when I integrate them it does not...
Using S132 v7.2, I'm getting a hard fault at PC 0x00015810 (I see the flag set in SEGGER, and the console outputs a SOFTDEVICE ASSERT FAILED error) that I'm working on manually...
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...