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 have a question.
When I try send message coap, it can send as mesh network.
But when I send search gateway msg, connect msg from publish (subscribe) Node to...
My custom nRF9160 board does not communicate with nRF Connect Programmer.
"Unsupported device. The detected device could not be recognized as neither JLink device nor Nordic...
Hello everyone!
I have some issue with the comparator module on the nrf52820 chip.
We need to compare one of external analog signal the 1.8V internal reference source...
Hi,
I try to achieve high throughput via BLE connection between two nRF82540dk boards. I would like to maximize duty cycle of transmission in the connection interval. Unfortunately...
I am sending 240-byte data from peripheral to central through notification (without response) by using the ble_nus_data_send() function when the BLE_NUS_EVT_TX_RDY event comes...
Hi,
I received source code and compiled .hex file from Visual GDB from previsou developer.
I would like to continue development in Segger Embedded Studio.
I know the...
hi support team.
i want to use time from ntp server, and we have example in nrf/lib/data_time;
after devzone searching, i added below setting to prj.config
CONFIG_DATE_TIME...
Hi, I am trying to send data from one peripheral to a central unit and then relay the message to another peripheral unit over BLE. The peripheral already sends the data to...
Hi,
I'm trying to reinitialize my ANT stack, after update of parameters which is done by BT. To be exact, I'm setting the ANT ID of the ANT device that will send data to...
Hi,
I'm using a BMD-340 module evaluation kit (Rigado) I modified usbd example and I can transfer data in between host and device. But I have issues with usb speed and I...
Hi,
We are planning to use a NRF51 + NRF91 but we want to avoid maintain 2 custom firmwares. To avoid that, we want to use an LTE-M module with precompiled firmware.
I...
What i'm doing:
Running the peripheral_lbs code, and adding extra code to main loop (`for(;;)`).
What is happening:
Application runs fine, but breakpoints causes a fault...
Hi, 1- I have worked on ble_app_template(As Peripheral Only). Now, what changes I should make to gain max range? Any specific changes for long-range? I have already set this...
Hi,
I have a question regarding linker file in case of gcc make. I need to create a DFU package and program the it on a bootloader.
Here is my linker file:
I know...
I have a use case where I need to scan for certain range of BLE MAC address periodically and then do certain set of actions based on the results.
Most of the places I...