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, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I'm trying to do background transmission of an advertising packet using the timeslot API. I'm basing my code on the multi-role-conn-observer-advertiser example. My question...
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...