Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
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...