Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
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...
The NFC example (launch app) on SDK12 does work on my device. However, when I copy exactly the same code into my own project, the NFC does not work. The difference is that...
Hi,
We search some technical informations about Low Power mode PWM. What is the Max Frequency ?
What is the current consommation ?
Someone knows these informations or...
I'm attempting to use a GPIO configured as no-pull to determine if a 5V line is connected to the board for charging a battery. I have the 5V line going to a GPIO through a...
I'm having no success getting the FDS (Flash storage) to work on my nRF52 PCA10040 board with SD130 2.0.0 and SDK11. I am using the Nordic example on Github here: github.com...
i am confused how to build a nrf52832 demo that use mbed os and other mbed things.
and i tried link text download the demo from github, but do not know how to put in it in...
Hi All,
I have enabled the UART service in my beacon application.I Configured write access and write permission to characteristic UUID. I got connected to the device and...
Hi!
I am new to the embedded world and am trying to interface a NRF52 DK with a MPU 6050 accelerator/gyroscope. Right now, I have been able to interface the MPU 6050 with...
file.txt Hi,
In my application I am using UART service which receives the data sent from APP. I am using nrf connect APP. I am sending simply 1 and 2 from UART service...
Hi.
I develop an application in the past with ARDUINO and a nRF24AP2 module with great success. I can read 8 heart rate monitors ANT+ sensors in the same time, with 8 differents...
I am a newbie in embedded programming. I want to encrypt some advertising data using aes-ecb API, provided by the softdevice but I am not getting any encrypted data after...
Hi,
We are currently using SDK 10 experimental boot loader example. We would like to encrypt the firmware before creating the zip file for OTA. The procedure we followed...
Hello everyone,
I am trying to use BLE module on nRF51 in central (oberserver) mode using IOT Softdevice. I want to scan for any device around my board.
I get error when...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Hello All,
I am interfacing WS2812 RGB ringx16 with nRF51822 and use nrf51-neopixel library from github.com/.../nrf51-neopixel
Its not working.
for example : value...
Hello,
I was looking into Gazell and read that Gazell only allows pairing when Host and Device are in close proximity to each other. This range is about 30 centimeters...