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...
Hello,
I have 4Pcs same PCBAs and same firmware, the current values as below:
2.2uA
3.3uA
3.0uA
3.8uA
Condition: Power Supply 3V Battery; Temperature 22...
Shalom!
We have a nRF9160 custom board on which I cannot switch some of the IO lines.
For example we have two leds, P0.9 an P.10 but only P0.9 works. The hardware guy...
Hi there, now I set up a BLE to connect peripheral to central via NUS service. The peripheral is a customize board with nRF52832 and the central is nRF52840 DK board. The...
Hello everyone I hope summer's kind with you (or winter, for the southern hemisphere...)
Here's the deal: my printf and NRF_LOG_INFO output zeros, while my register clearly...
Hi Nordic team,
I am using nRF connect sdk mesh light_switch example. version of sdk is v1.6.1 .
The node is detected in the nRF mesh app in my mobile.
what does group...
I believe I'm following both the Cypress data sheet properly. Yet I'm still having an issue getting the simple QSPI Peripheral example to show data consistency.
Can it...
Hello
I want to operate SSD1331 OLED(96*94) using sdk v17.0.2 and nrf52840 custom board.
The OLED example of sdk v15 was replaced with the codes of sdk17 and tested on...
Hi Nordic experts,
Recently, I consulted the datasheet and tried to find out something about the radio speed when using softdevice, unfortunately, I can't find anything...
We are in the initial stage of development of a product that will be shipped in different countries and different customers.
We would like to use an MFF1 or MFF2 eSIM for...
Hi
When trying to register iBasis sim with correct ICCID and PUK, I get this error message:
Username and pool information are required.
could You help me with...
I have my IMEI but my pin number has 4 digits: 0000, instead of 6 digits(which is required to add the LTE device)? Please Nordic, what should I do? I have this problem for...
I am a beginner in embedded systems.
I know that the minimum resolution of RTC is 1/32768, but what is the effective number of digits for this? For example, I used a counter...
I have not been able to confirm this from documentation. I need to know what the on/off and termination states of the nRF51822 GPIO pins are when the chip is initially powered...
Hello,
I'm using Segger with the nrf Connect SDK v1.5.1. Before my program's main even calls, the program is getting stuck in the nrf system calls; specifically nvmc_wait...
Hi, currently I am using fstorage alongside ble-mesh to store some data in flash. Currently however, writing with fstorage seems to be successful only about 50% of the time...