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...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hello,
Im designing a board with nRF52832 with acceleration sensor and BLE application, so for the esd protection, should there be an housing of some sort, what all can...
We're migrating from Zentri AMS002 chip to to nRF52840.
We use custom service UUID: "175f8f23-a570-49bd-9627-815a6a27de2a" in nRF firmware.
As attached images show, custom...
Hi!
We're developing a board where we would like to switch between normal power mode (VDD shorted with VDDH) and high power mode (VDDH as input and VDD in highZ or supplying...
Hello everyone. I'm looking for BT5.1 most supported at current moment chip - to have devboard and SDK with ability of direction finding. Which one you can recommend? As I...
We are working with nRF52, in that we want to select any fix channel of BLE. We does not want to use ADH mechanism due to form a whole network on one channel.
So can you...
this is the log I'm getting but it is not clear for me why is the build failing
Building ?spm/zephyr/include/generated/driver-validation.h? from solution ?build? in configuration...
I need to add new files to the aws fota example for the nrf9160 project in order to implement compatibility with the
AWS OTA update agent, I have read other posts in the...
Hello,
I've been starting to get into level 0.1 programming after being able to loosely control an LED with GPIOTE and a timer interrupt using examples and API references...
Hello everyone,
I want to measure current of the whole board, I follow the instruction of nRF52840 DK , which suggest not to use the USB connector to power the board.
...
I am using Rowley CrossStudio 4.4 to debug my project. I can program and step through the code just fine, but I can't seem to get any debug out put on the Debug Terminal....
(1) Production Programming using CLI:
We are entering pre-production for a design containing an nRF52810 (on Rigado BMD-330 module), and we need to know what the CLI command...
Hi,
I was referring the timer example code for PCA10040. I wanted to include the timer code in my ble peripheral code which uses custom GATT service. Can you help me with...