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...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
Why does the soft device raise a SWI2 interrupt to indicate to the application that an event occurred? In the SDK, callbacks are implemented using function pointers. A function...
Hi!
I'm launching code from example to NUS (ble_app_uart) on nRF52-DK. Everything is going OK, except when I quickly send 4 packets in row from UART to connected Bluetooth...
Hi,
I'm currently working on the project with some hard-timing dependent features. As I've mentioned in another topic, it fails if I have advertising turned on. Turning...
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...