Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
I need to write some code at the NDK level to access some Bluetooth features that aren't exposed at the Java level. For example, I want to have a 2nd bluetooth adapter on...
SDK Version: 9.0.0 Softdevice: S110 v8.0.0
I'm currently trying to send streams of data from an Android app to a nrf51. However, at some point, Android side writes to the...
Hello,
Our device based on nRF51822 with SD110 v.8.0.0.
The firmware use defined area in top of the flash to store some data.
The "RAW" functions sd_flash_write and sd_flash_page_erase...
Hi Team,
Is it possible to scan on one channel and advertise on another channel?
Say node-A will scan on ch-37 and advertise on ch-38 while
node-B will scan on ch-38...
I'm trying to use the NRF51DK to talk to this EEPROM ( www.st.com/.../CD00290537.pdf) . I've started by trying to modify the twi sensor example. One of the things that's different...
I am new to nRF51:
how do I change the softdevice from 110 to 130 in the example project ble_app_uart (and in general) within the Keil µVision IDE.
There is no option...
Hi,
I am developing a product for the 433MHz band. Due to the space constraints I had cut the ground plane to very small and also had to rearrange the components away from...
Hello everyone,
This image was copy from "infocenter.nordicsemi.com".
I'm trying nRF51-DK (IoT SDK) with Coap server , (raspberry pi with Coap client by python example...
Hi,
we are using RTC2 with APP_IRQ_PRIORITY_LOWEST. But the code hanged inside the interrupt handler. when we did step through debug, we came to know that in nrf_drv_common...
In nrf52_SDK/examples/peripherals/rtc we tried adding the UART prints and verified. It was working fine for RTC0 but fails to do for RTC1. Could you please give any hint on...
Hello together..
i have a problem with the nRF51 DK.
I tried a little bit with this DEVkit i.e. copy the blinky example to the JLINK storage.
This works fine.
Regarding...
Hello,
I am developing a new product using S130 on nRF51822(QFAC). My product use LCD as spi interface and ADXL345 sensor as i2c interface, also test it, works well without...
Hi all:
To saving power I implement the function to read data after interrupt is triggered..
below are my codes..
My expectation is..
Let CPU enter idle mode to wait...
I am trying to set up a GPIO interrupt, and found that whenever Button 1 is pressed, if Button 1 or 2 is pressed later, the app will reset. This is even if there is any other...