I have problems with nRF Connect(Android, latest Version, no version number found) to find BLE devices with 2M phy, coded phy and extended advertising. So i am running nRF...
Dear Nordic Team,
I hope this message finds you well.
Some time ago, we asked about the migration from nRF9160 to nRF9161.
We want to ask the same question regarding...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
For the GetAssistanceData endpoint (POST /location/agnss), if we are using the x-custom-device-id header instead of a device token and registered devices, how can we view...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hello,
I decided that bonding (does it equivalent to "pairing"?) is not allowed in my application, so I modified the following definition in main.c:
#define SEC_PARAM_BOND...
We are trying to get the ANT feature to run based on RTC as follows:
a. Timer RTC0 or 1 (1 for this example - tick is disabled, compare is on.)
b. Timer initialized (all...
Hi,
I'm a new learner for the nrf51822. In the SDk ,there is an example of esb which is used for the radio transmittion with ACK. I want to know that if I can use the esb...
We have a custom board designed based on N51822, CEAAB0 and we have used the chip antenna from ST BAL-NRF01D3. When we have flashed our proximity code to the device, we will...
Hi,
After i use sd_ble_gatts_hvx() ,i will receive a BLE_EVT_TX_COMPLETE.
The "tx_complete.count" is no problem when i use softdevice 5.2.1 . e.g. count =1. this is correct...
Dear Sir,
i am using pca10001.
Actually i tried to read and write the data from EEPROM having address 0x50 though i2cbus.
i made po.0 and p0.1 as output pin then...
Hi,
I've created a small test program (pasted below) that is intended to help me profile some of my code down to us resolution. Maybe you can quickly run it (no other files...
I'm designing a board using the nRF51822 and leaving test points on the PCB for the programming/debug lines so the chip can be programmed after PCB fab. Are there any reference...
I'm evaluating nF51822 for my application which needs to wake up from either a button press or an interrupt pin singal from an accelerometer. Normally this can be done with...
hi guys, i am writing a code for reading data from a sensor using twi interface, the twi is not working properly, here in SDK i found two examples of twi - sw_ nd hw_ is sw_...
Hi all,
I have read the nRF51822_PS v2.0 and know that nRF51822 supports the SPI slave mode,so I want to know whcih version of the chip will support it?
Also,I have...
Hi,
is possible to reprogram flash in nRF51822 via radio channel?
If yes - is there application note for this feature
Some customer want to secure upload firmware without...
Hello, I need to transmit a data packet with hundreds of bytes, but aparently the S110 SoftDevice can't handle payloads with size bigger than 23 bytes.
According to the...
I load battery_demo_nrf8200.hex into nRF8200. I can then read battery data on Master Control Panel and watch data change when I change VTG.
I then load health_thermometer_application_nrf8200...