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 ...
Hi, what are the (security) implications of running bootloader with #define NRF_BL_APP_CRC_CHECK_SKIPPED_ON_GPREGRET2 1 in production code? We use sdk15.0.0 with secure dfu...
Hi everyone,
I have an issue with power consuption. I work with the SDK15.2.0 and the SoftDevice S140 on a custom board.
I launch the ble_app_pwr_profiling example on...
I wasn't receiving any log messages while debugging the ble_app_uart_c example using SES so I enabled appropriate logging functions and set them to level 4 in config.h. Still...
We are using NRF_SDH_DISPATCH_MODEL_APPSH, and are generally very happy with it (especially for BLE events). However, I'm trying to retrofit error handling around complex...
SDK: 15.3.0 Example: ble_app_multirole_lesc Device: EYSHJNZWZ (nRF52832)
I define the following macros in "Section Placement Macros".
Can I use these macro values in my...
When the boot loader calls the sd_mbr_command it does not get updated.
sd_mbr_command_t sd_mbr_cmd;
sd_mbr_cmd.command = SD_MBR_COMMAND_COPY_BL;
sd_mbr_cmd.params...
SDK: 15.3.0 Example: ble_app_multirole_lesc Device: EYSHJNZWZ (nRF52832)
I recognize by default that the top address of the app is 0x26000. I want to change the top address...
I need to measure current of loads attached to NRF52832 using current transformer(CT).
I can use SAADC library to read ADC value. But to measure current I have to know the...
I have a question about PeerManager.
SDK: 15.3.0 example: ble_app_multirole_lesc (I changed the source from the sample) deviceA: EYSHJNZWZ (nRF52832) deviceB: Android (ver9...
Dear All,
We would like to automate the trst procedure of our device in LabWiew because in this tool we are doing also electrical measurements.
We have tried nRF connect...
Hello,
I'm running custom firmware on a nRF52840 based DK (Rigado BMD-340).
The log from the nRF Connect app is as follows:
Could anyone help explain the error...
Hi,
I am using nrf mesh sdk v3.2.0 and I would like to combine our custom service within the mesh server example (includes the proxy service). Using info from other threads...
We are having issues with UART communication on the nRF52840. Using a logic analyzer, we have found that the transitions happen too quickly. This causes the receiving MCU...
I have been working with Thingy:91 for three weeks now. Everything works nicely, however, I could not get any GPS location from it. I am using Rogers simcard which is a local...
Hello everyone. My project is getting quite complex so I will try to abridge. (Mesh SDK 3.2.0) I am trying to send wifi credentials from an android application (derived from...