Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I have developed an application that reads data from an analog sensor and transmits data with UART. This app is based off the SDK v14.x uart example, and SAADC example. While...
Hi.
I am developing zigbee product with security function (using install codes).
1. function cmd_zb_install_code in zigbee_cli_cmd_bdb.c, there is a comment as bellows...
Hi, I'm using proxy_client and proxy_server from light_switch examples of mesh sdkv2.1.1. The provision process gets successful with android mobile using nRF Mesh App but...
1. Do I need to make hardware changes when I want to change my SoC chipset with nRF 51 to nRF 52? 2. Does the nRF52 Series require hardware changes when it needs to change...
Hi,
There is a Demonstration about zigbee joining networks by install code.
But how to know if it using the install code instead of the default TC link key?
1. I run...
Hi
I am working on cryptography algorithms. I am trying to write my own implementation of main function. Inside the main function, I wish to call AES functions. I want AES...
Hi,
I am trying to use nRF52832 evaluation board as a BLE sniffer. I have windows 7.
I installed nRFgo studio and downloaded nRF Sniffer v1.0.1.
I plugged the board...
Hi! I'm new developing using real C language. I have more experience using Arduino. I'm trying to send a MIDI message over Bluetooth MIDI when I push one of the buttons of...
Hi,
we've just found the information about the knobattack ( https://knobattack.com/ ).
Is there any fix for this issue with the new updates?
Best regards,
Constan...
Hi,
I have recently developed a simple custom board with the use of the BL651 module to have a dev board for myself. Although the schematic diagram is simple and the PCB...
I have nRF9160-DK bought fairly recently. The IMEI is printed on a label on the back of the board. But, there is not PIN. Registering the board as an LTE device on nrfCloud...
Hey all,
I was curious to see if anyone else is seeing the same problems I have with DFU.
I'm currently running SDK 15.2 and version 1.8.8 of nRF Connect on iOS. When...
Hello,
Previously I was using nRF52 SDK V11, printf did print properly and provided linefeed with '\r\n'.
Now I started using SDK V15, printf is no longer supported and...
I'm developing a nRF52832 based HID device and I'm at a bit of a loss as to why it isn't working on iOS. The device works as a keyboard fine on macOS, and it connects and...