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...
The NRF_LOG library apparently uses memobj, which uses balloc. I assume that means I need to add some blocks in my sdk_config (i.e., MEMORY_MANAGER_SMALL_BLOCK_COUNT, etc...
Hello Guys,
I have some measurements for the determination of the maximum range and the energy consumption. The experiment is based on the ATT_MTU throughput example, nRF5_SDK_14...
Hi,
We have a BLE peripheral device that is used as a mouse/keyboard (nRF52832 SDK 14.0)
The peripheral pairs with most central devices just fine (including Mac and PC...
I have two nrf51 development board. A is PRX, B is PTX. now B can send payload to A , and A can receive and response it by ACK. But some times A want to send payload to B...
hi Nordic support team ,
i have sent my application data to nrf connect .I want to send that data when i write something in "write value " option in nrf connect .After comparing...
Could anybody help me with some useful stuff and links to start programming from scratch for nrf52832 DK on Keil v5. I have some of my undergrad students who need this help...
Hi, guys, I tried nRF5_SDK\examples\ble_peripheral\experimental_ble_app_eddystone example on nRF52832 and it works perfect.
And I compared the code with the normal BLE advertising...
I got this info when I use keil to download progream though jlink.my board is NRF52832,the version of my keil is V5.24 and the version of my SDK is 14.0.
why it's happened...
Using SDK 14.2.0 and PCA10056 Dev kit: when I load the example (usbd_cdc_acm) and flash it, it works well, can communicate in both directions (windows 10 and debian linux...
During more than two years SDK contains OTS in 'experimental' mode. Do you have any plans to update this service (and write an example how to use), or better avoid using this...
Hello,
I updated Segger Jlink software to the last version and there is an issue with the nRF52840 preview DK.
Segger gives popup about updating firmware but it cannot...
I wonder if Nordic reveals electrical schematic of IO buffers?
I have taken some current consumption measurements recently and I have realized that setting a pin as input...
Hi,
I am working with nRF51822 and softdevice.
I am trying to modify the radio output power without success. How can I do that?
I have found a softdevice function...
I have been researching BLE 5.0 for the feasibility of Nordic Bluetooth chips in our new products.
I have read many times in the general internet posts that BLE 5.0 devices...
I have a characteristic that is write only and required authorization on write. [I have "successfully" implemented this on several characterteristics previously.] The write...