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...
In product spec for nrf52832:
Neg30dBm 0xD8 -40 dBm Deprecated
Neg40dBm 0xD8 -40 dBm
Similar stuff in the SVD out of SDK 12.3
When I convert the svd to rust (using...
Hi,
I am using NRF51822 and sdk12.2. I am using Softdevice s130 with peripheral experiment_ble_blinky example. I have merge UART example in this and it is working fine. ...
Hello,
We've stumbled upon a weird behavior on iOS making the smartphone unable to reconnect to our wireless device after a DFU from SDK11 to SDK13 (nRF52832): the notification...
Hi!
I am getting a HardFault when I try to read a GATTs value inside a GPIOTE ISR handler.
I already tried setting the ISR priority to low as suggested in various posts...
Hi all,
I installed Nordic examples for Keil MDK, and I am able to compile the examples for the PCA10028 board, which is based on the nRF51422. But I intend to take the...
Hi, I am using 1 central and 2 peripherals. I tried erasing bonding info in both central and peripherals for a few times (by calling pm_peers_delete() in the central and pm_peers_delete...
Hi,
I am using NRF51822 and GCC compiler. I am using softdevice S130. SDK 12.2.
I want to receive the data from Peripheral that is one way only.
I want to use multilink...
Hi everyone, I have one question shown in the title. I try to add a second service in "ble_app_uart" project (the project is in the SDK for nRF51, SD130 v2), I did not change...
Hello,
I was using the nrf24LE1 where i used hal_nrf_set_power_mode() to set the radios' power down mode. Options are power-up and power-down. This is when i was using...
I have a system, with cc2540 as central and n51822 as peripheral with s130. Sometimes while they are close to each other, the connection link gets lost.
I disabled updating...
I'm using SDK14, S132 5.0 and nRF52832, and trying to enable and disable softdevice in my application. In main function, the power management loop is like
while(1)
{...
I am using SEGGER Embedded Studio for developing mesh network on nRF52832. For curiosity I pressed the BOOT/RESET button (SW5) while applying power to the board and it entered...
I want change project "record_launch_app" purposely launch my own app use the NFC tag on an Android device? Where should I take "m_android_package_name" of my app?
I used...