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 have managed to get the SPIS block working using standard sets of read and transmit buffers. This all works.
I am now trying to use the ORC register to send a single...
I am wondering how you put the nrf51822 chip to sleep. I've determined that the way to do this with the soft device is sd_app_event_wait() in the while loop. What about non...
Hello
I've been trying to create a simple BLE observer that outputs the nearby devices data onto the serial port using a PCA10001 board.
For this, I'm adapting the code...
Hi - I'm using the 51422 dfu bootloader from the nrf 6.0.0 SDK and it works fine with the iOS apps, I can send both .bin and .hex files to the device and it works fine. However...
Hi,
I am using nRF51822 evaluation kit. I want to develop GPIO isr (GPIOTE_IRQHandler) which can handle multiple GPIO interrupts. I have tried to enable the GPIOTE_IRQHandler...
Hi!
When using bootloader, I cannot update application data from Keil (for example for debuging), because after restarting bootloader is loaded and
!bootloader_app_is_valid...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
EDIT:
I'm using nRF51422-QFAA E00 and S310 v1.0.0, SDK - nRF51 5.2.0.
I'm starting HFCLK from externall crystal for ADC conversion. Since I have no SD enabled everything...
I was using the sniffer to get a trace of the ble_proximity example for the NRF6310 DevKit, and noticed some Attribute errors when the Master Control app attempts service...
nrf51sdk v5.2.0
I am adding ANT service to our BLE application
To begin i building the BLE application and bootloader with the s310 softdevice.
I have modified keil...
Hi,
I have updated my nRF51-SDK to the latest version 6.1.0. I'm using PCA10000 dongle, nRF6310, PCA10004 and Master Control Panel for Windows. I've programmed my nRF51...
ble_gatts_attr_md_t* p_cccd_md; /**< Attribute metadata for the Client Characteristic Configuration Descriptor, or NULL for default values. */
What's the default value...
Hi
I'm trying to set up a 1ms tick timer using TIMER_1. In other words: every 1ms, I have to increment a tick counter, and to perform several operations. When SD is not...
Hy
I m new for here, and i would like to ask for help for you.
I have a nrf51822 QFAAC0 development board, form chine PTR9018 with 16k oscillator.
I use SDK 4.4.1,...