pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
Hi,
I have set a Mesh Client Node with two BLE services: Mesh Proxy Service and Nordic Uart Service.
The problem is that when I send a message to the Mesh Client from...
We want to make a custom board for nRF9160 and we want to use LTE RF front-end from the development kit file( Altium version). Therefore, we need to know the development kit...
hello everybody.
I have a nRF52832 board, my code is here: github.com/.../hid_keyboard.ino
when nRF52832 is running, my desktop(windows 10) found bluetooth and display...
Hi,
I'm trying to develop an Android app. My HID device is not a keyboard, mouse nor a gamepad. But my BLE firmware is based on SDK 15.2 & HID keyboard example code. I installed...
HI
I am using nnrf52832 s132 sdk15.2
i have developed an application to behave both as central and peripheral.
as Central: application has to discover peripheral services...
Hello,
Is their planned future support or using UART_ASYNC_API with SHELL when interrupts are not used?
static int uarte_nrfx_poll_in(struct device *dev, unsigned char...
I used my app based on the ble_peripheral_gls example in sdk 14.2.0.. and I applied static passkey, "000000" to our app.
When I tested my app with android phone runinng...
Hi,
I find the smallest connection interval I can set on 52840 (and 832 as peer) is 8 units (10ms), and I am not sure if that is reasonable.
My configuration:
52832...
I have a question concerning this tutorial : devzone.nordicsemi.com/.../ble-characteristics-a-beginners-tutorial
i have same problem than Milton (comment under the tutorial...
We have procured nRF52-DK development board from Mouser India and we are using S140 stack on the Windows platform for our PoC.
Our application requires that nRF52840 should...
Hello,
I would like to modify the current default SRAM partition from 64k (secure), 64k (bsd), 128k (non-secure). I would like to change it as follows; 8 k (secure), 8k...
See: https://devzone.nordicsemi.com/f/nordic-q-a/46833/nrf-connect-can-t-see-nrf52-dk/185284#185284
I have been developing a peripheral with nRF52832 and SDK 15.3.0.
I...
I'm stuck over fds_init() which hangs on mbed-os using SDK 14.2
I am calling fds_init within bleInitComplete callback as follows:
BLE & ble = BLE::Instance ();
ble...
Hello,
The pwm example shows changing the duty cycle inside the main while loop with delay wait.
I would like to get rid of this delay wait by putting the app_pwm_channel_duty_set...