Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
I performed below mentioned steps:
Downloaded SDK 12.1.0
Soft Device s130_nrf51_2.0.1_softdevice.hex
Built secure boot-loader with new public key
Built project ble_app_hrs...
I'm trying to compile hci_usb sample of Zephyr with Nordic Connect SDK v1.3.0 using Nordic's proprietary controller but apparently it fails.
I'm using following configuration...
Hi I'm doing the Bluetooth GATT: How to Design Custom Services & Characteristics [MIDI device use case] example ( https://www.novelbits.io/bluetooth-gatt-services-characteristics...
I cannot get the NRF_LOG messages via RTT to the debug terminal in SES or RTT Viewer. My setup: HW: PCA10040 1.2.4 SDK: 15.3 Project: \nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral...
Hi
I'm using SKD16.0.0 and S132, and I want to realize that peripherals can only connect to a center with a known MAC address through directed advertising. How should I...
Hi Folks,
I am getting in trouble with SoftDevice activation. Indeed, my application did not return from the "nrf_sdh_enable_request()" call, more precisely it hangs into...
Hello,
I am currently working on BT840 and BT832 modules and trying to run the sample codes which are given by Nordic (specifically ble_app_uart which runs with UART service...
Hi,
there is a number of tickets on the sd_ble_gatts_characteristic_add, but I still can't get where I do it wrong :-(
I'm trying to initialize the battery service using...
Hi,
I used 52840DK and SDK15.2 to test usb cdc, every thing goes will, but in rx event, it always missed first byte, for example, if send "123456", it just received "23456...
Hi everyonoe,
I would like to set a timeout for advertising, and catch this event. So I have
According to ble_gap.h :
uint16_t duration; /**< Advertising duration...
Hello,
Help me please, I have an issue with ATT MTU size.
When connecting Android (BLE client) to nrf52 (server) and ATT MTU is 20 bytes in max.
I have changed on...
I'm using SDK v16 on an nRF52832 and occasionally run into a SIGTRAP with my custom application mainly forwarding BLE traffic from/to UART.
It works fine, only after quite...
Hi teams,
I am finding a way to check whether a mesh node is currently able to communicate with other node.
We are planning to deploy many mesh nodes to proper position...
Hello! We are using the chip nRF52832 with the circuit recommended by Nordic Semiconductors, we want to implement the recharge of a battery by NFC. Without any data transmission...
Hi, I am trying to put nRF52832 in low power. My starting point is NCS v1.2.0 peripherial_uart app. When started I had ~300uA in idle mode, and that was because UART was always...