Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
hi .
i did what this linke says
but it get me these error
..\main.c(632): error: #20: identifier "NRF_CLOCK_LFCLKSRC_RC_250_PPM_TEMP_8000MS_CALIBRATION" is undefined...
Hi,
I've got some really simple code I've been trying to get working with SPI on nRF52 (while also using SoftDevice):
///MISO, MOSI, SCK set, but SS not
err_code =...
I am trying to figure out if I need to disable the softdevice to get the power numbers in to the single-digit uA range.
With the softdevice loaded/enabled, but with the...
I'm developing nRF52832 to implement the Eddystone (※ 1).
But i'm thinking seriously about what can I do to have the Eddystone Specification and compatibility.
please...
I am working with the ble_app_buttonless_dfu example and am wondering why the example sends 2 notification messages in response to a command being written to it? This occurs...
Hello,
I'm using nRF51, SDK10, S110 beacon example with dfu service.
What I have done are listed as below:
merged softdevice8.0 and bootloader to sd_bl.hex and...
hi,
in FreeRTOSConfig.h file,
#define configUSE_TICKLESS_IDLE 1
#define configUSE_IDLE_HOOK 1
and the idlehook function
void vApplicationIdleHook( void )
{
__WFI;...
I have got PCA10040 development board having nRF52832 nordic ble chip. I am not able to get datasheet for this. I have to use SPI communication on this board but I am confused...
Hai i am new embedded designer.. I am working with nrf52832 , i need to get accelerometer and gyroscope data from mpu6050 through twi.. Can any one give me a sample code ...
I am trying to wake my processor from sleep after issuing the sd_app_evt_wait(); Using an interrupt on an external RTC chip, I send interrupt pulses to the nRF at 1Hz. At...
Hi guys,
I have two nrF51 dongles and I am really interested in making the pairing of both of them using the proximity search feature of ANT. So far what I did is, I took...
Hi.
I have a BLE peripheral app for the nRF51822. I'm using SDK 12.1.0 with SD 130 v2.0.1 and gcc. I'm implementing DFU OTA at the moment and I notice there are two builds...
Hi,
I have an old project running on nRF51822, with SoftDevice SDK v8 - S110 mode.
I'm trying to migrate the project to a nRF52832 with SoftDevice SDV v12 - S132 v3 mode...