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...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hi,
I'm developing an application on Android based on nRF_UART apk source, but i'm having trouble in connecting to two BLE devices. Actually, i think i could manage to connect...
Hi,
I am trying to use BSP button event to take the system into sleep mode. A long push turns off IO and calls power management shutdown and the same button is configured...
Hello community!
I use the dongle PCA10059 (nrf52840) for my hardware. I already enable -DARM_MATH_CM4 and link library libarm_cortexM4lf_math.a with CMake. I can include...
Hei,
I am following the Install the toolchain section and after running
choco install python
the step does not verify because it does not find pip3.
'pip3' is not...
One of our resellers is requesting a classification code for the RF protocol. We use a Proprietary RF protocol based on ESB (Enhanced Shockburst). Is there an IEEE or a different...
I am experimenting with trying to improve the current range of gzll nRF52840 dongle to dongle (which is not that far from what I need). I am developing using nRF5_SDK_15.2...
Hi,
The top level page nRF5 SDK Documentation Library page ( https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/index ) contains a link to "S140 SoftDevice...
Hi,
I am trying to implement the DFU example from Mesh 3.1.0SDK and 15.2.0 SDK. I am following the process mentioned here .
I am using a MacOS for development.
I am...
Hi
I am using device manager and store connected devices value on next advertise device should be broadcast as bonded
static uint32_t device_manager_evt_handler(dm_handle_t...
Dear Nordic :
Our mass-produced smart trainer( 16M external oscillator, 20PPM ) supports ANT+ FEC and ANT+ Bicycle Power , so there are two channels alive wtih 4Hz frequency...
Dear Nordic :
Our mass-produced smart trainer( 16M external oscillator, 20PPM ) supports ANT+ FEC and ANT+ Bicycle Power , so there are two channels alive wtih 4Hz frequency...
Hi,
I used nRF52840 dongle device to run BLE multi-link Central and nrf52832 to run BLE Blinky example to test the communication of 20 nodes. How can I set and verify that...
I am making a BLE device that uses 7 ADC inputs. Most of the inputs need to read at 1hz or so. Two of these inputs are of interest
The first is a heart-rate signal that...
Hi,
I want to measure ADC for 3.3V
Using formula
RESULT = [V(P) – V(N) ] * GAIN/REFERENCE * 2 (RESOLUTION - m)
Rearranging eqn:
Vin = ( RESULT*REFERENCE)/(2 (RESOLUTION...