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...
Hi, My Lord. When I run the example, I use short-name(BLE_ADVDATA_SHORT_NAME) advertising always "Fatal error",It's no use reducing payload.
On the other hand, how to add...
Dear experts..
I'm currently developing and testing nRF52832 application with nRF52-DK.
This are three questions about "actual" advertising packet length on air.
First...
1.HOW TO enable a node relay , friend,proxy or low power ability ?
2.if node A publish a message to a GROUP ADDRESS(0XC001) for node B( subscribeed this group address) ...
I looked at the nRF91_DK_User_Guide and it is very confusing to understand how to set up the board for current measurements. The figure says to solder SB44 and SB45 but the...
Hello,
As of today, April 17th 2019, I am using latest version of SDK and SES. I am using Jlink from nRF51DK and a nRF52832 module bought from ebay.
I tested several examples...
extern void bsd_recoverable_error_handler(uint32_t error) AND
extern void bsd_irrecoverable_error_handler(uint32_t error); Will return various error codes - is there a list...
I'm trying to use the NUS to send data over from NRF52 dev kit to the NRF Connect app. Using Putty for UART works fine. Now I adapted to read out ADC values from 2 ADC ports...
Hi, can someone tell me what chip this is and where I can find the data sheet? Or at least if this is a custom fabrication, what chip from Nordic is it based off of? Thanks...
Hello,
I am using ble_app_uart_c example for my nRF52832 based central application. I would like to modify Tx Power and MODE of my device.
As per datasheet, I should write...
I'm finding above examples in SDK example file. but, can't find.
where the perfectly tutorials?? It's too hard for me only refer to the library's code.
I cannot config...
It has possible to add iBeacon advertising structure to add ble_app_blinky example code. I'm implement connectable iBeacon advertising every 5second it's connected nrf connect...
According to some benchmarks shown here: https://www.novelbits.io/bluetooth-5-speed-maximum-throughput/ , I should be able to get a connection speed of around 120,000 bytes...
Hi,
could you please tell where can I find a table showing all the NVIC interrupt vectors?
I searched in the nRF52840 datasheet but I did not find something relevant ...
Hi,
I am using an nrf52840 on a custom board with the 6.0 softdevice and 15.0 sdk. The I2C bus is running at 400khz.
I am reading 4 bytes on the i2c bus. The initial write...