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,
I am writing an application that reads data from the I2S interface, adds it to a queue and sends it via BLE (the code I have implemented so far is added at the end of...
Hello,
I am using the 802_15_4 MAC api to configure my device as a coordinator.
After it has been configured as a coordinator I want another device to connect to it...
I am using nRF52805(SDK 17.0.1 & S112) in my application development. Designed GATT Table Having some custom services with read, write & notify properties, And also, there...
I am testing advertising mechanism of nRF52832 device. But the following error occurred.
app: sd_power_system_off() failed, errCode=0x2006
The following is log messages...
It appears that an incorrect value is being used as the reset handler address so that the jump from bootloader to application is to the wrong address.
I am porting a bootloader...
I can not program the NRF52840 with the programmer software on windows 8.1. However when I run a virtual machine in oracle virtual box using windows 10 it works. I would rather...
Hi all
I have two units, one acts as Central and the other one acts as Peripheral.
I erase chip of one of the units, and then always failed to pairing, with a BT_SECURITY_ERR_PIN_OR_KEY_MISSING...
Hi,
I'm writing an app that creates a CSR, has it signed by a (web-)server and subsequently uses it to authenticate to another (mqtt-)server. For the CSR generation and...
I am trying to port a project to an NRF52810. The project uses a bootloader with a modified transport to work with a proprietary RF protocol. The bootloader/app works on the...
II have a question on how to automatically activate the change from “minimum BLE advertising interval” to “maximum BLE advertising interval” after (for instance) 30 seconds...
I'm unable to use the PSA crypto methods when OpenThread is enabled on NCS 1.9.1. Linking fails with undefined references to PSA crypto methods.
To reproduce, us the nrf...
hi,
i have just to develop an appilcation with NCS 1.9.1 of nrf52840. Now I have tried to activate DFU and I had to realize that the image size is too large(490k without...
I have a design that had previously only used Serial communication to talk to the NRF52840 and did not use the USB interface. For this coming design we want to use the USB...
We have a custom service on our server/peripheral devices, with a number of characteristics.
This service is implemented on a number of host platforms, including nRF devices...