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 ...
hello,
I am using SDK 16.0 and I use flash storage to store some value which is critical for our application, when I use fstorage_write as below inside main(),
int main...
I am trying to use the fstorage library to store some data for my application and use the flash_fstorage example in SDK16 as a starting point and copied the required codes...
Hi
i am getting Fatal error while uploading code in my nRF52823 plz find attachment which i enclosed.
and showing break point at NRF_BREAKPOINT_COND; plz tell me what...
Hi Team,
We are working on NRF52840 module with BLE functionalities.Tested the RNG functionalities alone with example project (examples\peripherals\rng ) it is working fine...
Hi!
I'm trying to transfer data from UART to BLE in NRF52810. NRF52810 connects MSP430 controller via UART, MSP430 sends packet of 16 bytes lenght every 2ms (500 times in...
Hello,
This morning I was able to program my kit, but I don't not why I can't do it now.
I'm trying to do it with all the options I know (SEGGER, nrfjprog, program nordic...
hello everyone,
I want to implement the FOC algorithm to control the brushless motor with the nrf52 card. is there a library or SDK that I can use. regards,
Hello all,
I've been working on creating a test app for a product that I've been developing for sometime. It has multiple BLE services such as Device information (DIS),...
HI ,
On my costume board works fine when VDD connected to ~3.6v.
it starts to behave differently when voltage is ~4.1v. (Flashing fails / SW not loading ).
my VDD_GPIO...
Good morning, I am a university student and I would like to know if there is a tutorial or an example to do a simple test of the operation of the new feature of Bluetooth...
I am trying to read ADC values for 8 different channel, in order. It's just to test if the ADC and its API.
I successfully receive the ADC binding (it returns 0), and the...
Affects version: SDK 15.2.0
Building the ble_app_hrs_freertos example produces several warnings in SES. The warnings are related to redefinition of several MACROs.
I have set up a custom board using the nRF52811 based BMD-360 module.
I have tested the twi_scanner example, first of the nrf52DK with an external sensor. I Changed the...
Hi all,
I'm trying to get the Thingy device work with (SEGGER's) RTT. I used the asset_tracker sample application and edited it to just print to RTT in a loop after all...