I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Dear sir.
I'm an engineering working on circuit design , micom program, and PCB artwork. from korea. My name is Jeong eui-jong.([email protected])
In conclusion,...
Dear Nordic Team,
I am currently using nRF52840 with nRF5 SDK v16.0.0 for developing a prototype of wearable device.
The wearable device should be able to act as
a)...
I'm implementing the full modem firmware update as demonstrated by the sample located at /samples/nrf9160/http_update/full_modem_update.
A bunch of it works. I'm able to...
I try to modify one of the pc-ble-driver examples to work together with my PCA10040 and the Nordic UART Service example in my Qt application, but the application doesn´t discover...
Hello,
I'm currently using SDK v17.0.2 with the NRF52840 on nRF52840-DK Board. After going through the example code of "nrfx_spim" I was able to get up and running. I...
Hi, I am trying to integrate DWS3000 (UWB) APIs, given here to nRF52840 with BLE stack enabled such that my firmware can blink Eddystone packets at the same time when UWB...
The customer requested that pairing be prohibited under certain circumstances, so I called API
sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP...
in ~/ncs/zephyr/samples/hello_world/prj.conf or in ~/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig
CONFIG_I2C=y
in my nrf9160dk_nrf9160ns.overlay...
Hi,
We are using nrf52833 for measuring angle of arrival. We got IQ samples from the device we need to calculate the phase difference from that IQ sample. please explain...
Hi, we have an application using an nRF52832 without a SD that we want to put into low power / sleep mode to save battery.
What commands should we use to do this and wake...
Hi,
I am using ppi to read some continuous data from a sensor through SPI and i got it working, it reads data in evry 8ms from the sensor through ppi.
but it fails when...
I am working with the secure bootloader example. I copied the firmware zip package to my phone. It contains only application.hex in the package, there is no softdevice or...
Hi,
I am working on an application where the device will be in off mode(only timer and BSP initialized in main ) initially and when I long press button_0 for 5 sec the remaining...