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'm using nRF5_SDK_15.3.0_59ac345 with a nRF52840 DK (v1.0.0 PCA10056), building and debugging using IAR 8.32.3 (which is working fine). I build and debug an unmodified twi_sensor...
Hey, i’m working on implementing the adafruit_tag_reader example from the SDK v13.0.0 on my Thingy 52. I have copied almost all the code from the adafruit_tag_reader example...
I modified the FW "ble_app_uart" using the example "Nordic-SDK\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\en_app_uart\". I added the pairing function and "delete_bonds...
I want to connect 2 SPI slave with on instance. Issue is to mange chip select pin. I went through few post, people suggested to check SPI manger library. I am not able to...
Hello
We tested our product integrating the nRF52840 vers. C in DTM with the Anritsu MT8852B.
The RX tests (PER and sensitivity) pass but all TX tests (Output power, modulation...
Hello,
In my application I'm putting the NRF52832 device to the system off by calling the sd_power_system_off() function.
When it occurs at the start of the program -...
Hi are the example applications for use with the mesh provisioning app available for the nrf52840 as well as the nrf52832 devkits, or just for the 52832?
Best Regards, ...
Hi,
I want to add my own data into beacon advertisement packet. for example I want to add my data as "ABC0001", and it should be available in advertisement packet. How...
Hi all,
I am using the Power Profiler (v2.0.0) in nRF Connect (v2.5.0) to debug and profile some nRF52832 applications, and I cannot seem to find any button that allows...
(開発環境 ) OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit...
Hello,
I am using SDK 15.2 with softdevice 140 on nrf52840 board. I have been trying to get the development board to pair with a peripheral sensor with UUID "E7D4AA0F-5ACB...
I would like to know how to compute or optimize the maximum number of BLE device (in advertisement mode) that can be detected by a Scanner (Smartphone app).
I can not find...
Hello
Is there any example code in the Zephyr for operating as the Mesh provisioner/controller using the serial mesh interface on the nRF52840.
I am working on using the...
I'm having a peculiar problem with my device in a memory heavy application, two of my libraries use statically allocated memory and one uses what i allocate with mem_manager...