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...
Hi all,
I'm using the PCA10028 and S130 based on SDK9.0。Now I have save the device name(such as "My device") in the flash,so the 51822 can read the device name and update...
I would like to log the adc value on the RTT Viewer.
uint16_t adc_result; This is the variable, which I would like to log.
So after the measuring I call:
SEGGER_RTT_WriteString...
I did proper connection of lcd to nordic board. and did proper contrast setting.
But not able to display anything on lcd.
i am using JHD162A 16x2 lcd.
www.brodie...
Hi guys what's the latest revision of "nRF51822 Bluetooth Smart Beacon Kits"? that's the beacon with the battery, the revision is written on the envelope.
I thought it...
Hello everyone,
The more I learn, the more I learn how much more I have to learn.
I am pretty new to embedded systems development. I am tasked with developing an nRF52...
Hello,
I've had to redesign my bootloader and I am now stuck with a problem that I can not solve. I need to know the correct workflow for switching from bootloader to application...
I use the nrf51822QFAA, and s110 v8.0.0.
now I need update the application,i have the keil created hex file,
How can I create the ZIP file use the application hex file?...
I have built a PCB that includes the nRF51822. I have AIN7 reading an input voltage that I measure on my DMM at 269mV.
When I measure the voltage through the nRF51822's...
Hi, I have an application where I am recording button presses using a beacon-like implementation. The button presses represent start/finish events for a race and are communicated...
In my setup, i have a Node with SD130 as peripheral to Smartphone and as a central to a BLE peripheral.
I need to store some Unique ID about the Smart phone and a Peripheral...
I find out that
The s110 can only connect to a single
central, but is able to do
non-connectable advertising while in
that connection
by here
So is this...
Hello,
I have a problem with the sd_flash_write function. It HardFaults on me and I can't seem to find out why. The Addresses are 4 byte aligned...
The function is called...