I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Dear Nordic Team,
I am using a nRF52832 module purchased from Adafruit ( https://www.adafruit.com/product/3406 ) and I would like to connect it with another device with...
Hi there
First I tell you what I'm, trying to do...
I want to made a connection between a robot and a pc. Over this connection I want to program the robot with new software...
Hi,
I'm using nRF52832 SDK 14.2.0 s132 dfu, softdevice 5.0.0.
And i'm trying to update SD + BL + APP to SDK 15.3.0, softdevice 6.1.1.
When i update pakage by nRF connect...
Hi,
I am trying to upload HEX files to a nrf52832 (on a Sparkfun Breakout board) with a nRF52 DK. The problem is nRF Connect Programmer don't recognize them.
I installed...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
In sdk_config.h, BLE_ADVERTISING_ENABLED is not...
Hi, I'm currently in trouble with the sd_flash_write function. I've already a library using this function running on the nRF52832 with the S132 softdevice. But when a tries...
I want to use TWI to read the sensor data. When using the software TWI, I found that the communication takes a long time, which will greatly increase the battery consumption...
Hey,
I'm trying to put the nRF9160 into System Off mode and am getting a bus fault error when writing to the REGULATORS module. This is the error output:
***** BUS...
Hello everyone,
I try to import a project from Keil to SES,
I 'v read the instructions in this article.
Segger Embedded Studio - A Cross Platform IDE
Generally I have...
HI:
I'm using a cli routine from the SDK,and I register the callback function zcl_device_cb() with ZB_ZCL_REGISTER_DEVICE_CB(),But whatever message I receive does not go...
Hello community,
I successfully flashed assets_tracker code into board and configure in NB-IoT using Configure NRF SDK project in segger studio.
I used Vodafone SIM card...
Hi, I use nrf52832's uart with a simple driver, not "nrf_drv_uart", because I don't know how to use receive and transmit interruption with "nrf_drv_uart". the uart drive i...
Is there a supported way of doing an unsecure flash (the nRF is hardwired via UART to a secure processor) without rebooting?
The HW design the nRF is integrated with uses...
I am using the nRF52840 DK to read data from an IMU sensor (STm LSM9DS1 9DOF). Like most sensors, you transmit the register number first (on MOSI), then continue clocking...
Hi,
I am trying to develop models using the Specifications. I came across generic battery model which was using 24-bit values, time model which was using 15-bit and 40-bit...