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 using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
I have recently upgraded FTD code which was based on nrf sdk for thread and zigbee v2.0.0 to nrf sdk for thread and zigbee v4.0.0
On compiling the FTD I am having the following...
Hello,
When CONFIG_PROVISION_CERTIFICATES is y and certificates are defined in certificates.h the program fails in provision_certificates() function, the modem_key_mgmt_delete...
Hi,
I am working on Bluetooth peripheral and pin_interrupt_change program in nrf51422 on sdk 12.3 .
so I added pin_interrupt_change program in the ble_app_uart program...
I'm attempting to synchronize/correlate measurements made by two separate nRF9160 devices and was hoping to use a timestamp to do so. Essentially I would like to measure the...
I am using GPIO interrupt event.
And I added the following code because I wanted to observe PA / LNA.
Adding this code stopped the GPIO interrupts. Can the two coexist...
Hi,
For nRF82540 dev board, the secure bootloader code has embedded many NRF_LOG_DEBUG(...). But they are not displayed or output to virtual COM port. Is there anyway to...
Hi all,
I'm looking to develop a proprietary start network that may support around 30 devices, with very low bandwidth (pretty much just a keep alive and a sensor state...
I just came upon a blog post from ARM about the use of the Cortex-M4's FPU:
https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/10-useful...
Hi, I am looking for sample code that can reconnect to bonded devices and share the encryption keys with DFU-OTA.
I have worked using DFU-OTA (JUST_WORKS option); I question...
hi all,
i can't update new nrf cloud certificate
"There was an error generating the certificate: No Nordic product with device id nrf-xxxx...(imei)and ownershipCode...
Hi.
I have a Thingy91 that I will use as a remote wake up for another system. I am trying to estimate how long the system will be able to run on a single charge with the...
Hi!
I am trying to find an example project for the Rigado BMD-340 eval board, or some guide to getting running with this board. We are working on a new product using BLE...
Hello,
I am using peer manager to handle security and bonding. Everythin works fine (bonding witth MITM).
However, when a known peer connects, I am getting 6 (six) PM_EVT_PEER_DATA_UPDATE_SUCCEEDED...
I want to make The Thingy91 a bluetooth peripheral device . I want it to send the generated temperature data to cloud or another device. How do I do this? I had problems with...