Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hi everyone. I'm using nRF51822 and try to work with Eddystone protocol. I use experimental_ble_app_eddystone and my beacon work properly. I validate it via nrf Master control...
Has anyone else encountered a recent problem while compiling projects using mbed online compiler (error message goes "Struct "" has no field "NRFFW" "RF_UICR->NRFFW[0]" in...
I am trying to implement a OTA DFU in my project. The DFU Examples given create a bootloader file of it's own and starts transmitting in the nrf51422 dev kit(DFU_Targ, ble...
Hello,
Platform nRF52 with SDK 11 (S132)
I use nrf_drv_spi_init to register a Handler (used for screen and SD card so it can be long)
I have sometimes crashes when...
Hello Everyone,
I have deveoped my custom Board using(NRF51) which has four test pins VCC GND SWCLK,SWDIO. I would like to program the custom board. So could anyone tell...
I'm getting the following log messages when I try to initialize the BLE stack:
First from CHECK_RAM_START_ADDR, I get:
RAM START ADDR 0x20002080 should be adjusted to...
Hi,
I want to debug the blinky project on a nRF52 dk (PCA10040) using Eclipse. I strictly followed the instructions as described here: devzone.nordicsemi.com/.../
I...
Hi,
Is there any documentation regarding nRF OpenMesh( nRF51-ble-broadcast-mesh) Security ? Explaining the security of the communication between nodes in the Mesh network...
Hi all,
I'm working on mbed os and I cannot use the softdevice_ble_evt_handler_set and SOFTDEVICE_HANDLER_INIT . Every time I build it, I get:
undefined reference to ...
Hi ,
I am using S120 ble_app_multilink_central example. I have configured UART0 in interrupt mode. I send some command and expect some response. It work very well in starting...
Our product is based on nrf51422_CEAA chip with softdevice S110, SDK 8.0.0, dual bank ble bootloader DFU.
We have modified the dfu bootloader example from SDK 8.0.0 to...
I read a document, "Setting up production test using DTM", "nAN-034 Application Note v1.0".
And, Figure 3 shows how to setup test environment.
But, I cannot find which S...
DCDC_testing.zip
Hi,
I am in the process of reducing power consumption in micro esb mode. I use the following code, just for testing. The following code consumes 18mA unlike...
It is possible to load a new firmware in a NRF51822 PCBA using the Nordic Development Kit NRF51DK?
Do I need a special connector?
This is the beacon Module I pretend...