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 ?
Hello everybody,
sometimes, I find it pretty hard to work with the documentation provided by Nordic Semiconductor. For example, there is no straightforward documentation...
Hello, I am using an nrf52840 with softdevice S140 (7.0.1) configured as GATT client. I successfully write data to the GATT server (Led Button Service) to set the LED using...
Hi,
I'm trying to add a custom service to a working application that has a working battery service.
I have followed https://github.com/NordicPlayground/nRF52-Bluetooth...
Hello.
I am testing UART using ble_nus_data_send function.
However, it has different length data was sending from each trial.(ex. 0, 4095...)
In the ble_nus_data_send...
Hi sir,
I am using ble_app_uart to send the enegry value to the mobile. for energy calculation i am using internal rtc oscillator but after 179 secs the device stops working...
For example, I get logs like this, and I want to know what these events are:
ble_cts_c: BLE event handler called with event 0x57
I also see 0x36, 0x12, etc. when the CTS...
To the kind attention of Nordic support team,
after doing some ble bonding between an nRF52 device and an host computer, I can see this situation in device flash. So, these...
Hello,
I am trying to develop a sensor which can connect to multiple sensors and send the data which is received by its UART through bluetooth, at the peripheral. Central...
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...
when i copied the spi_fujitsu_fram example to my project folder on c drive, i am getting this error "zephyr/linker.cmd:70 cannot move location counter backwards (from 0000c23c...
Hello!
I would like to know if there is any way to route the signal from the main LED from Nordic Thingy 52. I checked its data sheet and I only found the pinout for other...
After downloading nRF5 SDK v17.0.2, I checked the Release Notes - and they state SES v4.50 has "been used for testing".
So I downloaded & installed SES v4.50
The HID Keyboard...
Hi, recently I want to establish a connection between two development boards (STM32F103 + nRF52840-DK), that the STM32f103 board can create the data and send it to the nRF52840...
Hello, I have a project running on a PCA10040 board, using softdevice 132 (0x9D, v5.0), ble and serial port for data transfer.
I want to migrate this project from this...