Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
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...