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...
Our hardware has an externa memory connected to the nRF51 by SPI, we also use DFU to update the firmware creating the zip pack (We have buttonless dfu working as well) and...
I've been using the nRF52832 chip for over a year and it works great. However, for a new project I designed a board so that the nRF52 chip was the slave on a SPI bus, and...
Hi,
I just try DFU function in sd130/sdk12.3 and it does work very well.
I did:
(1).Generating your own key:
nrfutil.exe keys generate priv.pem
(2).Display a public...
In the example code, I found this:
#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
I'm having 2 boards (maybe extremely problematic) and I want to...
I have seen at least one person here who has gotten Nordic's UART-over-BLE example app running on the nRF8001. How was that done? Where is it? This example app is not included...
Screenshot of what I'm doing:
So I reset the nRF8001, then try to initiate a transfer by pulling REQN low. However, nRF8001 never responds by pulling RDYN low. I have...
I'm using nRF5DK PCA10040.
And, working on nrf5_SDK_for_Mesh_v0.9.2-Alpha.
I need to enable both of Bluetooth mesh stack and BLE stack.
mesh stack for mesh communication...
I added uart service ( here and here )
and I think in part of ble everything goes well. I have blinking led1 and can see all my services.
Then I tried add uart part.
After...
I have a custom board that has a nRF52832 device (receiver).
I am scanning for remote beacons (also custom boards with nRF82832).
The result is that I obtain the MAC of...
Hi I use 4 characteristics in peripheral and central. When I write to one of the characteristics in the peripheral, I read it using sd_ble_gattc_read in the central. But,...
Hi,
SDK14.0
nRF52832
I am using the dfu\bootloader_secure_ble example as my starting point. My goal is to create a very simple bootloader (with none of the dfu stuff...
Hi
We are trying to use the uECC library file (micro_ecc_lib_nrf52.lib) with our project that is built in Kiel. We have followed the instructions found here using the open...
Hello,
I'm using SDK 132 (v5), kiel 5, SDK 14 and the nrf52 dev board.
I'd like my application to have multiple Offical Services (Heart rate, Humain temperature,...