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...
Hi all, i have a nrf51 Development kit and a nrf51822 smart beacon kit and I want to read them in Matlab using the bluetooth receiver of my laptop. I used the instrumentation...
hi all
i try to write in volatile memory but after the second (the first is ok) writing the nrf8001 response me with 0x84 0x08 0x81 -> Internal Error
i don't know why
please...
Hi, apologies for my ignorance but I'm confused by something. I'm looking to add a PA and was thinking of using the RFAxis RFX2401C like many of those nRF24L01+, PA and LNA...
Hi All,
Please tell is ble mesh is it work for nrf51822 EK, the code is taken from this link: github.com/.../nRF51-ble-bcast-mesh . the code provided in this link, is tested...
We have made a bare minimum prototype with nrf51422 QFN chip following the reference schematic for internal LDO setup in 11.5.1 section of nrf51422_PS_v3.1. It is built on...
Hi,
Am using NRF52 S132 softdevice,
I have a use case like when I press a button , I should turn off BLE. So I enabled an interrupt for button. Whenever this button is pressed...
Hi,
i am using nrf51822 to develop our product. I'll try to describe more details to make you understand more clearly.
STEPS:
While testing my project, I had...
Is it compulsory to have same Baudrate on central & Preipheral side when using the NUS..?
I'm using Central @ 115200 & Peripheral @ 9600 [No flow control on either].
...
Hi,
I've written an app on the nrf51822 (rev2), with S110 (v7.3.0) and SDK v6.1.0. I've written a custom non-blocking UART driver. I'm running into an issue where the UART...
Hi,
Using the nRF5 11.0.0 release SDK, I'm trying to set up one task to transmit to and one task to receive data from the UART. Nothing special.
The configuration block...
Hi,
The xQueueReceive function in FreeRTOS seems to be broken, when a non-zero timeout is specified.
Example, I'm trying to create and ordered output mechanism for the...
Hello there,
I managed successfuly to build the 'ble_app_hrs' of SDK10 on my NRF51 on GCC MARS 2.0 using these two guides combined:
devzone.nordicsemi.com/.../
devzone...
When i use the nrf_drv_adc with NRF_ADC_DEFAULT_CONFIG i get the following compile errors:
rf_drv_adc.h:127:27: error: 'ADC_CONFIG_IRQ_PRIORITY' undeclared here (not in...
I am developing a real-time system which triggers an interrupt every few milliseconds. That data is collected in the interrupt. When a memory buffer is full, the data is then...
Hi,
i am trying to start a RTC0 on nrf52 DK with SoftDevice (s132) enabled with project based on "ble_app_template". The problem is that a sd_softdevice_enable() (called...