Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
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...
Hey,
I'm running into an issue attempting to use AGNSS & AWS IoT Core on a custom nRF9160-based board.
I have a Lambda function in AWS that listens for AGNSS requests...
Hello,
I am after an example for nRF5340 showing how to use RTC to wake up from sleep.
I have a couple of timers running few tasks at regular intervals in a forever loop...
Hi,
When building the Onomondo softsim_static_profile sample using nRF SDK 2.6.1 I get a region `FLASH' overflowed build error for mcuboot_subimage.
c:/ncs/toolchains...
Hi,
I'm seeing a slow and odd scanning behaviour since I updated my toolchain and NCS to 2.6.1.
To my setup:
I have two NRF52840, one acting as peripheral, the other...
I have a customer who developed against the Zephyr HCI example ( https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/hci_uart/README.html )
I assume...
Hello,
Currently, I am working on a device that has multiple sensors connected with nRF53. Each sensor collects its own data in its thread. Some sensor threads are related...
Hi,
I wanted to use the bme68x_iaq example as basis for a new project.
However, looks like parts of the support files in Zephyr aer missing because it stops with following...
Hello, we are testing the LPUART example in loopback with a very simple circuit. The carrier module is PAN1780 - nrf52840 on a custom board with no other things connected...
Hi,
I am using the nPM1300 in combination with a STM32L431KBU MCU.
Also the code from Nordic to communicate with the nPM1300: https://github.com/NordicSemiconductor/npmx...
Hi to all,
I'm developing a beacon application on the nRF52840-DK starting from the example that I found in the VS Code (Zephyr).
I'm designing a custom board with only...
Hi,
I just started developing a BLE Central device on a nRF52840 DK. After successfully connect my DevKit with a phone acting as a peripheral (using nRF Connect Mobile)...
Good Day
We have an issue where our device will run normally in a full load condition for about 2 hours without issues but will suddenly go into the app_error_fault_handler...
I am facing heap memory issues in my code. I am using dynamic memory allocation for saving microphone data into sd card. Along with this I am using wifi also.
CONFIG_HEAP_MEM_POOL_SIZE...
Mirroring the issue from Github here I'm working on an application with timers and PPI. Today I discovered that when using the function nrfx_timer_extended_compare with a...