Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi all,
I have seen thread related to this question such as this and this and I am aware that spikes happen due the automatically controlled refreshing mode of the DCDC...
Hi,
I am working on ble_app_uart_c example provided in SDK12.3.0 with S130. I tried this example on PTR5518 ble chip but suddenly device goes resetted every time.I am printing...
I'm finding rather high power consumption developing freeRTOS on the nRF52. I have it found that it appears Task's are suspending properly on the main BLE thread (copied from...
Setup
I was just looking through the code in the HIDS module in more detail, now that I have built a few demo HIDS apps I want to make sure that I understand the HIDS module...
Hi,
Is there any other define to change than SERVER_COUNT in main.c of client's light control in order to run the example with only 1 client and 2 servers (instead of 3 servers...
I cannot get the output from the is the example the UART buffer gets filled but there is no output to the tty.
The interrupts seem to be set, but I don't see the interrupt...
Hi
I am using nrf52840 for indoor positioning application based on RSSI. I was wondering if somebody has a tip how to calibrate the nodes before doing the experiment.
Hi,
I'm using sdk12.3.0 ble_app_uart.
My problem is BLE connection.
Sometimes(almost 50%)I tried to connect BLE but fail and I have to connect again.
I don't know...
Hi, I'm contemplating ways to drive a small RGB LED matrix with the nrf52832 in a really space-tight project. Ideally without any external components. I'ts maybe around 40...
Hello,
I need do synchronize the time between two NRF52 devices. One is connected to the other by a custom BLE service. Do you have any ideas how this could be done?
...
I'm trying to integrate buttonless DFU with secure bootloader with bonds with the DFU.
Using SDK 14 with SD 132 v5.0.0.
Using projects: secure_dfu_ble, ble_app_hrs_freertos...
Hello:
When I try to open an example project from nordik, keil doesn't open some files and I get the following error:
"no source": Error: #5: cannot open source input file...
in main() I initialize the timer
// Initialize the clock module
ret = nrf_drv_clock_init();
APP_ERROR_CHECK(ret);
// Request the low-freq clock to start N/A for SoftDevice...
SDK v12, SD130 on 51822.
I init uart through APP_UART_FIFO_INIT, and installed uart_event_handler. UART rx/tx with an external MCU works OK while softdevice running.
...