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...
Hello,
I am using nRF5 SDK16.
Let's say app_timer generates an interrupt right before a call to app_timer_stop(). Example:
Will the generated timer interrupt...
Hello! I have an application which uses the nrf Connect SDK and thus far I have been using an old version from around April of last year. Recently however it became necessary...
Configuration: nRF52810, s112 When sd_app_evt_wait() is executed, it enters the SLEEP mode. How can I switch the sub-clock used in SLEEP mode between internal and external...
I have setup a 1-1 paired central(+peripheral) <=> peripheral Central is a 52832, SDK 16.0, SD s132 v7.0.1 peripheral is a 52811, SDK 16.0, SD s112 v7.0.1 I can perform a...
Hello,
We are currently developing an application that requires a device to have multiple endpoints. All these endpoints have to make reports to another device.
We take...
Gaming mouse example, Customer wants to bind two dongles,but failed.
we got that support 4 peers,1 dedicated by LLPM,3 for stantard BLE.
we wants to know Once binded to...
Hi,
We use an application developed by us while establishing the nRF52 connection with the mobile device. When I chose an nRF52 device to establish a connection, I realized...
Hi,
We are developing a application using nRF52840 chip. We have successfully designed custom PCB for our application. But now we are planning for bulk production in which...
Hi,
To use the GPIOTE macros in /modules/nrfx/drivers/include/nrfx_gpiote.h the order of the initialization has to be changed.
Please find attached a patch that handles...
i used nrf52840 and scanning.
'A'(nrf52) is scanning and 'B'(nrf52) is advertising.. (with 2 products)
How do I find it by name 'B'?
i couldn't get NRF_BLE_SCAN_EVT_FILTER_MATCH...
Hello,
we face the following issues when trying to connect to our peripheral with Android 7 and 8 phones each with BLE4.2.
Precondition:
Phone was connected and...
Hello,
I am using the SDK examples with the softdevice. I want to know how is the hop sequence determined. From what I understand the channel map for two devices to communicate...
Hi,
We have a product developed which will be in continuous advertisement mode for life time. Now we wanted to make our product advertise only after it detects a valid...