When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
If I look in the schematic of the nRF52832 I see 3 VDD Legs (leg 13, leg 36, and leg 48), What is the leg number for the main power to the chip, that if I cut his power supply...
I am trying to rotate my oled screen 90 degree, but i couldn't.
I had surfing a lot for it, but still i have not perfect solution.
So please any one can suggest me or give...
Hey - I know there's no official support for C++ on this platform, but are there any other intrepid devs out there making this work?
I was able to build, flash and run my...
Hi All
I mount a NRF52810 minimum system for test BLE . It can works at no BLE mode , but don't work at BLE mode. The 32.768KHz clock works well . When I run a ble_app_blinky...
I use nrf52832 board, S132,SDK14.2 . I refer to some projects and nrf52 datasheet that indicate to use pin sensing mechanism( level trigger ) to wake up device from system...
We are using Nordic SDK version 15.2, and have successfully implemented many functions using the CLI API but are stuck on how to secure the CLI. We have a USB and RTT CLI...
Hi,
I am working with two nRF52840 DVKs and the 802.15.4 example "wireless uart" from the SDK v15.2.
I flash both boards, and both of them get initialized (LED1 ON). Then...
We program the nRF52840 with a Segger tool at 8MHz.
The programmation time for 400kB is 13s (0.5 erase, 2.3s soft device and 8s application).
When we reduce the frequency...
The customer's goal is to play a tone on an external speaker with a data rate of 11.05KHz.
The "default" demo code for the Thingy52 @ https://github.com/NordicSemiconductor...
Hi all,
I just migrated from sdk 14.0 to sdk 1.52, and now I'm running into a problem while testing my codebase with ceedling. When testing my delay module, which uses nrf_delay...
Good morning,
We are making our first PTS test to certyficate our BLE device. I have question regarded to test name GAP/DISC/NONM/BV-02-C. Our LE device plays the Peripheral...
Hi:
I download nordic example.But i can not know how ZBOSS zstack form a network.
I try to use bdb_start_top_level_commissioning(ZB_BDB_NETWORK_FORMATION ) and it can...
Hi there,
I'm just beginning BT development, so sorry for my basic question:
Our application needs to transfer data from PC to our device (approx. 512 bytes) then our...
Hi
I have tried to enable bonding on a application based on the Running Speed and Cadence example (Both peripheral and central). (I could not find an example with bonding...
I want to send data from Nrf52840 dk. I want to receive the data sent on nrf24l01, which is connected to the Arduino Uno card. So I want Nrf52840 to communicate with Nrf24l01...