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...
Hello,
I'm using a modified version of the examples->peripheral->radio examples from nRF5 SDK v17.0.0 to receive packets sent on Bluetooth Low Energy channel 37 using...
I use ble_app_uart_c.
I have a central(nRF52DK). I have a peripheral(nRF52DK). When i run my code, I would like to see my peripheral's name and it's UUID on the terminal...
I am using SDK 16.0.0, Soft Device S132 (v7.0.1) on a custom nRF52832 board.
I have a secure boot loader on board that is triggered by a buttonless OTA application.
After...
Hello. I'm in the midst of purchasing a power profiler to works with nRF51 Development kit and nRF51 USB Development Dongle. May I know if all the technical resources on nRF6707...
Hi there!
I am using the bluetooth/peripheral_hr sample as a basis for my application, on top of which I need to include the nrfx_qspi driver. However, I get a "undefined...
I wasted a day with this issue. I could not understand why app_timer_cnt_get() was giving me garbage on the nRF51 DK when running normally but when stepping through the debugger...
Hi, all.
I would like to assign location address for some global buffers or variables in ram by using __attribute__ keyword. And I have to add my section in flash_placement...
Hi,
I want to send data in JSON format to android app. I used ble_app_template and midi_service template to create my own service. I can send data binary as much as I...
I am new to BT full stop, especially mating it to iOS. As I see it, my idea is quite simple, but I know I need to start with the hardware, then I can get an app coded to it...
Hi,
What all the parameters should store in non volatile memory for BLE operations?. Does specification mandates some parameters should load in controller?. What are different...
Based on documentation included in http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades I am attempting to get DFU working on the following...
I've got several problems but they are all linked more or less with the power profiler.
All devices I have are nRF52840 dk. The code is written with Zephyr but I doubt it...
Hi Everyone We are using nrf52840 for our custom PCB along with QSPI memory. We are using W25Q128FV as our qspi memory chip.
This function mentioned below is used to initlaize...
Hi,
I want to read and write the data from IS25LP064A NOR flash with QSPI. I am using the QSPI example from SDK v16. Please let me know how to get started with QSPI in order...