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...
I am trying to bring up an application that uses the soft device, but not right after power up.
I want to use an application timer to schedule a timeout say 10 minutes after...
My project builds when set to Release, but fails when set to Debug. Here are the last few lines of the transcript output:
1> "C:/Program Files/SEGGER/SEGGER Embedded Studio...
I'm looking to store a batch of data in a large array in RAM and send them all at once later. I start from ble_app_template in sdk examples and add an array. My memory setting...
I'm trying to get LPCOMP working on Zephyr - I have used the vanilla NCS sample as a baseline and have set up the event handler and the init function.
The problem is that...
Hi,
I recently bought a couple of HolyIOT nRF52840 modules for a personal project (building a keyboard). I also got a JLink Edu Mini to flash/debug it. I am able to successfully...
Hello,
I've seen when ADV interval is near than 1 second, the sniffer cacth the same adv twice in diferent channels, but if the adv interval is near to 50 ms the sniffer...
Dear all,
I managed to implement custom firmware using Nordic proprietary protocol (both 1 and 2 MBPS) on nNRF-52840-DK. I would like to know if some spread spectrum tecnique...
A plain question : we are using the BLE stack with FreeRTOS based observers.
Is it possible to send to some observer an application defined event from some other FreeRTOS...
My project is a health thermometer using nRF52833. I am working nRF5 SDK 17.0.2 with GCC make complier.
I start with the ble_app_hts example and it is working fine. I try...
Hi,
I observed that in some cases SLM waking up from idle mode (at#xsleep=0) has CFUN reset to zero, even if I run AT+CFUN=1 before at#xsleep. Presumably that happens when...
My current implementation is based on light switch example and I am currently using nrf52832 kit with Mesh SDK v5.0.0. I have a mesh network setup with a client and two server...
Hello,
I am using nRF52833, nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 and SEGGER Embedded Studio for ARM 5.34.
I have imported some multiprotocol examples and trying...
I have an nRF 52832 running the SDK 15.2 with s132_nrf52_6.1.0_softdevice as peripheral and a Dell XPS 13 9350 laptop with the integrated bluetooth 4.1 module (Dell Wireless...
Hi,
can you please tell me in what cases I get this assertion?
SOFTDEVICE: ASSERTION FAILED, PCxxx: 0x12D7E
It seems to happen when a connection is active, timeslot...