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:
I use Bluetooth capture crawl data. I want to see the data in DEBUG in?I can not see Adv PDU Header among type TxAdd RxAdd PDU-Length data in the code, AdvA which data...
Hello
I am developing a health fitness watch using the nRF51822 System-On-Chip. I am interested in acquiring an organizationally unique identifier that can be then be implemented...
Dear Developers,
At the moment I'm writing some software to develop an Android App. I'm using nrf8002. When my app connects to the nrf8002, I'm able to read battery level...
I am trying to use the nrf8002 for proximity type application. Right now I have a prototype working with a speaker and LED and I can light up either one using an app. What...
Hello every boby,
I'm a newbie in PIC programming and I hope something could help me to start interfacing the nRF8001 with a PIC. My schematic is already done but I don...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi
I'm using the Eval Kit PCA 10001 V2.1.0 and Nexus 5 with new Android version 4.4.2. Connecting to the Eval Kit works just fine, but when i perform a service discovery...
I have an nRF51822-based peripheral using the SoftDevice 110 v7.0.0 and SDK v6.0.0. The peripheral uses two custom characteristics under a single custom service. I'm using...
Hi
I'm using sd_app_evt_wait(); to go into low_power mode.
For some reason it comes back immediately, but I can't figure out why.
If I call it a second time it stays...
Hi,
I'm trying to flash the S110 onto my nrf51822 SoC, but nRFgo gives me the following error. (Also, hitting recover just gives me an error: "an error condition was detected...
Within app_button module, code for app_button_is_pushed() seems to have changed from SDK version 5.1 to 6.0. I notice my code has stopped working properly with that update...
Hi
Now, we are planning to implement an ANT+ RX (slave). I checked nRF51422 product spec. Radio current consumption is 12~13mA if receiving data between 250kbps and 2Mbps...
I'm using the boot loader that comes with the beacon development kit and I want to change it so that when the application software is running it can restart the device in...
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...