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 am working on current consumption in nrf52832 sdk 17.2.
i have found 2M phy reduces the energy consumption as compared to 1M phy.
i want to set 2M phy GAP aparameter...
Hi everybody,
I am experience a strange thing with dongle.
With a modified Uart example, i modified uart0 pinout to pins rx->1.13 and tx->1.15. I think thats pins are...
Hi I am currently runnign into a problem that my SPI driver does not fire a spi_event after a while.
The code is as follows:
The thing is, it is working at first. My...
Hi!
I was trying to save sensor data to flash and notify it through a dedicated service.
In order to do this I initialized an fstorage instance, created a handler and...
Hi there,
I have the configuration that I have a motion detector connected to a GPIO-PIN of the BM833. Now, when the motion detector detects motion, it will set the GPIO...
Hi, We are using NFC T4T library to communicate with USB readers, everything work correctly until we changed some internal processing which increase operation time (approx...
Hi
My question is most similar to https://devzone.nordicsemi.com/f/nordic-q-a/16488/spi-slave-peripheral-receive-interrupt-processing
I want the spis_event_handler to...
Hi,
We are at the stage of migrating our exsisting code which was based on the SDK 15.2 to use the nRF5 SDK for Thread and Zigbee v4.1.0.
Im stuck at the stage of using...
Hi,
I need to use P0.11 on NRF5340 as a standard GPIO controlled by the application core. It has taken me a number of hours to realise why it isn't working as expected....
Hey,
I have some randomly generated strings I'd like to use as the values for my Kconfig string options but Kconfig doesn't seem to like these as they contain characters...
Hi,
I have recently started using nRF Connect with VSCode.
Every once in a while, the build (and also the pristine build) will fail with this output:
To me it looks...
I'm using the LTE Sensor Gateway sample (NCS 1.7) to transfer data from a BLE sensor to the nRF9160DK up to NRF Cloud. To get low power operation, I've been able to use the...