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...
Hi guys,
i am using nrf52840 controller.
and in that i have mbe at 0x0000000 location.
i have two bootloader stage. that boot1 and boot 2.
boot 1 i am using to validate...
I have gotten the FDS_ERR_NO_PAGES issue multiple times now. In our last pre-production run, it randomly happened to a few units (4 out of 60). For 3 of the units, the error...
Hello everybody, i succeeded to get the output from BME280 and MPU6060 sensors I need to merge them together
Kindly, I need help to Setup prj.conf file
Thanks & Regar...
Hi Team
The max value of IOH and IOL is the total current of all GPIO, or It is the value for each of GPIO pin?
I have read the post https://devzone.nordicsemi.com/f/nordic...
I used 9160 to develop a project for the customer. According to my design, an apn needs to be set before connecting to the NB-iot network. However, when I used at command...
I wrote a bootloader code. The flash space range of bootloader is 0x27000-0x3b000, and the flash space of app is 0x3b000-0x80000, but the app doesn't work. What's the problem...
Hi, I am trying to implement a Data Logger using nRF52832. I am using a Temperature Sensor to get the Temp readings(logs) and a Flash Memory to store those logs. The data...
I tested the Android nRF UART app. Now I'd like to test the same on Windows. If the source code is there, the better. If it is in C ++ even better.
Can someone give me a...
I am at the prototyping phase.
My nRF52 device discovers services on the phone (like Current Time Service, Battery Service, Apple Notification Service, etc…).
I want to...
Hello, I would like to collect GPS and sensor data from the Nordic thingy91 module, then send them to the influxDB cloud without going through nrf Cloud, because nrf Cloud...
hi,
I have a question about the communication between nRF24LE1 and nrf51802.They communicate using the Gazell protocol,Can you help me solve this problem?
1.The communication...
Hi all,
I'm trying to send string data from zephyr software application to mobile nrf connect application using nrf52840 board, how can i send the data ?
~Thanks