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 am trying to upgrade SoftDevice and Application firmware from v6.1.1 to v7.2.0 on Nordic USB840M dongle and I am facing a strange issue after such upgrade.
Please find...
Hi,
I have created my own service and charecteristic
1. But i am seeing only unknown service - How to give a name to this service
2. I am getting unknown charecteristic...
Hi
I have compiled (successfully) the Zephyr example samples/bluetooth/peripheral example for the nRF52 DK (nRF52832).
I am going through the code and trying to understand...
Hi
I have developed a device using the nRF52832 and I am wondering if there is built in functionality to reset the chip back into bootloader mode without programming the...
Hi All,
I'm using SDK17.1.0 and I have a question about mobile device subscribe.
I asked this question before, but the engineer didn't reply, so I asked again, thank...
Hi All,
I want to port BPS to my custom project, I encountered the problem as the title.
When I connect and trigger the subscribe like this picture.
My project will...
I have code that runs for around 5 days, then for some unknown reason hangs or stops running, which makes it almost impossible to debug.
I have also tried to implement interrupt...
Hi.
I have an issue that, If I power off Master and do save flash at Slave side together, the nrf_fstorage_is_busy(p_fs) return value always true .
When BLE is connectting...
I added a mesh shell module to my firmware running on nRF52480 .
Opened the mesh shell
uart:~$ mesh init Mesh shell initialized
mesh provision 0 0x100 0
Crash (see...
Hey,
I have implemented BT FOTA process for my zephyr based application. DFU over Bluetooth works fine. But now I struggle to implement manual upload of image (it will be...
Hello Devzone,
My name is Ted. Recently I posted here and received some good help on low power sample code for the nRF9160DK board. This code helped me prove in real life...
I'm currently trying to set up a simple demo using 2 dev kits running the SPIS and NRFx_SPIM examples but the SPIS seems to always send corrupted data over the MISO line....
Hi,
I'm using two dev kits to test out some SPI firmware before I deploy it to our custom boards and I've been running into a weird issue where my SPIS sends out corrupted...
can i store the NRF_LOG_INFO() or debug terminal outputs to text file as i want to check large amount of data and i want to save it as .txt file to run script on it
Hi
my os is Ubuntu 20, and has install vscode && vscode extends for nordic && zephyr-sdk-0.13.2-linux-x86_64-setup.run into /opt/Zephyr ;
when use "create new application...