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 nRF52(PCA10040) as a sniffer dongle, but it seems the sniffer mode cannot work, and shows the error log: "INFO: Error on port xx. file: Packet.py, line 245...
First step of trying to integrate S132 to a small OS is failing completely.
When I use SVC the system ends up in hanging in hard fault.
The SoD handler ends up trying...
I am testing to develop an application that sleep (system-on mode) for most of the time, and it wake-up periodically to send out somethings.
As I would like to lower the...
Hello,
After when I download the protocol stack(S132).The target is NRF52832 chip,tool is J-link OB.
I choose to recover nrf52 ,then prompt unable to fine or open the...
Hi,
In ADC, we would be using the internal voltage generator as the reference voltage. How stable is the voltage coming out of the reference generator. Would it be always...
It appears that, if I wanted to write characteristics to my BLE device, I can utilize the writeCharacteristic method of the BluetoothGatt class. Is this the right way to go...
Hello,
I am currently for a quick solution to test NRF24LE1 compliance to FCC. Can you provide me with any code if possible? As i could see from the website only an application...
Hi,
We can utilize the 31 bytes of advertising packet as well as 31 bytes of scan response packet which in total makes it 62 bytes of advertising data. What is the effect...
Hi dear Nordic Engineers.
We going to move from FN-LINK (Realtek) I.C. BLE to nRF52.
FN-LINK uses HCI (UART) BLE the Interface to communicate with our embd. LINUX.
How...
Hi all,
I'm using pca10040 board with sdk version nRF5_SDK_11.0.0-2.alpha_bc3f6a0.
There i'm using example code of spi handling. Instead of nrf_log_printf i changed...
Hello,
There's any known issue realated with DFU and Android 7.0? When we try to update firmware with nRF Connect or our APP we get an error (hex file error), but when...
I am going to develop an application on nfr51422 that requires very low current consumption. Basically we plan to make the nfr51 to "sleep", and it will wake up constantly...
Hi
I have firmware uing SDK 7.1 and SoftDevice 110. There is prepared bootloader for DFU, and update by very old nrfToolbox app works fine. But now I want to update this...