I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Hi, I'm going to order a Thingy 91 DK.
So I have some question to getting started with this module and prepare BOM for hardware. 1. In my region - VietNam, LTE-M was supported...
Hello
SDK17.0.02
softdevice : s112
tool : segger embedded studio
DFU is under development. Updating with DFU works normally, but some functions do not work. The problem...
Morning Everyone,
We use raspberry pis as part of our test equipment. The final stage of our CI/CD pipeline downloads the build dfu packages to a Pi and then does an OTA...
Hello,
I'm having an issue running the examples provided within the pc_ble_driver_py repository.
When I try running an example, say, advertising.py, I get the following...
Hi,
I use nRF connect with a EVK-ANNA-B112 board to program a nrf52832 custom board. Everything was working fine until nRF connect updated to 3.6.1 version. When I try to...
I am trying to run the heart_rate_collector.py example in Nordic's pc-ble-driver-py bindings.
I cloned the pc-ble-driver-py bindings here and followed Nordic's instructions...
I try to run https://github.com/NordicSemiconductor/pc-ble-driver/tree/master/examples/port_enumeration. But it can't enumerate any serial port.
D:\pc-ble-driver\build\examples...
I try to run github.com/.../serial_port_enum.py . But it can't enumerate any serial port.
D:\pc-ble-driver-py\pc_ble_driver_py\examples>python3 serial_port_enum.py NRF52...
Hi,
I got a code that got a main thread with priority 5, and the workqueue function from the location sample with priority 5. The main thread uses the adxl362 sample to...
Hi,
I am trying to interface with the MAX11198 simultaneous dual ADC over SPI. The ADC has two channels and I am able to read values from one channel at a time using the...
Hello there!
I am working on an ANT+ project, and - as I have taken a fairly unexplored development approach, namely integrating nRF5-SDK Code into a main application written...
I'm working with a prototype sensor that changes impedance when environmental conditions change (sorry, can't provide too many details on the sensor itself).
Currently the...
Hello,
Using nrf Connect SDK v1.9.1 Zigbee nrf52840 -DK and Nordic Zigbee coordinator sample. When in terminal sending command BDB START I get " I: Unimplemented signal...
Good Morning,
I'm testing "peripheral_hids_keyboard" with vsc and I would like changed "CONFIG_BT_HIDS_MAX_CLIENT_COUNT" at the value '3'.
In the menu nRF Kconfig(buid...