Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
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...
Thanks in advanced. Platform is: nrf52832-qfaa, SDK_17.0.2, use V6.88a JFflash. I design custom board with cp2102n and nrf52832 to act as a usb receiver. All these boards...
Hi, I have flashed the nRF52840 dongle on macos (11.4) and ubuntu (20.04.20) using nRF Connect for Desktop (3.61) following the guide ( https://infocenter.nordicsemi.com/index...
Hi, I'm trying to run my app on a custom board, I keep getting the error "stopped by vector catch" before any of my code runs. I've tried sample programs for the equivalent...
Hello,
I am using one nrf52840 based SOC with nRF5_SDK_17.0.2_d674dde SDK for one of our project. I am trying to utilize internal 1MB of flash for storing some data. For...
Hello everyone,
I am working on a project using FDS. I am using the nRF52832 with the s132 SoftDevice.
As far as I can tell, the code I've written to store data records...
We are building a consumer electronic device which uses: HW Version : nRF52833 on our PCB.
We need mesh to be implemented as we large number of devices connected a single...
Hello,
I am using a central with SDK 14 & nRF52832; my goal is to read the RSSI & MAC from a connected peripheral device. During the BLE_GAP_EVT_RSSI_CHANGED event what...
Hi All,
I am working on nRF52840 and using SDK 3.0. A developing product that uses a thermostat cluster.
I want to add a few custom ID's to the thermostat "enum zb_zcl_thermostat_attr_e...
Hello All,
I am getting an assertion as below,
<error> app: ASSERTION FAILED at ..\nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde/components/libraries/pwr_mgmt/nrf_pwr_mgmt...
Hello,
We are trying to use `nrf_modem_lib_shutdown` to turn off the modem before entering system OFF mode. We are using LTE link control, with the following LTE settings...
I am using the nrf52832 with softdevice s112
is the app_timer library still limited to the max period of RTC1 as explained in this post https://devzone.nordicsemi.com/f...
I seem to have this issue on this page in the info center https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/group__nrfx__saadc__v2.html
when I click on "API description...
Hi, Dear Nordic & all:
I just want load and run the “serial_lte_modem” example about NCS 1.5.0's project in SEGGER(no file modified) on nRF9160 DK,but there is something...