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...
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 -...
I know that we have actually some countries in Europe which don't support LTE-M, therefore we like to have a fallback.
Does there exist a fallback option to GSM or EGPRS...
Hi,
So I was having an error which caused my application to stall in the "do_stop_check" part of the nrf_drv_twi.c file, so I added a bit of code to check if I could figure...
We have a device with the following configuration:
nrf5_SDK_for_Mesh_v3.1.0
nRF5_SDK_15.2.0
s140_nrf52_6.1.0_softdevice
mesh_bootloader_gccarmemb_nrf52840_xxAA ...
Hi,
I'm trying to make a script in Python using the nRF52840 dongle, to make some BLE advertising.
I'm using:
- Python 3.7.2 (32 bit)
- pc_ble_driver_py library
...
Hi everyone,
I'm using ses IDE to debug via J-link on nRF52840 DK.
I'm debbuging CDC ACM example ( I haven't changed it ) but when I debug: ret = app_usbd_cdc_acm_write...
I am designing a PCB for the nRF52833 aQFN chip. To reduce the cost of the PCB I would like to fanout the inner row of the IC package on a single layer by using 3/3mil traces...
Hello,
I have a certificate attached, but in my personal account it gives an error when I enter the DK data.
Please tell me why the error occurs?
OS: macOS 10.13.6 ...
Hi,
I am using IM69D130 MEMS sensor with nrf52832 I just want to confirm the output of pdm sensor . please any one suggest how should i proceed . how do i code for it ?...
I am attempting to migrate my BLE project to a higher security level with bonding. Was mode 1 level 2 and am upgrading to mode 1 level 4. When I change the configuration to...
Nrf52832 chip is used, and the software package is the “nRF5_SDK_16.0.0_98a08e2” version.
According to customer feedback, Bluetooth connection is generally unstable...
Hello
I've seen several places that it is posible to build the project using jenkins, and hook Jenkins to the git repo where our nRF sourcecode resides.
Unfortunately...
Hi,
I am testing the USB CDC with nrf52840 and I want to receive a predefined array of bytes over USB serial every time I send a specific array of bytes.
Just a simple...