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...
I follow this instruction to turn Raspberry Pi into an IPV6 router on IPV4. My raspberry pi works well after I add nameserver to /etc/resolv.conf.
But other device in my...
I am experiencing an error that I can't figure it out why it is happening and where to go and try to fix it.
I am using the subscriber implementation on my nRF51, Raspberry...
I see in multiple examples of NRF51 SDK:
#define APP_TIMER_MAX_TIMERS (2+BSP_APP_TIMERS_NUMBER) /**< Maximum number of timers used by the application. */
but it is...
In ble_gatts.h, I see:
#define BLE_GATTS_FIX_ATTR_LEN_MAX (510) //< Maximum length for fixed length Attribute Values.
#define BLE_GATTS_VAR_ATTR_LEN_MAX (512) //< Maximum...
Hello Everyone,
I have been working on the NRF51DK by using proxmity examples as reference when i added the static passkey for the connection security it is working well...
Hi, i am new to embedded system.I want to use nrf52 DK as master and connected with two slaves by two spi channels? is it possible to achieve on nrf52 DK.
1>How to set up...
when i turn on the Keil, they have showed error to me
"Install missing Software Packs?
NordicSemiconductor.nRF_ConfidentialDeviceFamilyPack"
then i try to re-intall familypack...
Hi,
I wanted to know How can I find if any application on any platform(Central device)is listening to my advertising packet or not !!
The whole idea behind this is to...
Hi,
I have made a few custom boards based on the nrf51822 but on my latest design, I'm having a new problem that I haven't seen before. I have read the posts in the forums...
hi everyone,
i'm testing an application on pca10036 board where i need to create a large buffer. i use Keil v5 as dev. environment. My buffer is static and global, therefore...
I'm using 2 nrf51 DKs one as central and one as peripheral. I'm wondering if there is a defined time that a write takes to be registered on the peripheral?
This is a simple question: If I have a characteristic with, let's say an int16_t in it and catch the write event in a ble_gatts_evt_write_t structure - is the data field in...
I am working on bill of materials that asks for part NRF52832-CEAA, is this a valid part number as I have been told by distribution this is not a valid part number?
I just needed some clarification as I'm migrating from SDK 6.1 to SDK10:
app_button: There's no way to have the Button function thru the Scheduler anymore. I would...
i am using latest "master control panel" v4.0.5 and latest "nRF tool box" v1.16.2
and use sdk 5.2(its compulsory)
soft-device s110 v6.2.1(its compulsory)
and PCA10028 with...