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!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hello,
I am using ndk52 (nrf52832) as peripheral and central in my system. I did some changes on ble-app-uart example for both. Now i can send my packets continiously....
Hello,
I am using ndk52 (nrf52832) as peripheral and central in my system. I did some changes on ble-app-uart example for both. Now i can send my packets continiously....
Hello,
I was wondering what is the best example to take as reference in case I want to pair two BLE devices automatically, I mean, I would like to make my devices to start...
i use RTC wakeup the sleep mode,project used the uart etc.
uart baudrate set to >=115200 sleep mode normally.but is baudrate set to <115200 sleep mode at 50ms+- periodic...
I am trying to use nRF connect's advertiser feature to simulate some sensor output for my testing. The sensors use BLE advertisements with scan response to send out data....
Hello community,
I am working in a central device with SDK 13 v. 4, PCA10400 (NRF52832) and SD 132 and one task is to receive 30 bytes from a sensors as a notifcation,...
Hi,
we are using are more or less unmodified version of the Secure DFU bootloader example. Especially all BLE/Softdevice configuration in "libraries/bootloader/ble_dfu...
As mentioned here , my poor little Thingy:52 doesn't work after upgrading to version 1.1.0 through the iOS app.
After getting my Thingy:52 i played arround with it for...
I try to add function for the peer manager initialization and set the security parameters. I did not understand keypress and lesc parameters exactly. Documentation says for...
HI,
I am using nRF51822 by Keil compiler. I found if it was programmed with boot loader
nrf51422_xxac_s130.hex
by nRFGo Studio.
Then if download user code by Keil...
Hello!
I fill in a dis struct with the fields manufact_name_str, fw_rev_str and sw_rev_str. Everything is dandy and works perfect.
Then I also fill in the field serial_num_str...
In product spec for nrf52832:
Neg30dBm 0xD8 -40 dBm Deprecated
Neg40dBm 0xD8 -40 dBm
Similar stuff in the SVD out of SDK 12.3
When I convert the svd to rust (using...
Hi,
I am using NRF51822 and sdk12.2. I am using Softdevice s130 with peripheral experiment_ble_blinky example. I have merge UART example in this and it is working fine. ...