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 am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
I have a problem to make a program that read e put a string in UART. In version 7 of sdk there are functions simple_uart_get() and simple_uart_putstring, but this functions...
In the examples\bsp\bsp.h file there is a typo on line 61:
#define BSP_APP_APP_TIMERS_NUMBER 0
It should be:
#define BSP_LED_APP_TIMERS_NUMBER 0
Where is the...
I'm building out a project in Keil using the latest SDK (9.0) and the S130 Soft Device, and during build, Keil complains in mem_manager.c that sdk_config.h isn't there:
...
Hello, I'm currently using the nrf51822 and I'm constantly trying to send the accelerometer data to the NRF UART v2.0 Android Application.
But I do not know what I would...
Hi:
I want to get frequence hopping with gzl, Now I finish config gzl and commuicate successful between host and device. But I don't know whether frequence hop successful...
In s110 sdk 8, peripheral can connect one master and advertise in a non-connectable state simultaneously by here
but I did not find out how to confing non-connectable advertise...
This call:
SEGGER_RTT_printf(0, "%sHello %s%s%s!\n", RTT_CTRL_RESET, RTT_CTRL_BG_BRIGHT_RED, RTT_CTRL_TEXT_BRIGHT_WHITE, "World");
Produces this output on the J-Link...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hello everyone:
i'm testing the iot SDK 8.0, but got some problem with that.
Using the CoAP observable server example with it.
env: pca10028 + ble dongle + raspberry...
Hi,
What is the maximum rating for the nRF51's input RF level? It is not specified in the Product Specification for 51, though it is for 52.
Thanks,
Steve
By the migration of my application from nRF51 to nRF52, I can't compile the Nordic driver: nrf_delay.c
The IAR-Compiler gives that output by the build:
Error[Og010]...
Hi ,
I am using 2450bm14e0003 this instead of LNA circuit provided by NRF24L01P-R7 .Is it better to use this balun Ic or i should use the circuit provided by nordiac only...
I want to make a Bluetooth connection with nrf51422.
I am using the Keil software.
But I do not understand what the program will do the bluetooth connection.
Can you help...