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...
Hi,
We are implementing a device where we need to use BLE and PWM. For generating PWM we use app_pwm library. To decide on the number of cycles of PWM pulses, we use a separate...
Hi,
Is there a way to power only the nrf52832 on the development kit(PCA10040)?
Background: We would like to test a solar power source but we don't want to power the...
Thank you very much in advance for any help.
I am attempting to upload an example firmware on a nRF52832 with the s132 softdevice BLE stack and the example DFU bootloader...
just like
github.com/.../nrf52-mpu-easydma-using-timers-and-drivers
we add a sensor, and try to read 2 sensors by 3 command in i2c.
is it possible to still using ppi...
Hi Friends,
I am beginner for nRF51822 and I install uVision 5.20 to create program for this chip.I can't see this chip on device selection table when new project creating...
Hi,
I've recently bricked my nrF51822 Beacon Kit ( www.nordicsemi.com/.../nRF51822-Bluetooth-Smart-Beacon-Kit)
...by uploading some bad firmware. I can no longer program...
I am beginner for nRF51822.I installed uVision 5.20 to program nRF51822 chip.I could not see nRF51822 chip on chip selection guide of uVision software.Also I need some example...
Hello.
I've been trying to use the nRF Beacon for Eddystone app to configure a nRF52 devkit. The idea is to configure a slot as EID and register it to my google account...
Hi there,
I know 3V lithium batteries (Lithium Manganese Dioxide) batteries would be perfect for the nRF51822, but we're wondering if Lithium Thionyl Chloride (Li-SOCl2...
Hello,
is there a softdevice for the nRF52 which supports the proprietary wireless protocoll of the radio nRF24L01+? I only find ones which supports Bluetooth 4.0 and ANT...
Hello,
i have a very small device with bluetooth connection which send data every 20ms to a smartphone. The adc is sampling 100 times per second. Because of the small design...
Morning
I was just wondering if anyone knows which types of Bluetooth devices work with the nRF Toolbox for iOS and where to buy them - proximity etc.
Iain
Dear Nordic Engineers!
I am using the nRF51422 QFACA1 on custom boards and planning to migrate from SDK8.0.0 to SDK11.0.0
My application is using the S120 soft device...
Hi all! I want to send data from a beacon (nrf51822) to a Pic microcontroller with the RS232 standard, what function should I use to send data? I have already tried but it...
hello.
I want use I2C program.
so, I used twi_master_using_app_twi example.
SDA is output only 1byte(0x21).
I need to output a continuous 5byte.
Where do I need to modify...