Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
Hi,
I encountered an issue when trying to integrate DFU to my application. Every time I upload my application through DFU, the bootloader gets overwritten, i.e. only softdevice...
Hello,
I have to do a pre serie of a new product based on a NRF52832-QFAA.
I'm in Europe and I contacted local distributors (Mouser, ...) and there is no way to get...
Hi, when I run the ble_app_proximity on my 51822 board, I can connect the 51822 board with NRF Master Control APP, after a little while , 51822 disconnect with app, and trace...
Hi.
Is this issue resolved?
github.com/.../902
I tried lately using mbed-rtos with nrf51822, but no luck.
I would like to use threads, is there a way to circumvent...
Hello everyone,
i'm kinda new to microcontroller programming and feel like i bit of more than i can chew. I bought a variant of the nrf51822 chip ( github.com/.../Board...
Hi. Currently, i am testing the BLE power consumption on nrf52.I set connection interval 20ms(min=10,max=30) ,slave latency 0 and connection data size 20 bytes.in addition...
It seems like the IAR startup file in SDK 11 for nrf52 is older than the one that was included in the previous SDK 11 alpha
IAR Embedded workbench 7.50.3
I have a queston for softdevice S130 example about Environmental Sensing service.
I readed spec. but I can't find out any ESS profile example in SDK.
Is SoftDevice S130...
I want to use the nRF24LU1+ for a project where it will be a HID usb dongle. But I dont get which tools I need to make it. The KIT DEVELOPMENT NRF24LU1+ work for it?
T...
Hello,
This morning i did migration of my code from SDK 11 alpha 2 to 11 final on nRF52 and i have a big problem.
Nor bootloader or application do advertising. Am I...
I want to merge the softdevice and application in the makefile is it possible ?
if not possible what could be the easier way. I am using Linux OS .
thanks
Hi everyone.
I'm trying to program a NRF51822 Beacon using the nRF DK board. Of course I looked around here for advice on what type of connector to obtain.
devzone.nordicsemi...
Hi,
I have a hardware (wired) UART transmitting data to the nRF51 at intervals. I'm currently trying to implement UART-BLE that runs could concurrently with the wired UART...