I have modified the NUS-CDC application for the Dongle so that I can now scan, report available Peripherals, and connect to a specific one. I need to be able to cleanly disconnect...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine if all of the power components are required.
The nPM1300 appears to provide...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine the best approach to antenna tuning.
On the original Thingy 91, it uses the...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine if we can use one Ignion antenna, shared for the LTE and GPS.
On the original...
I'm working on an nRF device (S112 SoftDevice) that acts as a connectable peripheral to an iOs central. The application only has data to transfer every 5 minutes, so I'm trying...
I was wondering how I can update my current code (see below) to reuse a single socket for multiple HTTPS requests, rather than opening and closing a socket for each HTTPS...
Hi,
Our team is interested in WiFi location service in Cloud Services.
https://www.nordicsemi.com/Products/Cloud-services/Location-Services
However, under the WiFi...
I am really puzzled by this and although I've read all the relevant answers in the Q/A I'm still unable to do the following:
do non-selective scanning with central device...
i can not re-download application by keil4
i download softdevice and the application to Equipment by nrf51422 then it can works
but when i disconnect usb line and connect...
i want to use codeblocks to compile and download program to nrf51422
so i try to compile example in keil/ARM by codeblocks
then it always show up error
like this
" C:...
Hello all, I have implemented own bond manager with saving context to flash on nRF51422 SD110.
The problem is in getting IRK and creating a whitelist with it after disconnection...
my dk board is nrf51422 and nrf 52382,
the central role is nrf51422, and the peripheral role is 52382.
my sdk version of 52422 is 10.0.0 and 0.9.2 for 52382
the project...
I'm trying to get a module with an NFR24L01+ on board to send a simple data transmission from a pic micro but after a couple of days of trying various combinations without...
i find that the macro APP_ERROR_CHECK call the macro APP_ERROR_HANDLER
do \
{ \
const uint32_t LOCAL_ERR_CODE = (ERR_CODE); \
if (LOCAL_ERR_CODE != NRF_SUCCESS) \...
HI all:
Because the application code is relatively small, bootloader is used dual_bank_mode, but now the application code becomes large, OTA can not upgrade, I would like...
My PCA10001 board is getting detected in nRFgo studio and i can even program it but its COM port is not getting detected in device manager.
I dont know what happened but...
Hello Nordic--
We're most of the way through qualification testing on an nrf51822 and the testing house had a question about the PIXIT values for RF-PHY testing. I sent...
Hi,
I find three different states that is related to DFU and app_button libary.
1, no DFU(that is no bootloader), but using app_button libary, there is no 0.9mA current...
Hi. I use the 'sdk 6' and 's110_nrf51822_7.1.0_softdevice'.
I would like to add security.
I tried to passkey. If i enter passkey, it is possible to bond. but It is not...
Hi all,
I can control volume up/down, music play/pause with the ble_hids module.
static uint8_t report_map_data[] =
{
0x05, 0x0c, // Usage Page (consumer device)
0x09...
Hi.
I'm currently trying to buffer data from beacon interrupt.
So, I choose to use circular buffer.
Before implementing it myself, I could find that there's already...