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
Im using the pwm in the NRF52 with the following function:
APP_ERROR_CHECK(nrf_drv_pwm_init(&m_pwm2, &config2, pwm2_handler));
in the Interrupt function "pwm2_handler...
Hi,
In our code we would like to respond to a write with a notification and then disconnect. So we first we call sd_ble_gatts_rw_authorize_reply to reply to the write,...
I'm trying to put the nRF52 into sleep by using the following code in a loop:
__WFE();
__SEV();
__WFE();
But I see current consumption at around 5mA still, and...
The Bluetooth Mesh Light Switch example shows how to work with keys for a Mesh Network.
But I have some questions about who generate the keys and what they are used for....
Greatings!
I am sending a packet with data in it from my custom board with nrf51822 to my android phone using cahnged ble_app_uart. The packet is being sent 8 times before...
I have the Thread Coap examples running on two nRF52840 dev kits (coap server + coap client). When I try to check the coap traffic with a sniffer + Wireshark, Wireshark can...
Hi! I am trying to control volume up/down, and for the future possibly a few other functions within the ID 3 tag of the HID descriptor.
I am using the ble hids mouse example...
I am working on nRF52840 Preview DK. I want to generate a square wave with accuracy of ON and OFF time = 1 microsecond using timer for driving stepper motor DRB8825.
I...
I'm experiencing the same issues as a previous poster that went unresolved: devzone.nordicsemi.com/.../
With 1 or 2 peripherals (sensors), the connection works fine. With...
I have Nordic nRF52832 mini beacon device. How can i change UUID, Major,Minor values from Android and iOS app. Is it possible to change the those values from app ? If yes...
Hello, I want to measure the impedence of PCB antenna designed for nRF52832 based board.
I have the following quires.
Is it required to isolate antenna from NRF52832...
Hi,
I'm developing a server model and a client model(Both example are modified in accordance with the example of light_switch). In the example of client, I use the API...