Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Hi,
I have written one application with logging disabled to save power.
However, when I tried to debug the code with Ozone, during startup, it raises BusFault exception...
Hi,
I am currently working on generating a dfu over serial uart by testing with the ble_app_blinky example given in the SDK 15.2.0. Currently the ble_app_blinky hex file...
Hi ! Using nRF52840 whith SD140 as central and 6 link count I research :
changing the NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 2 does not change "Window size" on CONNECT_REQ...
Hi,
I messed up my SES project and now the debugging session doesn´t start and the debugger does some weird stuff and doesn´t execute my application.
I also tested if...
Hi,
I am using the DFU example given in the SDK15.2.0 to try and update the application on my NRF52840. Currently, I have been able to update the application to run the...
I use many SEGGER_RTT_WriteString and SEGGER_RTT_printf sprinkled throughout my code which was very helpful for debugging and monitoring, however, we're getting close to releasing...
I have attempted to update the firmware on the Nordic Thingy:91 via usb connection to my laptop running CentOS 8, however, finding great difficulty updating the firmware through...
My stm32 (as a master) uses SPI to communicate with nrf52840 (as a slave) When my nrf52840 wants to send data to stm32, it will pull a GPIO to let stm32 generate a GPIO interrupt...
I am using a BL632 DK from Laird, trying to erase the onboard 52832 device. I can connect to the target, but it fails when try erase all.
Results from connect target:
...
Hello,
I am trying to adapt the new Mesh Sensor Model examples in v4.2.0 of the SDK for Mesh to allow sending >1 byte sensor data over the mesh network. I have two nRF52840DK...
Hi
I am using nrf52832-PAC10040, SDK : RF5_SDK_17.0.2 .
USE CASE:I need to make connection between HID keyboard with Central(ble_app_uart_c) . And send/receive data...
I got a nrf52832 custom board to communicate with LIS2DH12 accelerometer by I2C(TWI).
I edited part of the code from "twi_sensor" project in NRF5_SDK version 17.0.
I tried...
Hello,
I have an external flash w25q32 spi nor flash. I tried to communicate with my flash using spi_nor driver code in zephery however it didn't detect the external flash...
I use nRF Connect BLE for Desktop (v.3.6.1) to emulate an app I currently develop.
Using the adveritisement dialog I specify "Complete local name", "UUID 16 bit complete...
I'm not having an actual runtime problem; I'm just trying to wrap my head around the nrf_ble_gatt library module. The purpose appears to be to negotiate a couple of options...