Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi all,
As I've been researching, the mesh sdk is not supported on the nRF52810 SoC, although being compatible. Is there any development or plan in changing this? I'm planning...
Hi,
Is there any way to add conditional compilation in linker file?
I have two versions of a code, one with DFU and one without, i want to combine the versions. is there...
Hi everyone,
I used SPI interface to access a external flash with page size 256 bytes.
I found I can't access full page, because the maximum of one SPI transaction is...
hello all ,
controller nrf51822
i am trying to development for EPD 7.5 spi interfacing through external flash image send so how to set spi latch reset turn on parameter...
Hi, there
I try to use the nrf_atfifo in my program, but I found the atfifo cause hard fault in my program,below is how I use the at_fifo in my program.
and I also found...
Hello, I have a problem with my nrf52832 customised board
It has loaded the ble_app_uart example of the 15.2_SDK and It have the correct pinout from my board, These are...
1. I try DFU bootloader with OTA, it success.
2. But the Application was gone.
3. If item 2 is real, is that I have to porting the force enter to bootloader mode by botton...
Hi!
I am working on NRF 52840 Controller and Soft Device Version 6.0.0. Coding using Keil IDE in C.
Also developing using Free RTOS.
According to the requirement I need...
Hi,
My development environment is sdk12.3 s132_3.0 pca10040 I want to increase the MTU size to 64 bytes in nus. I programmed as below, but there is no MTU size change. It...
I have been trying to configure a single shot timer as a low power alternative to nrf_delay_ms().
I have my timeout handler configured to do nothing and the timer is created...
Hello all,
I have an ESRPB switch from EnOcean which uses the PTM215B transmitter internally.
I've factory reset the switch to its default state and have confirmed that...
After a few notifications in short succession this code will reliably get stuck in an infinite loop (15.2.0). Can sd_ble_gatts_hvx not be used in this way? Do you have to...
Hi
Struggling getting Directed Advertising to work - I have been through all the examples and have been using the ble_app_hids_keyboard_nfc_pairing example.
My NRF52832...