Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
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 -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello team,
We have a sensor design based on nRF52840 and currently we have configured it in the normal voltage mode DC/DC REG1 enabled. It is a battery operated design...
hi,
I am using nrf5340 dk board and nrf connect sdk. i want to encrypt the data and decrypt the data in application core. I have seen cryptcell 312 for cryptohraphic algorithms...
Hi,
I am currently working with the nrf52840, ble_app_uart example under the ble_peripheral folder. Using the tutorial below:
https://devzone.nordicsemi.com/nordic/short...
Hi,
I want to receive data on BLE and send it through USB to PC, I am using SDK17 and nRF52840 dongle. I send data from the transmitter with nRF52832 through ESB configuration...
Hi,
I'm currently developing the code of a RGB led lamp. The thing is, when I change the color while sniffing with Wireshark, I see only 1 payload (the way it should be...
How to easily migrate SDK to SDK, (Lower to Higher) or (Higher to Lower).
I mean from SDK 14 to SDK 17 or vice versa.
Please answer this as soon as possible
Hi,
I am pretty new to telecommunications and AT-commands in particular. What I want to do is:
-Scan all nearby base stations (BS), and read all available information...
Hi.
I'm developing a sensor driver for the Spec Sensors DGS-O3 968-042 UART gas sensor for the nRF9160 (Thingy:91 to be precise)
The general gist of it is that I need...
If we want to make certain that a particular message goes first on a connection interval. Is there a way to check that there is none already internally queued?
Is this...
hi i am using nrf52832 sdk v16, i need to print a data using uart example got a issue it's not getting app_uart_put & get function not working but printf() function data are...
We are fast-tracking into development using the nRF5 SDK samples and nRF52840 dongles, however have discovered so far that only the Blink sample supports the said dongle....
I want to Connect my nRF52840 Dongle with the nRF connect Mobile Application to send and receive a string from the mobile application to dongle via UART connection.
Please...
I work with SES 5.4, nRF5_SDK_17.0.2, and s132, SD v7.2.0.
I try to trace step by step (F11) my app with success, but it stops always after 30sec in SES.
With this errors...
Hi,
I am using a custom board to record 2 channels of data in differential mode, convert them to digital by AIN4,5 and saadc in nRF52832, and then transmit the converted...