I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Hey everyone! My team and I are working on making a hex file that contains the soft device and software, as found in the 15.3.0 SDK, in the secure dfu test images folder....
I'm wondering about a scenario where an attacker has physical access, and manages to program their custom application into our device. They could use our stored credentials...
As UE HW designer/manufacturer we have limited possibility to troubleshoot modem/EPC states.
We had troubles with MME switchover and other corner cases recently.
We would...
Hi Sir
Now we have a project with NRF52805 and will MP by 2021 May,
We are looking for a RSSI test method for production line,
Currently, we are using a Litepoint IQxel...
Hi,
I wanted to use the project code of nrf5832 which we have created with nrf17.02 sdk and nrf5.0 mesh sdk with softdevice 132 for the board nrf5840 board. We are stuck...
I need to get quite a lot of logs and quite fast too. How do I do I get the logs into a file?
I tried with Segger RTT logger, but it tends to give up quite quickly. I heard...
I want my system to sleep for some time, but its waking up and I am unable to understand which interrupt occurred. I want to know which interrupt caused the system to wake...
Hi All,
I want to implement a function to send data from the internet coap client to nrf52840 DK coap server. The nrf52840 runs .hex file which is one modified from Nordic...
Hello, I'm testing an example of a zigby light bulb with a nrf52840 (pca 10056) board.
Here, when I press "BUTNERT 1" on ZED, I want to send the [ON/OFF] status of the current...
The average current during the nRF9160 test DRX is 2.2mA. The period of DRX is 2.56s. Using a China Mobile IoT card. I am testing on the DK board and have turned off all peripherals...
I used NRF24L01 to transmit the data without ACK mode. The receiver received the data normally when only the WR_TX_PLOAD_NACK instruction was used to send the data.If the...
Hello,
I want to set a GPIO Pin to high. Therefore I wrote the code below.
But when the software is written onto the nrf52811, I can not messure any voltage.
I do not...
Hi,
I am going to do data communication between two boards with libuarte. I see that both txdata and rxdata should be uint8_t*. But if I try to transmit the char*, will...