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...
I've been trying to build blinky using the nRF SDK from the toolchain manager with no success on windows 10. I've previously been able to build projects so I'm not entirely...
I would like to make my own project of an analog sensor with BLE feature. Is it a good idea to go with third party module (because of the easy availability of Antenna)? can...
Hi! I measure the micro frequency by Hantek Osiloskop in two-mode.
First, I use a simple Blink without softdevice , reaching 570kHz in 10us. Second, I use a ble_app_blinky...
Hi, I am looking for some help in interfacing STM32F4 MCU and nRF52832 module via UART for establishing BLE communication. My application needs both the devices.
I downloaded...
Hello everyone,
how can I implement a blacklist for my central which is scanning for a UUID and should also check for example device name. If the device name is in the blacklist...
We have developed a sensor application using ESB protocol with the nRF SDK (nRF52832 on Tx side and nRF52840 on Rx side).
We would like to redevelop now the receiver under...
Hi
1、I made the following modifications to the hello_world example(ncs1.7.0\v1.7.0\zephyr\samples\hello_world.
2、I have disabled uart0,But the average power...
Hi,
I'd want to implement RTC for regular testing of a variable. I am largely based on The BLE_uart exemple and have added a timer instance and a PWM instance. As the...
Hello,
I run a piece of code on NCS1.8.0 on nRF5340-DK, and it returns -35 when executing k_msgq_get(),b ut the same code runs on NCS1.5.0 and the k_msgq_get() function...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
Since I want to bond with Android, I have created a central code that summarizes the functions that I...
Hello everyone i am trying to integrate nRF Calendar example with the nRF5 Thread MQTTSN example. In my application, I will get the date and time source from the MQTT-SN JSON...
Hello,
I have a zephyr project built using NCS v1.8.0 with target board selected as nRF9160DK_nrf9160_ns. I am interfacing LSM6DSO sensor with nRF9160 dk, with interrupt...
Hello,
We have a firmware developed for Full Thread Device. But now as i want to reduce power consumption i want to convert FTD device firmware to SED firmware.
SDK...
After reading this https://devzone.nordicsemi.com/f/nordic-q-a/3830/what-is-the-value-of-the-gpio-pull-up-and-pull-down-resistor
and seeing that the internal pull-up is...
I'm trying to get readings from an LPS22HB sensor with the nrf52810 using the lps22hb driver in SDK 17.0.2_d674dde.
The lps22hb_init() call completes without any errors...