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 Sir,
I'm investigating the possibility of BLE technology as the primary communication channel for SmartHome Hub solution ( hub to smarthome products... )
I have...
Hi,
This is about BSP button events to manage system sleep/wakeup. In the power management example in the SDK what is the difference between BSP_EVENT_SYSOFF and BSP_EVENT_SLEEP...
Are there any plans to fix Anomaly 84 (COMP: ISOURCE not functional) in a future revision on the nRF52832? I don't see it on the nRF52840, so I'm assuming it was fixed for...
my ADC work in this mode :timer+PPI+SAADC the ADC is 12bit
I init ADC like these code
sample every data 15us,and 16 data per channel
I only init one channel,and use...
Hi,
I am testing I2C interface by using \peripheral\twi_scanner project of SDK15.2.
I found it can not print debug message to RTT interface, even these has one command...
I'm using nRF5 SDK 15.2.0. When I get a BLE_GAP_EVT_DISCONNECTED event, where's is the definition for the "event.params.disconnected.reason"? I get values like 0x16, 0x22...
I'm using SDK 15.3 and nrfutil version 4.0.0 for generating DFU zip files.
When I generate a DFU zip file that includes the bootloader the zip files is far to big.
This...
Hi,
I use 'nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart' as my project base for PCA10040. The code has its default sleep mode which use 'sleep_mode_enter...
I use 52840,SDK15.3 and pca10056 board .
examples\peripheral\usbd_ble_uart_freertos\pca10056\s140 no changes to the source code.
usbd_ble_uart_freertos cannot connect...
i'm trying to send ipv6 packet over thread with function otIp6Send. but otIp6Send doesn't work and return '6' which means "Failed to parse message or arguments." as openthread...
HI,
I intent to move a project from 52832 to 52810,but the flash size of 52810 is only 192k.so I want to know the flash layout(bootloader included) of 52810 like 52832 as...
Hi, I'm using nRF52832 with SDK 15.2 and 3.0 (Mesh). I have created a new model by following the Instructions mentioned in the Creating New Models topic and successfully it...
I'm beginner of nrf52832. I try to eddystone beacon URL in ble_app_eddystone example in SDK 15.2. I have received my URL in NRF connect app but my android smartphone (moto...
Hi all,
I using nrf52832 , sdk 15.1
- My app include : application + bootloader + application data area
- application define appliation data area is 12K byte (FDS_VIRTUAL_PAGES...