I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
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 :...
Hello,
In my application (based on app_nus_uart example, with two NRF52832 boards), one of the cases is uploading/downloading files with sizes up to 10MBytes.
In my app...
Can someone explain the reasons/benefits of using the single vs dual bank BLE boot loader?
Actually, why isn't there a single bank BLE bootloader in the example project...
I have following code which should start the app_timer and blink the LED_1.
When flashed, the LED_0 turns on and I can see the "Started." log. But the LED_1 is not blinking...
Hello,
I use nrfutil to generate the dfu .zip file, the error log is listed below. what is the reason? the softdevice is s140. thanks.
>>nrfutil pkg generate --hw-version...
ble_app_uart_c_pca10056_s140 fails with an assertion - I have downloaded nRF5_SDK_14.2.0_17b948a. For the example project examples\ble_central\ble_app_uart_c\pca10056\s140...
Hi,
I am trying to write a 120 byte data through ble to raspberrypi from my android app(I increased the MTU to the required limit). But all I am able to transfer is first...
Hi Team
Let's assume, we have a provisioner (client) and several successfully provisioned servers in a mesh network. We now want to remove one of these servers from that...
Hello,
I am currently migrating from SDK12.2 with softdevice S132 V3 to SDK14 with softdevice S132 V5 and have a problem configuring device names larger than BLE_GAP_DEVNAME_DEFAULT_LEN...
I am using nrf52832_xxaa and I'm porting my device from SDK11 to 14.
I have found that new sections have been added in the linker file of the examples like sdh_soc_observers...
Hi,
I use SDK v13.0.0 with SD S132 and to debug my application I use UART0 on Putty.
When I use SPIS (0) (no BLE and no softdevice) alone I perform all functionalities...
hello:
i use timer1 to get a pwm waveform,when i use RTT to test it,the waveform is ok,but when i take out the RTT,and Remove the battery and put on the battery again to...
I've made a custom board with nrf51422-QFAC, which I can program with nrf51-DK. I'm using SDK 12.3.0 and SD130, which is flashed to the custom board.
When I program the...
I'm trying to setup logging with printf() over UART and I got totaly blocked by following realy strange situation.
Let's have following very simple log_test.c:
Then...