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...
Im getting this error, but i thing this has to do with some python dependencies, Im getting errors with
pip3 install --user -r zephyr/scripts/requirements.txt and installing...
Hi, I have a defined MACRO which I initialised the values of ble_gap_adv_params_t in main.c. I will pass this to the function to start advertising. I used the example (ble_app_blinky_pca10056_s140...
Currently in memory map nRF5 SDK 15.2 (which apparently is a base for Thread SDK) says for nrf52840:
Bootloader settings
0x000F F000 - 0x0010 0000 (4 kB)
MBR...
The nrfx api includes nrfx_gpiote_in_event_disable/enable , but I haven't found an equivalent of nrf_gpiote_int_is_enabled for a pin. I'm attempting to port an interrupt mutex...
nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_blinky
nrf_gpio_cfg_output(16); nrf_gpio_pin_set(16);
Set P0.16 to high level under the main part of...
There seems to be little documentation on TASKS_SUSPEND and TASKS_RESUME in the SPIM with Easy DMA section of the nRF52832 data sheet. My assumption is that TASKS_SUSPEND...
Hi All,
I am working on ISP1507 which is based on NRF52832. My IDE is Keil V5.26.2.0. I have had the following problem in the UART example (pca10040e) from SDK 15.0.0. I...
Hi,
I have modified the multilink example to work with NUS and connect to 2 peripherals, but I'm facing issues with data transmission. I suspect really low throughput...
Hi
I'm testing the range of a custom sensor (nRF52840) by monitoring the RSSI. I use two receivers (the custom sensor and a nRF840 DK) and monitor the received advertising...
Hello All,
I'm very new to Nordic.
For our product development we are using NRF52832 chip and nRF5_SDK_14.2.0_17b948a stack.
Battery powered device it's so is there...
Hi,
Previously, I have done a board and this board have completely no problem to debug in Segger embedded studio.
I have route a new board, this board is almost everything...
Hi,
During evaluation of both nRF52840 Dev Kit and Dongle somehow the Dev Kit bootloader was erased. We were able to flash MCU firmware, but now J-Link is not able to connect...
I am working on a derivative of the Glucose sensor code from nRF Toolbox. The sensor peripheral accumulates a number of readings. The central sends a command to the Record...
I am looking at implementing some security features on a NRF52832. I am especially interesting in a Secure Boot process. Looking at the product specifications, I noticed the...
Consider the following steps:
1. At t=0s: Set a timer that expires in 30 seconds.
2. At t=30s: The timer set in step 1 expires. This will cause the app_timer module to...