Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
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...