I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
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...