Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
Is the nrfutil pkg --hw-version N a customized hardware version, or is it the nrf chip family number (e.g. 52 for nrf52832)?
Both the help and the manual are a bit unclear...
Hi,
I have merged nrfx_spim with uart in nrf52840 dk (PCA10056) board .i am able to transmit only string but not integers. from my sensor i use spi to send real-time integer...
Hi,
May I know which version of S140 SDK and softdevices support which version of Amazon FreeRTOS and FreeRTOS kernel? If yes, I'm interested to know, as far as I know I...
Hello there,
I'm developing a C++ application on the BLE654 development bord which shall be able to generate and send 100+ BLE notifications per second on a single BLE connection...
Hi,
I need to compile the BLE_Connectivity project for pc-ble-driver. I've followed the below document:
https://github.com/NordicSemiconductor/pc-ble-driver/blob/master...
Dear Nordic Semiconductor Team,
this is the same question as in https://devzone.nordicsemi.com/f/nordic-q-a/40957/att_read_by_type-when-bonded
i accidentaly closed it...
Hi,
I have the exact same issue as mentioned in the below case -
Ticket - LE Data Packet Length Extension does't work
But as this was 2 years ago, I wanted to know if...
Hi Earlier this week I got a mailshot from Nordic with the subject "Nordic Semiconductor’s nRF52840 System-on-Chip is now one of the first chips supporting Bluetooth LE with...
I have used the cli module in SDK 15.0.0 to create a test interface for a API I have built over UART. It works problem free when typing commands by hand but when automating...
Hi,
Look the nrf_mesh_rx_metadata_t definition:
typedef struct { nrf_mesh_rx_source_t source; /**< Source of the received packet. */ union { /** Scanner packet metadata...
Hi,
I'm eveluating the mesh SDK (with segger studio) for some days now and I can not stand that I still can't figure out what the examples for BLE mesh can and can't do...
Hi,
I'm in the middle of developing a software that runs on nRF52840 and scans for BLE devices all of the time, then quickly connects to each and every one as fast as possible...