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...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
I used a PCA10040 dev kit with nrf52832 to test Serial Secure DFU Bootloader.
Followed all the steps in the example with my PC (Ubuntu 16.04.1 LTS 64-bit).
I...
I am using SDK 12.2.0 with soft device s132 3.0.0 using NRF52 Development Board(PCA10040).
I want to update Battery level to central device/APP.As i want to use code for...
Hi,
I am working with a nRF51822 chip placed on a Ble Nano v1.5 board and I would like the schematic of Ble Nano v1.5. Could anyone tell me where I can find the schematic...
Hello,
I am using pca10028 and sdk12.2. I am trying to take sensor reading via TWI and I want to send this reading over ble. So I am trying to add twi files in ble_app_template...
I am attempting to increase the queue size for handle value notifications to support a higher number of packets per connection event. However, I am unable to set the queue...
Hello,
I'm working on nRF52832-DK with SDK11 on linux.
Is there an example to use whitelisting ? I'm trying to use HIDS_Mouse but it's not working.
How can I write...
i have learn how to program nRF51 DK with and without softdevice. Now i want design code as per my requirement... but find difficulty to understand given sequence of code...
Hi,
I am working over nrf51822 ble and I have some security issues with that. I'm programming an android app to connect to the nRF51822 (peripheral). Without any security...
Hi.
I'm trying to control a keyboard and a mouse with nRF24LU1+ USB dongle module.
www.nordicsemi.com/.../nRF24LU1P
I downloaded this link below from the Nordic website...
1\select zip file
2\scan and select nrf51 dev
3\upload.
then the nrf51 enter dfu mode, and can scan the dfutag ble dev. but the ADDR auto add 1 . Wait about 10 seconds...
Hello everyone.
I've got the nRF51822 Evaluation Kit and Dongle. The heartbeat demo is working, so I got the toolchain -- Nordic, Keil, Segger under Win7 -- set up correctly...
Hie,
Is it compulsary for us to send only 20 bytes of data or less than that in one packet in BT5 as we used to do it in BT4 to make BT5 compatible in communicating with...
Hi,
I want to develop a product with Bluetooth 5( NRF52840) capability, before starting development I wanted to know will the Bluetooth 5 devices(Peripheral) will be compatible...
Hi. When i use ble_app_uart i have problem with my device over uart. It does not response to my commands.
I'm using custom pcb based on nrf52 with nrf UART v2.0 android...
I have moved on to SDK12. But one old project using SDK10 now requires a 128 bit UUID.
I keep getting hard fault when I add UUID.
I noticed that there is no vs_uuid_count...