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...
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 was wondering what determines the logic level of the nRF52840 interfaces? Is it whatever you supply VDD with?
For example, if I supply VDD with 2.8V, will the logic...
I need to port a system from a STM32F407 MCU to the nrf52832.
The old system would continuously poll a SPI slave for 244 bytes of information and after receiving 60 valid...
Hi,
I am working on the ADC and trying to sense the battery level to measure it voltage.
And I have configure the ADC with normal conditions as present in example of SDK...
Hello
First things first, when I use the UART example located in:
\nRF5_SDK_15.2.0_9412b96\examples\peripheral\uart\pca10040\blank\ses
all works fine, the script compiles...
Hi,
I hope this is the correct place to ask beginner questions. I new to microcontrollers in general.
So first of all here is what I am using currently:
Software:
...
Hi,
I'm using Nrf52 with SDX 15.2.
The device is far for the host (smartphone), I would like to know if I can know the RSSI with the Smartphone? How can I control the...
Hello everyone!
I'm trying to implement a mqttsn client inside a microcontroller, and the nrf52840 should be used only as a way to communicate with other thread devices...
Hello!
My name is Tiago Morais. I've started to work with nrf52840 and now I'm having some problems with its CLI.
I'm trying to use the nrf52840 dk with openthread and...
Dear Nordic Team, Thanks for supporting.
Currently i am working with DFU for nRF52810 custom board. I am using SDK15.2.0. I followed these steps (//devzone.nordicsemi.com...
Hi all,
I'm following https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-0-0/md_doc_getting_started_dfu_quick_start and I'm using mesh SDK v3.0.0, I have a problem...
Hi all:
All of the example code is using GPIOTE to demonstrate how to handle GPIO interrupt.
However, it just can configured HiTOLow/LowToHi/Toggle.
If I want to trigger...
Works
Use nRF Connect v2.6.0 on Linux to erase, program softdevice.
Works
Use Keil to program application firmware
Does not work:
Use nRF Go studio to detect...
I need to implement a simple uart protocol. most messages are fixed length (8bytes) with some exceptions.
here what I do in pseudo code, I send 8bytes and expect 8bytes...
Hi
I am trying to port an SPI driver from a project for the NRF51822 to an NRF52832 and running into a problem reading more than two bytes. We are using SPI0 (not SPIM0...
Hello,
I'm using an NRF52 DK board.
I noticed that when I change P0.27 from the default (input / not connected to input buffer) to being an input pin connected to the...