I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Hello,
i am currently working at a project which includes radio transmission based on th hal_nrf library.
I am using parts of an example code, which worked fine for me...
Hello,
my application is using the event scheduler while the softdevice is not. Is it save to call softdevice functions (like sd_ble_gap_scan_stop(), dm_device_delete_all...
Hi,
We deloped some concept(it looks not very good - sorry) for unique device which can be a slave and master.
to use this demo need following
Download to PCA10004...
Hi,
we developing bluetooth solution with S130 soft device
From now there only one example appear and i start it sucessfully but got some problem below
I see that device...
I have extend bootloader to about 18kB (0x3B800), and add uart module in it.
When I receive host command, I'll write a flag to flash via pstorage module, and use NVIC_SystemReset...
The NRF51822 series manual describes that an external LC filter is required to operate the buck converter. The reference design shows 1.001 uF of total capacitance to ground...
i try to test Low Energy Applications Using nRF51822 with application note ( nAN-36 )
in chapter 4 : led button example, build and install success~!, but, not running application...
when I use app_uart.c code with FIFO, uart is ok, but I always encountered a out of memory ( always return NULL from malloc )
How to monitor / determine memory / RAM usage...
Hi,everyone
I have trouble in debugging the "device_firmware_updates" example. Here is my development environment:
Keil-MDK :v5.1.0.0 and v5.11.0.0(an other PC).
SDK: 4...
I want to make a nRF51822 as broadcaster and peripheral role concurrently. It should have continuous broadcasting advertisement data under accepting connect-requests to notify...
Hi,
Looking at pstorage related code, it appears that it handles data copy from RAM to Flash.
Can I use pstorage functions to move data within Flash? I want to implement...
HI All,
We want to use UART RXTO event to detect UART packet boundary.
So we propose to add one entry APP_UART_RXTO to app_uart_evt_type_t in upstream sdk to sync.
...
I can not understand how works READY register in SPI master:
after first byte transmission READY sets high, i set READY low and send second byte, but READY never sets high...
I can upgrade the firmware by MCP on air ,But there are one conditions:
reset the device while holding down the Enter Bootloader Mode button or a invalid application is present...
Hi,
I am running (and reconfiguring) ble_app_lbs (LED + Button BLE app) example as a kind of start off project for me. I am actually trying to figure out where I can control...