S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hi,
Current Status:
I'm trying to run the fpu_fft example from the SDK 15.3.0 on my nRF52832 DevKit. When I clean and build the project in SES everything is fine and I...
Hi, I have a question about unknown flash data from MBR area which start from offset 0x0000035C, 20 bytes data show as below.
Data[20] : FF FF FF FF FF FF FF FF FF FF FF...
There doesn't seem to be any validation of the image when updating the bootloader by secure DFU. nrfutil has no switch to generate any crc or ecdsa_signature. The code uses...
Hi
I am making mesh network using Raspberry pi and NRF52 DK. I install bluez 5 and meshctl on raspberry pi. I successfully connected nrf52 dk using bluetooth. I attached...
I am doing this nRF52xx-to-Thingy-52 example: https://github.com/crfosse/Thingy-52-to-nRF52xx I am able to get the led part working fine, but when I finish the instructions...
I am trying to merge Softdevice, bootloader, bootloader setting and application. But unable to do in a single mergehex command. If i do merge seperately ((BL + SD + APP) with...
Hello.
This function from Zigbee SDK 4.0.0 changes configuration of already configured input pin by calling nrf_gpio_cfg_default(ERASE_PIN);
The leds_buttons_init()...
I loaded up pca10056e ble_app_beacon example for SES to test it on a custom nrf52811 device I have built (using BMD-360 module).
I followed the instructions here and removed...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I want to know the life of FLASH by garbage collection. Assume that garbage collection is performed only when "PM_EVT_STORAGE_FULL...
the python package is not updated through pip with last release of SD_API and corresponding hex files.
I know that you give instruction to build driver but it could be easier...
I am trying to test a simple non-connectable BLE adverstising. I am using the following resources.
1. SDK - 16.0
2. SD - S132
3. Board - NRF52 Development kit.
4....
hardware: nRF9160 DK 0.8.2 firmware: 0.7.0-29.alpha
I want to send data every a few seconds through MQTT. It fails in the first and second Tx after MQTT client initiation...
Hi there,
I am having a hard time with some C pointers to add a new BLE Characteristic.
I would like to have a function that returns a simple characteristic metadata and...