Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hello,
I could not find a way to build S130 examples for nrf51822XXAC via SEGGER. I am getting errors at the build stage. I am using nRF5_SDK_12.3.0_d7731ad. Is there any...
Hello,
I easily explain the issue I've found with azure_fota sample (...\v1.5.1\nrf\samples\nrf9160\azure_fota).
After configuring my azure hub, the prj.cnf of the fota...
Hello, I am working on a multi peripherals to one central project based on the NUS service of NORDIC chip. Now I use nRF52840 Dongle as the central board. I have debug the...
Hi, i'm a litte bit confused about the Secure Boot functionality. I'm using a custom example and the SDK 17.0.2 Secure bootloader. When generating a DFU package I have to...
I have compiled ble_app_uart_pca10040_s112 and it appears to be working for small amounts of data, however it crashes when large amounts of data are pushed through (from UART...
Hi
I got NRF_ERROR_NO_MEM, when calling to "nrf_atfifo_item_alloc()" from "timer_req_schedule()" routine.
Is the allocation is done from the task heap or stack?
Thanks...
Hello guys,
I decided to open a new ticket.
I am doing a university project which consist if building a BLE mesh formed by microbits & nRF52833.
As I have seen both...
I'm connecting the NRF52832 UART to a USB bridge, CP2110. I am going to use flow control on NRF52832 but I might not use it on CP2110 for unrelated reasons. In general, my...
Hi,
We are Manufacturer of LED Lighting Products. We are developing Outdoor rated Products using nRF52840 with External Antenna Module.
Now we want to know that FCC TX...
Hi,
I have integrated ble_uart_app with timer example provided in "SDK 17.0.2".
When I run the program the timer timeout immediately by calling "timer_led_event_handler...
Good morning,
I am developing a custom PCB with nrf52840 and antenna. I would exploit the shape of the nrf52840 Dongle PCB antenna copying it.
Two questions:
- could...
Hi!
When I try to build the asset_tracker example (or any other sample) I get the following error:
I am using v1.5.1 of the SDK and I have installed using the Toolchain...
Hi everyone! I want to build an example code blinky_pca10028 by using microcontroller nRF51822_XXAA but I have some problems. I downloaded all package for it and opened an...