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,
When I look through the nRF52840 product spec I can see that SPIM0, SPIM1 and SPIM2 doesn't support speeds higher than 8Mbps.
Nothing is written about SPIM3 and it...
Hi there,
I am designing a bridge application between different devices which uses BLE as central and peripheral to connect all them, the idea is have up 20 nodes connected...
Hello
For a breadboard, we would like to duplicate the programmation part of the nRF52840 dev. kit.
Can you provide the layout of the dev. kit in electronic form (Mentor...
Hi,
I'm using nRF52832, nRF5 SDK 15.2 and Mesh SDK 3 .I have successfully integrated the UART module from nRF5 SDK / examples / peripheral /uart in the beaconing example...
Hi. I'm using nRF52832 with my external board. (SDK 15.0.0)
I want to merge UART, blinky and timer. I merged UART and timer example, and it worked.
Now, I want to merge...
Hi. I am tinkering with BLE settings, and changed NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 7.
I then get a 0x04 error code on this function after building and running the...
I have this project that I have been working on for sometime, however today I encountered this extremely weird error while building
I haven't changed any sort of project...
Hello! I'm using a module nrf51822 as a ble peripheral device.
And my device's RSSI is alway about -60db and the power comsumtion is 4mA.
Even i tried to change in sd_ble_gap_tx_power_set...
My application has a power button that pulls up to battery voltage (3.2-4.2V) to switch power into the system. It's also necessarily tied to a (heavily muxed) gpio pin with...
Hi
I have made a small Python script that generates a C-file with the build date/time and some other values.
Is it possible to make Segger Embedded Studio execute the...
Hi,
Is it possible to provide eagle design files (layout and schematic)? I see that you have provided for altium designer.
Also, is it possible to provide eagle library...
Looking for the best ways upgrading from a nRF5 SDK / SoftDevice based design to Zephyr. in my case, the nordic bootloader / upgrade process is configured for UART.
It would...
When using custom 128-bit base UUIDs and 16-bit UUIDs to address services or characteristics within the formerly specified base UUID, it seems the Nordic softdevices always...
Hi, I am using nRF24AP1 for ANT+ purposes and I am looking for continuous scanning mode (the radio is active in receive mode 100%). The command Open Rx Scan Channel (0x5B...
when I have the line in my sdk_config.h, it overrides the and I end up with undefined reference errors.
right now I had to comment out the line to be able to compile the...