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...
The error I get is app_error_handler 0xDEADBEEF, 360 (line number), src\ll_lm.s0.c
This is with SD 5.2.1
With SD 6.0.0.1-alpha, sometimes I get
app_error_handler...
Does anybody know of any plans to combine the Peripheral and Central roles into a single SoftDevice?
The killer application that this provides is the ability to create...
Hi All,
I use nrf51822 transfer data to nrf uart app for android,when I use following parameter ,the device and nrf uart app work well.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS...
I'm interested in advertising with data type 0x18 random target address. I found a post for advertising with 0xFF manufacturer specific data. What changes are necessary for...
Hi,
I am using bluez 5.12 and am having difficulty connecting to an nRF51822 EK running the Health Thermometer application and Soft Device S110v6.
I am able to see the...
Hello,
I cannot build a known-buildable project and get error A1023E.
No Programmer's Reference exists and there is no documentation referencing this error.
I think...
I want to quickly transfer data between nRF51822 and celluar phone. The data rate is 100 packets/sec. Packet size is 14 bytes. We know mouse can reach almost 200Hz report...
can i use j-link debug probes to program and debug evaluation kit?
recently i bought J-Link debugger from the segger, i tried to find the pinout of the SWD of the eval...
I see that the source code of app_gpiote.c uses NVIC_... functions to handle the interrupts:
app_gpiote_init.c, line 160...:
NVIC_ClearPendingIRQ(GPIOTE_IRQn);
NVIC_SetPriority...
My question is regarding the adertising with the softdevice on the heart rate sensor example.
My starting point is the following:
I connect PCA10001 / PCA10000 from...
Hi,
we are interested in the combination of the nRF51822 with a sensor board which was announced in October but since then there were no updates and I can not find any other...
Hi
We know most of access contol for entrance was implmented by RFID. Is it feasible to design it by BT4.0? My idea is as below. Thanks for your comment.
There is a...
Hi.
I have a nrf51422 EK. I follow the steps in nrf51422_Evaluation_Kit_User_Guide v1.1.pdf but I couldnt do blinky_example project to works. In debugger mode, I see that...
I'm using the rRF51 DK with Segger Jtag. In the demo Keil version, I set up Segger jtag to NOT cache memory. When I look at a memory view in Keil, the memory is not being...
Hi
I tried DFU OTA in nRF6310 board as SDK document guided but it cannot work.
Boot loader is from SDK5.0.0 device_firmware_updates project..
SoftDev is v6.0.0....