Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
I have following code fragment to enter nRF52 into power-off mode. There is s132 softdevice 3.0.0 running and my SDK is 12.0.0:
int32_t ret = sd_power_system_off();
...
Hello,
I am having an issue viewing serial communication from the nRF9160 on the LTE link monitor. I am able to view output when the code is compiled from a different...
After burning the application, the following operations were performed: nrfjprog.exe -f NRF52 --rbp ALL nrfjprog.exe -f NRF52 --pinreset
There are a total of 600 devices...
Hi everyone,
I have setup a Bluetooth Mesh network of 5 Light Control Server Nodes and 5 Low Power Nodes that have friendship with eachother.
All nodes publish and subscribe...
I'm facing the requirement to save few kb of data in flash and process it over time. Because none of the standard mesh models fit, a custom mesh model will be the only option...
Hey,
I encountered a very strange problem while I was trying to connect from nRF52832 (as a central device) to my nRF52805 as a peripheral. If I am trying to connect to...
Hello,
I am working on a custom development board that is using the nRF52840. After programming the nRF52840 on the board with Soft Device s140_nrf52_7.0.1_softdevice.hex...
Hello DevZone,
A product I use uses NFC tag type 2 to communicate. It usually communicates to a separate chip but I want to replace this with the nRF52832.
I opened...
Hello,
I'm working on a product where we want the nRF52840 to be able to reset itself in hardware . This is currently done via an IO that drives a SHUTDOWN# signal into...
Hi,
I'm using TWI to control accemeter(MMA452).When I used TWI SENSOR to read my sensor, it didn't work normally.
The address of MMA8452 is 0x1C,so i want to read...
The separation of flash memory into a region for the application core and one for the network core on the nRF5340 seems rather cumbersome and error-prone.
I'm especially...
Hi,
will qmi_wwan or gobinet driver be available for nRF9160? PPPD is not available. It is quite a limitation in use to miss ethenet interface based connectivity.
Regards...
Hi everyone, I’m have a wired network of 1000 devices (relay switches) that I’ve been tasked to upgrade to wireless.
Devices are inside a warehouse, about a pallet apart...
Hello All,
I am developing product using nRF52840 Dev-kit and SDK 4.1 for zigbee and thread.
I have created the new solution using tool chain - C:\Program Files (x86)...
Hello,
I'm using the NRF52840 with the NRF5 SDK v15.3.0 and S140.
I was trying to include the nrf_fstorage library into an existing project. The problem I experienced...