Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hi.
I am using the nRF52840 DK board and have integrated the SDK15 ESB_Rx example with the HID example.
The nRF52840 DK board has two USB ports. (J2, J3)
J2: Firmware...
Trying to track down an issue with IOS disconnecting shortly after connection when using NRF Connect, LightBlue doesn't connect at all.
We have a few GATT chars with...
Hello,
I am facing an issue when trying to use the example flash_fstorage_example in SDK15 with the softdevice. According to the documentation, using the reading and write...
I am testing SPIS to transmit mass of data(255 bytes each call) from nrf5 DK.
I found SPIS data shifting randomly.
The testing data is 0x88 but sometimes can get 0x44...
Datasheet of the Sensor:
www.ctconline.com/.../1_VS_TA102_DS.pdf
Accelerometer Out = 100mV/g =equivalent to=> +/- 8Vpk-pk
Temperature Out = 10mV/°C
Please provide...
FDS uses softdevice API. SDK 14.0.0
FDS writes are all successful for the same file id and different record keys until the flash is full
fds_delete_record() is called...
Hi,
I'm developing software for the nrf52832. However, I can't use the SDK of Nordic for several reasons.
In the code, I would like to save a small amount of data...
I tried to assigned each device to different group(subscriptions) by the following code segment.
for (uint16_t i=0; i < devCnt; i++) {
......
ERROR_CHECK(config_client_server_set...
Hello Everyone,
I am trying to incorporate NFC-BLE pairing feature in my ble_app_uart example. I have imported all the necessary files to the project and have installed...
Hi,
I am working on the project as a MultiLink example. My environment is using nRF52840DK & Softdevice 6 & SDK15.
I am trying to make multiple connections and communicate...
Trying to understand how the Device UUID is derived.
in iOS, Device UUID: FC7C7422-2BCF-894B-E848-855791DD3DD9
in RTT:
DEVICEID0: 0E064007 DEVICEID1: 14669F75 DEVICEADDR0...
Hello.
Hello.
I am trying to install pc-ble-driver-js on my computer but it fails to install. If anyone could guide me how to install it, that will be appreciated...
I'm having a strange problem where the Supervision timeout does not seem to work right at the point the connection is initiated (sd_ble_gap_connect() was called but BLE_GAP_EVT_CONNECTED...
I'm using the SPI in slave mode and have a very high power draw: > 2 mA. The issue happens both in my application + custom board as well as with the dev-kit + SPIS example...
Hello
I just have some small queries.
Let's say that I am scanning continuously for advertisement packets. I think the MAC address of the devices sending these packets...