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 have a working project where I use PWM driver with LEDs on the development board. I make use of the d52_starterkit.h where I have the following definitions:
#define...
Hi,
On a system reset, we want a mechanism to stay in bootloader for a short period before jumping in application. This way, if something is wrong in application that prevent...
Hi,
I am using ESB library for nRF52 microcontroller. At receiver i want to measure RSSI value of a packet. I got RRSI from nrf_esb_payload_t structure.
I am printing...
Hi,I have ibeacon (nRF51822) radioland-china.en.alibaba.com/.../long_range_300m_ibeacon_programable_nrf52822_beacons_bluetooth_4_0_tag_chip.html . I want to update the firmware...
Hi,
In my project i would like to save 100 bytes of information in RAM before going to System-off sleep mode.I have tested the example project given in sdk11 works okay.Have...
I am trying to read the battery level on a custom NRF52 board and I am getting a value that is around half of real voltage.
The same code works fine on NRF52 DK ( I was expecting...
I am looking at this example: github.com/.../main.c
In ble_evt_dispatch (line 315), this function forwards an BLE event to all of the modules. By looking at ble_evt_t,...
I am trying to build a BLE central application on the mbed compiler (target BLE Nano).
I have chosen the ble_app_uart_c example from the nRF5 SDK as a starting point. My...
Hi Support Team,
one error come out when use nrf connect, just as attached picture shows,
please help to check what cause this error,
no error come out on phone.
...
In reference to this issue in the Android DFU library...
github.com/.../33
... can someone from Nordic please explain how DFU OTA using the secure format on a device...
Hi,
I working on nRF52 series development boards communication. I am using ESB library for data transfer. I am able to transfer the data between two microcontrollers. Now...
My device is connected with GSM module, when GSM module communication fail, I need to save the error message to flash. In application level, pstorage_store or pstorage_update...
Hi,
I use fstorage fun in nRF5_SDK_12.1.0_0d23e2a.
and the same code can run SDK11 but It seems different now.
So how to use fstorage fun in SDK12 and I list the different...
I was looking for something like a checklist of what to do when developing on a custom board but I couldn't find it.
I am working with Keil 5.15.
I achieved to develop...