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...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
I run the boardcast tx application on a nRF52832 board and I add uart drive into the proj. I use UART to console on PC.But uart doesn't work, PC console nothing. What's wrong...
I'm using the mouse example which use bonding and white list which allow to connect only to one central after performing the bonding
my question is, does the bonding feature...
Hello,
Is this the correct setup? What else will I need to do to make it work (e.g. it says something about the MCU will detect the external board and then programm/debug...
I want my device to pair only with a single central device at a time. So once it gets paired, it should not be able to pair with any other device. For this purpose I use directed...
Hi community,
I'm studying the possibility to be able to link multiple central devices to one peripheral. As it defined in the s130 soft device description ( www.nordicsemi...
I upgraded Arduino IDE to 1.6.8 version, it was automatically set up Programmer AVRISP mkll, in previous version I can see that was Atmel STK500 development board
in Tool...
Hi.
I'm trying to get audio controls (mostly volume up/down) to work with apple and android phones. I've used as base your HDI keyboard example.
It seems to work OK...
I have a BLE peripheral application based on the nRF51822, running Soft Device S110 with SDK 8.1.0. The centrals are mobile apps, one on Android 5.0, one on iOS 8.4.1.
...
I'm using the UART driver (drv_uart.c) provided with the nRF5 SDK 11.0.0 on a nRF52 chip and once a NRF_DRV_UART_EVT_ERROR event is received, the receiver seems to be stuck...
Hello all!
I'm researching Radio Notification. I had read define and tutorial . But, It don't make me clearly.
Could you explain more deeper about Radio Notification...
Hi,
I just upgraded the SEGGER RTT source files from V4.98e to the new V5.41b for a nRF51DK project using gcc/Makefile. When linking the (now quite large) program, I got...
Hello,
I am using S110 8.0 soft device and using the example Nordic_UART. I am able to compile the project file in KEIL and flash it onto my board. I don't see any errors...
We are using the low power comparator on NRF51882 RayTac Module (Vcc=3.3V, Vref = 4/8), with which we are making a precise high impedance measurement!
I found some documentation...
I've been sending various BLE addresses to the nRF51 and am getting some inconsistencies of what addresses are being deemed valid.
I am using BLE_GAP_ADDR_TYPE_RANDOM_STATIC...
I am using uVision 5.18a with MDK-Lite ARM toolchain and I downloaded nRF examples for SDK 11.0.0-2.alpha with Pack Installer.
Then I tried to compile " /ble_peripheral...