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...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all,
I need to send the information from 2-5 sensors in a room. The sensors are placed 2-3 meters far from each other. Each sensor has a BLE, using a battery and generates...
I'm using the RSCS demo as the peripheral and the Relay demo as the central. I've modified each to use stored bond information if it is found in flash upon startup. I make...
Hello.
I am measuring the current of nRF 52832 using PPK (PCA63511).
I want to measure the current of nrf chip only with PPK.
The chip of nRF is PCA10040.
What...
Hi all,
I've bought an iBeacon Station NRF51822 like this one ( linksprite.com/.../index.php5 . My idea is using it as a temp sensor for my smart home installation. It...
Hi Nordic,
I am getting started writing a new application and I would like to move to the new SDK14. My app requires, between others, a custom service and a custom characteristic...
Hello.
I'm tying to learn nrf51822. I had ordered some modules from ebay and nrf52-dk from local distributor . A week ago I had receive some modules. But local distributor...
hi,
My custom board running Mesh SDK0.92 send and receive messages are normal.But after I replaced the MeshSDK in my program with Mesh SDK1.0.0, I was unable to send and...
Hello all,
I would like to establish connection between single central and two peripherals for bidirectional communication. I edited ble_multilink_central example and created...
I and new to programming the BLE devices and have just started out on the nRF52840 PDK and using Segger Embedded Studio for ARM v3.34. I have compiled and downloaded the ble_app_template...
I have to question:
1: if customer use relay node for mesh net, how much is the power consumption for one node? is there any passable to declare the power consumption to...
Hi,
I need to measure the capacitance of few capacitors for which I am currently using 3-channel CAP1203 IC from microchip.
However, I just came across the possibility of...
Hello,
I would like to establish bidirectional communication between single central and two peripherals. I referred ble multilink central example and made corresponding changes...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
I set the WDT timeout in the application is 5s, when entering the BootLoader set the WDT time is 10s, how...