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...
I am using power_manage function to keep low power sleep mode. And I used below peripherals in code,
SPI master, SPI master is disabling when ever I am not using.
...
It appears to me that some of the saadc APIs (e.g. those found in nrf_drv_saadc.h in SDK 1.4.0) are missing in the nrf SDK for HomeKit.
Some hint where to find these functions...
How do you do
The attachment is a problem in the previous code, please help to debug it, thanks ble_app_uart_pwm.rar
E:\nordic\nRF5_SDK_12.2.0\examples\ble_peripheral\ble_app_uart_pwm...
Hello.
There is an executable file built by setting the address of the entry point (RO_Base) to 0x00000000 with Keil's linker setting.
I converted this executable file...
Hi,
I'm using nrf52840 with openThread. I like set the MCU in system on low power mode. RTC1 is used as application timer for wake up and start transmission periodicly. For...
Hello,
I could not find any related info, so I would like to ask few questions:
I have pca10028 board, using s110, sdk 6, ble_app_uart code. The board gets connected...
Hello all,
During current measurements of our product using nrf52832QFAAB0 I've noticed a high IDLE current of ~450uA. Trying to isolate the problem we programmed our board...
I am working on adding DFU, persistent storage and pair/bond feature to an existing nRF51 application, developed with SDK v10.0.0 running on SoftDevice S110 v8.0.0.
I looked...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Hello,
I used translation software.
I am transferring test data from nRF52832.
I want to down the average current consumption in data transfer.
I am currently...
Hello,
here i explain the set up.
Cental_A Board :- scanning two peripheral
Peripheral_A Board :- advertise with name Peri_A .
Peripheral_B Board :- advertise with...
Hello,
I would like to know how I can check whether the SAADC is enabled or nor on my application. I am disabling the SAADC with nrf_drv_saadc_uninit(); after configuring...
I'm using the latest SDK (14.1) and have got a working COAP server running over BLE on a nRF52DK, and can exercise the service from my Ubuntu desktop without any problem....
Hai team,
Iam using the ble_app_beacon example program.
I found power profiling calculation on this link devzone.nordicsemi.com/.../ .
i calculated power consumption...