Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi, after I updated my MAC OS X to the latest version EI Capitan, I found my JLink commander cannot connect to the PCA10001 board again even with the Jlink commander updated...
I read somewhere that to get the callback working on pstorage write, read etc, you need to call pstorage_sys_event_handler() in a function set by softdevice_sys_evt_handler_set...
Hi,
Each Gazell device has unique address identifier (i.e. base address + prefix) mapped for each pipe. How about the host?
For example:
Device that transmits on pipe...
Hi,
Each Gazell Device has an unique address identifier (base address + prefixes), what is the default address identifier for the HOST?
For example
Gazell device transmits...
Hi,
I'm having trouble with how to begin debugging a hard fault error in my code. When I run the debugger, it always ends in the HardFault_Handler in arm_startup_nrf51.s...
I am developing a project by employing nRF51822 and my code is based on ble_app_uart. I met an issue that if there is no device connects to nRF51800 in 3 minutes, the program...
The nrf51 ARM Cortex-M0 processors, according to the documentation, are "code compatible with Cortex-M3". Does this mean they implement LDREX/STREX instructions for atomic...
Hei,
We would be using nrf52 chip in a very miniature device that should have both BLE and NFC capability. NFC is needed for just as a tag. Thus, nrf52 is a good option....
I moved from SDK 7 to SDK 9. I'm using timers with SDK7
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE, true);
err_code = app_timer_create...
I work with the IAR Workbench and the nRF52 and would like to enable the floating point unit. After installation of the MDK-8.1.0 and the check of the nrf52832_xxaa.i79 file...
Not able to access the corresponding On characteristic if having more than 1 service having this.
Noticed that the app always write to the last On characteristic instance...
I donwloaded and executed the nrf52 examples with Keil µVision as I use it everyday.
The problem is when I compile and use a BLE example, it is stuck in SVC handler.
The...
I have a problem to make a program that read e put a string in UART. In version 7 of sdk there are functions simple_uart_get() and simple_uart_putstring, but this functions...
In the examples\bsp\bsp.h file there is a typo on line 61:
#define BSP_APP_APP_TIMERS_NUMBER 0
It should be:
#define BSP_LED_APP_TIMERS_NUMBER 0
Where is the...