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...
Installing a toolchain for nRF 9160 is not easy as installing the Arduino IDE ( at the leat in Ubuntu). I request Nordic Semi to install all the required tools in a cloud...
Can I buy nrf52811 in bulk and have my bootloader and firmware installed before I receive them for production? And what is the cost say for 1500 preloaded. ?
Hi
I am new to this forum, I am working on NRF24l01 and having some issues to transmit more bytes, I am suing some sample code which is working for simple transmitting one...
Hello,
The following code was embedded in main function, the sdk version is 15.2.
the debug console show as below:
My question is , why string "This is a string...
Dear all,
after some customs problems I hope I finally will receive my Thingy 91 tomorrow. I have already installed the toolchain and done some readup on the device for...
I am attempting to build the new alexa_gadget example that is included in the nRF Connect SDK.
Environment information:
Windows 64-bit
nRF Connect v3.6.0
nRF Connect...
Hi everybody,
I think have a problem which involve writing on the external memory of the nrf52840, what I want is when I receive data from the NUS service I want to store...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hi,
The system has an nRF52840 as a BLE USB Dongle plugged to a PC, and connected by BLE to another device (another nRF52840).
I measure the latency time between the...
Hello everyone.
I made my own board with nrf2840 and wanted to use the CC310 module for encryption.
I uploaded an example from the SDK to my board and in the debug I see...
Hi,
I am a newbie to nRF devices. I have different sensors connected to TWI,SPI,ADC etc. and need to send these data to a cellphone through BLE. Does anyone has a sample...
Hello,
I'm starting to investigate using the nRF52833 as part of my design and i wanted to clarify the specification in the datasheet. it states the following:
Does...
Hi,
When upgrading a project from ncs 1.3.0 to 1.4.0, the clock_control_on() call behaves different; It always returns -EPERM. Did the API change?
The call is used as...