I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
I'm having a problem with using all the memory in the nRF52 Thead SDK 0.10.0. Namely, even if I run one of the smallest examples (e.g. aes one from crypto examples) the flash...
I am using softdevice132, sdk 14.0, pca10040 dk,
when i add nus service to the dfu example, it is not working. there were also some warning about iram start address, which...
I just saw the news that Nordic is providing a free Segger Embedded Studio IDE and the sample projects from SDK 14.1 include the Segger project. I downloaded it and the license...
As I understand we have some problems with time sensitive actions while using softdevice with active ble connection. So here's my questions:
Are there some possible...
Hi All,
I am working on pca10040, nrf52832 and s132. I am using ble_app_uart and sd card, where i want to transmit data received over ble to the sd card.
Can you help...
If there an example on how to test the Raspberry PI border router ( infocenter.nordicsemi.com/index.jsp and some nRF52840 Preview DK together with the official Thread commissioning...
Hello,
I have an application which requires the firmware to be updated on the field. In our device the embedded microcontroller Atmel 328 is connected to nRF52832 through...
When programming the bluetooth mesh light control demo example found in the bluetooth mesh SDK, i get this error using J-Link RTT Viewer:
0> <t: 0>, main.c, 116, -----...
As I know, I need to do watchdog feed on bootloader.
but what If watchdog reload value is long enough for DFU?
for example, if DFU via BLE takes 2-3 minutes, generally...
Hi,
I am using IAR embedded workbench IDE - ARM 8.20.1 (full version) to compile the SDK 14.0 blinky_pca10040_s132 -nrf52832_xxaa example. However, I got some errors which...
I'm currently using nRF Connect (windows), in conjunction with the PCA10028 board, as GATT server so I can provide a default test service to be consumed by other devices under...
Hi
An unprovisioned device will advertise a beacon and the spec says that it shall be advertised with non-connectable and non-scannable undirected advertising events
...
Hello there,
for a project I would like to use the Arduino Primo core with the nRF52832 chip to read a NFC Tag.
I could not figure why it can´t read a tag even though...
Hi,
I've test the light_control example with the PCA10028 & PCA10040 recently. The PCA10040 was test and it works normally, but the PCA10028 does not.
I have also checked...
I am working on an application that allocate data dynamically at initialization, and my malloc/calloc returns NULL a lot earlier than I expected.
Using a debug macro, I...