It seems that I'm getting different results reading QSPI flash from the APP vs MCUBOOT, with the exact same configuration. Writes appear to work fine from either, but MCUBOOT...
I am trying to get the wifi stack to connect to a wifi AP using WAP2 Enterprise (initially just with identity and eap_password, later with full ca_certificate check and client...
I've got some timing-issues with the nPM2100. As I could not locate the relevant information in the datasheet, I'm requesting this here.
My PCB has an nPM2100 with a mechanical...
Hi,
i acheived writting code that reconnects sequentially with multiple reflectors for my 1 initiator. When i am indoor i had good results, but yesterday i tried it with...
Hello
I'm using an external flash to store large files, but I’d also like to use the SMP service to exchange small files over BLE. For that reason, I want to create a LittleFS...
When my peripheral calls sd_ble_gap_phy_update, setting rx_phys and tx_phys to BLE_GAP_PHY_AUTO, I receive the BLE_GAP_EVT_PHY_UPDATE event with a status of BLE_HCI_UNSUPPORTED_REMOTE_FEATURE...
I am developing a keyboard using the nRF52832 and example code(ble_app_hids_keyboard).
SDK is SDK14.
Korean/English change is not possible.
The specification I refer...
hello there i have basic question about BLE. what is difference between link layer and GAP??
i know about host and controller. but in both layer there is advertisement and...
We are using the NRF52840 as a basis for BLE-based secure IoT network. I know that the Crypto library enables hardware-accelerated encryption/decryption. However, as far as...
Hi guys, I'm trying to nail down this TWI issue. PAN 89 is related to TWI being used in conjunction with the GPIOTE module. However I manually wrote my own application level...
Related to SDK 12.3.
Quoting this question :
GPIOTE PORT event generated on the
rising edge of DETECT signal. Please
have a look at section 15.1.2
2)DETECT...
Hello,
I am experimenting with sending large notifications from an nRF52 configured as BLE peripheral with SoftDevice S132 v5.0.0. I having some trouble receiving the notifications...
Hello guys,
I would like to execute code once a scan request from any other BLE device is received by the NRF52 using Zephyr.
Unfortunately, I am not able to receive...
Hi everybody,
I have an issue with my application, I want to use the ble with the same antenna that it use in the development board PCA10036,
Could you please tell me...
When I send 512 Byte from my Android phone I received only 20 Byte. How I can received more than 20 Byte? I used example project "ble_app_uart", SDK 14, SoftDdevice s132,...
I am working with SDK 14.0 . I see two "type" of advertising_init() function :
1-
static void advertising_init(void)
{
uint32_t err_code;
ble_advertising_init_t...
Hi
I have successfully run the light control example for BLE mesh. Now if I want to add another server to the network, how do I do it without bringing the server in the...
I am using the ble_app_uart example from SDK13 and something strange is happening. The code without UART part works nice and I can see in RTT that it can discover every beacon...
Hi everybody,
I have an issue with my application, I use the nRF52832-QFAA with the following circuit, when I open the application Nordic 'nRF Connect', I detect the ble...
We have a software application for the NRF52 with BLE communication. The communication part is based on nordic example “ble_app_hids_keyboard”.
We are using Softdevice...