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...
Hi all!
Im still new to this and I'm trying to help a friend with a PCB design. We are using the nrf52832 and recreating the design from the reference circuit given in the...
I am trying to Compiling ‘ble_advertising.c’ and get 'NRF_EVT_FLASH_OPERATION_SUCCESS' undeclared (first use in this function).
This declaretion is already in the nrf_soc...
Hi;
i tried to compile LED Button app founded in this tutorial infocenter.nordicsemi.com/index.jsp in nrf51822 pca 20006 I had these errors someone can help me please or...
I just make some change Tx power level on "ble_app_blinky" app, i see that: when change Tx power(-20, -16,.., -4, 0, 4) like this code i mark red color below.
---------...
Hi,
I was trying to load the agps sample code into thingy 91 for testing. I read the readme document which mentioned that code is compatible with thingy 91 too.
After...
Hello everyone,
I wanted to start with Thingy:91 today, so I first wanted to update the device with the newest firmware.
First thing I found confusing is: On the Getting...
Hi everyone,
I saw a lot of example in SDK (CDC ACM example, Audio example, MSC example,...) and I want to know if is possibile to modify them and use the USBW (USB WIRELESS...
nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_master_with_twis_slave.
I use NRF52810 as a slave, power consumption is 6uA.( nrf_drv_twis_enable(&m_twis);)
I see the...
Hi,
I am using nrf52832 module, sdk 17.0.2.
I have ble nus service added and device works properly had no issues till i add the AES related files and defines.
Can...
Hi,
I would like to use external app firmware to update over BLE a secondary microncontroler behind a NRF52832. I read that it's an experimental feature but it's very intersting...
Hello, im newbie here. I using multilink NUS from example and i want somehow get peripheral (peer) address in ble_nus_c_evt_handler TX event. How can i receive that?
I use nRF52832, sdk17.
First of all, during the sample, you want to implement central using "ble_app_out_c" in the "ble_central" file.
Central wants to connect peripheral...
Hi, I found that after migration from Zigbee Thread SDK to Zephyr GDB debugging functionality is broken. I have read a lot about PRIMASK register, GDB hooks, and so on, but...
Hi everyone,
I am using a third party nRF52840 module and I have developed my own bluetooth application. I have implemented one characteristic for notifying data from the...
Hello,
I am working with nRF52840 and started with SDK15 examples with BLE security mode 1 level 2, No MITM. I have a question regarding bond handling and the deletion of...