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...
SDK version: 14.2.0
I use "ble_app_hrs_freertos" as code base and modify it to create a "ble_app_template_freertos" project.
" softdevice_task " is already in this project...
hello,
For now, I have to power cycle my board or manually send "nrfjprog -f NRF52 --reset" to start the application firmware after download. I would like the application...
Hi all,
I'm trying to combine the BLE NUS central with USB CDC functionality.
I have copied over functions from the USB CDC ACM example into the BLE_APP_UART central example...
Hi everybody,
I am meeting a strange problem that i can't compile the .h file from the nRF5_SDK_15.0.0_a53641a\integration\nrfx\legacy and nRF5_SDK_15.0.0_a53641a\modules...
I want to make a burn file, but I get an error when merging hex files. : “The hex files cannot be merged since there are conflicts.”,When I cancel the compilation of the nrf_dfu_settings...
Hi.
I am following below step for Installing micro_ecc_lib_nrf52.lib.
1.Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM's Launchpad...
Hello!
I have a custom pcb with Lsm6dsl connect to nrf52832 via i2c.
I can write and read regs of Lsm6dsl well ( reg "who_am_I" return 0x6a as describe in datasheet )...
Hi,
Does nRF51822 have FCC ID? We are currently in the process of FCC ccertification and we would need this knowledge to see what test should be done.
Please let us...
Hi,
I wanna insert the accelerometer and gyroscope in my solution. Now, I am using the nRF52840 and I wanna know if you can recomend any library and/or shield to add this...
hello support
I am reading the Mesh Spec and came across
The device key is derived from the ECDHSecret and ProvisioningSalt.
Whats meant by Provisioning Salt.
A minor bug exists in SDK 15.0.0, components/ble/nrf_ble_qwr/nrf_ble_qwr.h, which arises when compiled using a C++ compile r.
The following C++ conditional at the top of...
Hello!
I am trying to change the connection interval of the nRF8001 (connected to the PCA10000 usb dongle). Changing from 7.5ms to 1sec is very fast, but changing it back...
int SEGGER_RTT_printf(unsigned BufferIndex, const char * sFormat, ...)
why only BufferIndex=0 can display information on RTT viewer?
How to output different colors to...
Hello I have this code that sends some L2CAP packet to bluetooth device. I want to do the same for BLE device. Could someone please tell what I have to change on that code...