What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
I have a eval board pca10040 and a custom board both having nrf52832 chip, on the eval board the nrf_sdh_enable_request function calls happens successfully with error code...
Hi Folks,
I am trying to get some data to persist past a reboot. I noticed the ram_retention_pca1004 example and it showed a simple assignment of:
NRF_POWER->GPREGRET...
Using SDK15.2 example ble_app_hrs, i need to transfer custom messages and values to the phone app so i want to use ble_nus service, i did everything as in the example ble_app_uart...
This PAN states:
"Conditions • GPIOTE is configured in event mode • TWIM/SPIM utilizes EasyDMA"
What is not completely clear are these two separate conditions? Or do both...
Hi,
I am using the 2 NRF52840 boards, rev 1. I am using SDK 15.2. The first board is running the NRFX_SPIM example. The second board is running the SPIS example. The rx_delay...
Hi,
I am trying to combine TWI and SPI peripherals to the ble_app_uart exmaple in SDK 15.2
I am facing the following error
.\_build\nrf52840_xxaa.axf: Error: L6200E...
Hi,
I'm exploring the HID keybaord example of nrf5 SDK V12.3.0, and get a problem:
I first connect my iphone to the device, and it's working, if the device is 'ignored...
I am working on a linux vm 16.04 and playing with the pc-ble-drive-js library. I recently got the board up and running and started looking at the heart_rate_collector example...
Hi,
without providing too much code right away, I would like to ask how I could circumvent AT command interface hangups. My current test application calls AT commands like...
Hi there,
I'm looking forward to improve our firmware in terms of power consumption. Therefore we would like to use Power Debugging mechanism which is support by IAR Workbench...
The example projects I am referring to is located here:
nRF5_SDK_15.2.0\examples\iot\mqtt\lwip\subscriber\pca10056\s140\ses\iot_lwip_mqtt_subscriber_pca10056_s140
nRF5_SDK_15...
Hi all,
I successfully ported the Semtech’s LoRaMac-node (from official GitHub, master branch) to a custom assembly of two dev boards : the NRF52832 (Dev Kit PCA10040) from...
Hi,
I am trying to use UART interface on a nRF9160DK board to connect a rs-232 to rs-485 module for the purpose to make nRF9160DK a Gateway.
But I have no idea where to...
Hi,
Are there any known Android bugs where Android should not bond, but does? I have tried searching the web without too much success.
My central device is an older Android...
Hi,
Is it possible to add scan response with extended advertisement packet?
When I try to add scan response, then I got error NRF_ERROR_INVALID_PARAM.
I am using a nRF52840...