Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
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...
A quick one, where do I find a list of the err_codes? I have had a look in the documentation and I was expecting to find a table of them, but I couldn't locate one.
Thanks...
Hello!
I am trying to send a notification to a peer device when a certain event occurs. To do so, I'm using the same procedure as with every other characteristic with enabled...
I used the example of the ble_central\ble_app_uart_c and ble_peripheral\ble_app_uart.
It seems no problem for operation when I check only this example.
But I modified this...
Hello Everyone ,
I ahve deveoped the custom board using NRF51SOC and i have flashed the custom board by usign P20 Connector referred below figure now i would like to debug...
If I let the SoftDevice write to my variables directly by having the characteristics point to my app's variables through BLE_GATTS_VLOC_USER - when are these variables actually...
HI,i have some problems about RSSI (51882)
BELOW IS MY CODE. who can tell me why I can not get RSSI from variable t
int main(void)
{
uint8_t *p;
uint8_t t = 0;
...
Hi,
In S130, both central and peripheral modes are enabled. How do you enable just the peripheral mode and not the central mode for S130 so that less RAM space is used...
I am just working through the tutorial on radio notifications and imported "ble_radio_notifications.c" to my application folder and included the header in included directories...
I use NRF51822 Bluetooth 4.0 e-val kit.
souce code is peripheral example.
so, android smart phone and NRF51822 is connection.
result, Pairing success. occur On_ble_evt...
Is it possible to detect a bluetooth (BLE) enabled phone when it enters the room?
I like to use the nrf51822 (BLE-Peripheral or BLE-Central) to detect any phone when it...
Is it possible to have S110 but not more than ~30-40K size? I need to establish communication in order to upgrade firmware over BLE (UART Emulation), but without using such...
Hello,
Situation:
I am trying to write a characteristic to an iOS device acting as a peripheral from a nRF51822 board.
The board has 2 leds (green and red) and a button...
What is the file pstorage_platform.h? Is it an SDK file? Where does it come from? Is it auto-generated somewhere or should it be just copied from an example?
Hi all,
About the NRF_UARTE0 of nRF52, I want to check the number of received data(example:I set RXD.MAXCNT=16, but I just receive 10 bytes now.Then I want to handler these...
Hi,
I'm working on nRF52822 device with gcc4.9.3 compiler under eclipse environnement (with gnuarm toolchain plugin).
I have some problems with data initialisation....