Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
I want to make a card according to the NTAG213 specification package of NXP.
After I set the parameters, the default value for reading the card content will be NTAG203...
Hi,
We are running Zephyr 2.4 via PlatformIO on a nRF52840 based product. While spamming the nRF with a ton of BLE packets, after about 15 minutes or so we get the following...
Hi,
I have quite demanding SPI device which should send its data over BLE. Thanks to throughput example i was able to achieve maximum transfer speeds for synthetic tests...
Here are some values I got from the terminal:
11011110000000000001000000000010
00000010000001010000010000000011
00000011000000010000001011011110
I do not see the sign...
Good morning,
To my knowledge, the nRF52833 dk as well as the reference designs are FCC certified.
I'm currently searching the FCC IDs for these designs but I'm not able...
Hi
Using nRF52DK + SDK17.1 + S112
I have retarget enabled & using printf to output over UART (no DMA)
What's the best way to check if printf is busy outputting data...
Hi ,
What I am trying:-
-connect the custom board with nrf52840 chip using nrf52 dongle on pc with python.
-Already set some commands on custom board so when my pc ...
Hi:
i use the application note nA34's python file (dtm.py) to perform DTM PER test among 2 nRf52840 DK.
and in the LE_Test_Setup command ( the only set command which upper...
Hello,
Every time I try to run the sample gnss in SDK 1.8, I got this error gnss_sample: Failed to generate JWT, error: -8
Please can you let me what this error means...
In my application, we do not expect Centrals to have persistent relationships with Peripherals. We don't need them to store information about each other. However, we do need...
i am working with NRF52840 and i am using nRF Connect SDk.
can i get the help/documentation or guide to add the custom service.
can anyone compare and explain with nRF_SDK_17...
Hello,
I'm using NCS v1.9.0 with a nrf5340-based device.
Is there a method to update the public key embedded in MCUBoot using DFU after the initial load? I'm looking...
Hello,
we are using SEGGER Embedded Studio for ARM 4.16 to program Nordic chip nRF52832 (SDK is nRF5_SDK_15.3.0). We would like to have some functions executed in RAM and...
Hi,
I saw that LOG_HEXDUMP_INF prints debug data to a console, Is it possible to write in a dump file at memory..? As I have a requirement to generate core dump file ...
When I debug the peripherals box is always empty. I'm using a nRF9160 on a custom board, J-Link pro.
I reinstalled VScode including deleting all settings, and reinstalling...