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...
Hi,
I am using arduino to sample sensor and it sends out the value to the digital pin. I want to read this digital value using nrf51dk. Is there any example using digital...
Hi Nordic Tech support team,
I have some questions about nrf51822 dfu OTA.
Nrf51822 application code can't be more than 144K,however ,my application code have 196K because...
we follow the nRF51_Series_Reference_manual v3.0, set the master SPI clock to 8M. but found when in mode 0, the MOSI change near at SCLK rise edge, not in fall edge.
our...
This should have been a very simple question. I don't want to use CTS/RTS flow control signals with my UART-USB-converter ("FTDI chip"). For that case, the document says ...
I want to highlight some items in RTT Viewer
So I tried the color control, but didn't work
This is my code.
SEGGER_RTT_printf(0, "%s[Mutex error:%u]\n%s", RTT_CTRL_BG_BRIGHT_RED...
Hello.
I am trying to port BLE serialization code to a host MCU, to say STM32F4.
I am looking through porting documentation (BTW, it is quite well documented. Well done...
According to Microsoft's instruction on HID touch device, msdn.microsoft.com/.../dn672271(v=vs.85).aspx , a HID touch device should create a report (descriptor) as below,...
Hi,
I am having a 324 byte,a 420 bytes of array stored in flash,now i am updating these array with 360 bytes. in fds_event_handler in the case FDS_EVT_WRITE i am reading...
Hi,
I'm looking for an example which combines FreeRTOS, BLE and ADC on nrf52 board(10040).
I'm able to have FreeRTOS with BLE, FreeRTOS with ADC but not everything together...
Hi,
I've read a lot of question on the forum, but I'm a lit bit confused about what I have to do to use one static passkey on the central and peripherical device. In my...
Hi There,
I'm having problems with my hardware timer appearing to stop counting or not being cleared via a short when the timer interrupt is executing.
In my application...
Hey!
I want to use the nrf51 BLE-module in some special environment.
It should be able to work with bluetooth and in addition to it with some other RF protocol (Gazell...
Hi,
I have added "DFU" functionality to my existing BLE application Test.rar .
"I am using nrf52 SDK v11.0".
I have programmed the device with softdevices (S132.hex...