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...
Just took delivery of a new THINGY:91 from DigiKey - v1.4.0.
Trying to follow the steps in the User Guide, but when I plug into my Macbook, it's not showing up as a USB...
Hello,
I'm a CS student and I'm trying to work with nRF5340 DK. I'm trying to program the sample network_coordinator (Zigbee) to the board using SEGGER Embedded Studio,...
Hi,
I try to use the nRF sniffer but it can't capture any packets.
System used :
Windows 10 Pro x64
Wireshark 3.2.0
Python 3.8
nRF Connect v3.3.0 - Programmer...
Hi
I'm trying to config parity with UART, if I understand right even parity is supported.
In sdk_config.h
changing default value 0 to 14
#define NRFX_UARTE_DEFAULT_CONFIG_PARITY...
Hi, I am using the Nordic nRF5340DK, with the Segger IDE, in the NCS 1.5.0 release.
I want to add nrf5340DK as a new board in nrf_desktop using nrf52840dongle_nrf52840...
I have application with functional configuration MCUBoot + (Spm + application). Now i'm trying to add immutable bootloader which works. However when i attempt to update te...
Hi Guys,
I have implemented passkey legacy security pairing ( no bonding ) on my device, and i want to pair with my Android phone.
I have no keyboard/ display on my device...
Hi,
I have nrf52840 DK and PCA63511 Power Profiler
It worked on WIndows 7 nRFConnect 3.3
I have recently updated to Windows 10. I reinstalled SDK of nRF52. But PDK device...
Hi Nordic,
I got the following error when I try to open nordic sample project in SES workbench...May I ask what happened? Thanks
Creating solution base.emProject ...
Hi, I have use nrf driver_ext / LIS2DH12 sensor driver to read accelerometer data
I can able to link the driver with nrf_twi_sensor and nrf_twi_mngr code.
I can able...
Hello All,
I am working on NRF9160. I was checking the HTTPS_CLIENT Example. But in my application I wanted to use the link that has header as well. How can I modify the...
Hi
I am currently trying to append the CTE extension to a normal packet using the tx and rx examples from the SDK. The examples I am using are in examples/peripherals/radio...
Device: nRF5340DK, PCA10095
I'm using latest nRF Connect SDK, installed by nRF Connect - Toolchain application.
I opened central_uart sample:
I added only "LOG_INF...
Hi,
I have already implemented a full project on NRF52840 and all is working well.
Now I need to implement FOTA through BLE.
I have 4 questions please.
1. Can I...