Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
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...
Hello, When i try to use nrf9160 with the BME280 sensor over I2C i get this error
***** USAGE FAULT ***** Illegal use of the EPSR ***** Hardware exception ***** Current...
Hello,
I am using BLE+MCU MBN52832 module and i am facing one issue while programming my application.
I am uploading the hex file using nrfGo Studio and when i try...
I have a custom nRF52840 board that I am implementing the Open Bootloader (from SDK 15.3). Push Button/Power control is handled by the STM6601 device. It keeps the power ON...
When I open a new project in SES and paste the code of blinky led example from " \nRF5_SDK_15.3.0_59ac345\examples\peripheral\blinky\pca10040\s132\ses ", and start compiling...
Hi. every one
First of all, i am a beginner.
I connected the max44009 and CJMCU2080 sensors to the board.
and also get a value.
but sgp30 sensor is faile
there...
HI. i use SEGGER Studio and SDK 15.3.0.
I usally use printf func for debug. however as use SDK func, I need to use NRF_LOG_INFO casue SDK file use NRF_LOG_INFO for debuing...
Hi,
I am trying to port an existing project to a Mesh SDK example. Some files include the math.h library and use the round function. During the build process I am getting...
Hi I use nrf-ble-driver ver.4.1.1 with PCA10031 dongle (nRF51844 chip on board) and "connectivity_4.1.1_1m_with_s130_2.0.1.hex" firmware for that dongle. in this case ATT_MTU...
Hello to everyone. I´m starting to work with Mesh configuration in nRF52 SDK. I was testing the "light_switch" example as client and server in Mesh v3.10, provisioning with...
Hi!
I am trying to run a customized project which is based on the project in the following directory- "nRF5_SDK_14.0.0_3bcc1f7\examples\ble_central_and_peripheral\experimental...
Hi, I connect the HDC2080 with nrf 52832. but I cant read anything from the terminal. What It's showing is just
[ <info> app: TWI sensor example]
and I connect SDA --...
I'm working on porting a project plus bootloader from SDK 12.2 to 15.3. I have the application working fine, but the bootloader is having some issues. Most of the searches...
Hello there,
i am using the nrf52dk and want to program a selfmade breakout board which includes the BMD-340-ar Bluetooth module from rigado.
I use Segger Embedded Studio...
Hi,
I am trying to extablish TWI communication between 2 nRF52832 devices. One should be master and other slave.
For TWI initialization in nRF52 master, I have below source...