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!!
I am using transmitter example on my custom board having 10 buttons. I want to minimise the power consumption as it is powered by coin cell. I have used below tutorial...
I have been researching a variety of wireless tools that involves the use of Bluetooth module and signal manipulation and came across nordic semi after coming across a few...
Hi, I'm having issues with using serial lte modem client on nrf9160, I integrated it to external nrf52 but it gives hardfault after some time. I have another ticket opened...
Hello,
we are currently using NRF_LOG_INFO over UART. We print out some values from time to time (seldom). Assume we never go manually to some of the sleep modes.
We use...
With SDK for Mesh v5.0.0 the STRATEGY_ON_POWER_DOWN doesn't work correctly over multiple power downs.
If an entry is set and the stack is powered down, the entry is written...
Hello!!
I am using Radio Transmitter/Receiver example from nRF5_SDK_17.0.2. I am able transmit and receive data on NRF52832. Is it possible to receive the data apart from...
Hi,
I have a huge issue with NRF52832 and DFU on custom board. I have a custom characteristic in my application to switch to DFU after proper PIN typing. Then I call this...
Hi All,
I'm trying send custom board(nrf52832) sensor data to DK by ble uart and multilink.
When I build the code in Keil. I got the message:
..\..\..\main.c(544): error...
I am using the light bulb example and connecting to the Zigbee2MQTT. The Z2M is running on a docker with logs level set to debug.
So from the light bulb example, how can...
Hi. So, pretty sure I've got the firmware installed right and plugging the dongle in creates a "/dev/tty.usbmodem1101" entry. Problem is I have a crash in Python:
This...
I am going to send a sequence of notifications and the documentation provides this information
The API functions that may consume an application packet depending on the...
Hello,
I am using the nRF52811 for my project. I am in the layout design phase...almost completed and I need some clarifications before I launch the first Proto.
I don...
I have found a lot of people having problems debugging with the SD enabled, but we are not using any BLE atm. We are just using the softdevice for OTA updates. But this is...
hi support team,
i just want to confirm, for mesh SDK, i can only find "APP_UNACK_MSG_REPEAT_COUNT" to increase message repeat count, for ACK message, i can't find any...
Hello NRF Team,
We are using nrf51822 chip for one of our product. Currently, we are using a GPIO connected to user button to Turn On the device from system off sleep mode...