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...
Hi,
I'm very new to learn nrf52832. Recently, want to connect my NRF52832 device with pc, then , using the value uploaded from the device to draw a curve in pc' client....
Hello
I'm looking for API example to use Key Management Unit (key storage and key usage). But I didn't find it in all nordic documentation.
Could you help me to use KMU...
I am using the SDK 17.0.2 to make the advertisement and scanning for the two nrf52840 boards. One unit with extended advertisement only on channel 37 and the other unit scan...
The documentation says that: " By default, threads run in supervisor mode and allow access to privileged CPU instructions, the entire memory address space, and peripherals...
Dear Community;
I am trying to send some data via Lora with a nRF9160 connected with SPI to RF95W Lora module. The transmitter is a nRF9160 with a RF95W, and the receiver...
Hello,
We're piloting updating our sensor beacons RuuviTags to use Coded PHY for better range. The current design has nRF52832, our update would be to drop in a nRF52811...
Hi Nordic Support Team,
I am trying to combine
..\nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10056_s140_ble\ses
and
..\nRF5_SDK_17.0.2_d674dde\examples...
Hi,
I have been looking around the forum and have found conflicting information regarding the existence of a QSPI flash driver and example for the nRF53 on Zephyr. Is this...
Hi,
I am trying to run nrf zigbee light bulb sample provided in the nrf SDK on the NRF52850 usb dongle.
I have sucessfully built "blinky" app sample with NRF Connect SDK...
Hello Everyone,
I am developing one product for the HVAC system. I have Radiator and STM's primary MCU. For development, I need to configure the thermostat cluster ID for...
Dear Nordic Community,
Because of unavailability of nRF52840 we are shifting the work to nRF5340. I have some queries on this topic as follows,
1) Is SDK will be changed...
Hi Nordic Team,
I am new to Bluetooth mesh and NFC. I am working with the device nRF5340 and SDK NCS v1.5.0 .
I have used the sample Bluetooth: Mesh light as a starting...
Hello, I'm trying to use PN532 module with nRF52840 using I2C. the data can be sent, but when it comes to read it, IRQ keeps high, so it reads 808080 .. I added a nrf_delay_ms...
Hello,
Starting with the example of mqtt_sn_client_publisher in the nRF5 SDK for Thread and Zigbee and I want to publish an array of data like this one
in a MQTT topic...
I am trying to send some data from nRF52840 to Xbee via Zigbee In this case, I set nRF52840 as router and Xbee is the coordinator. I use zigbee_cli_agent_router sample code...