We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
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...