I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi, i am Karls of Gabsjin in south Korea.
Sometime ago, i happened to know something controlled by mobile(smart phone)
So I would like to make a avr circuit controlled...
Hi,
I built a peripheral unit which working on NRF52805 with SDK17 (S113/S112).
The unit needs to be "multi peripheral" and advertise 2 different advertising packets simultaneously...
Hello, I have a strange problem and I am not sure how to approach it.
The problem is that the connection sometimes does not get established. This issue appears on Android...
Hi Nordic,
I am been investigating SES these days, may I ask how to export the settings in SES, such as indent settings, text color theme, etc?
I have there laptops need...
Hello,
I'm working with NCS on a nRF5240 based BLE device.
On the BLE side I want to do something like this:
Connectable advertising
Phy: 1M
Interval: 200-500ms...
On my own board ,I just connect VDD and VDDH pin don't connect anything, Now my board can not use ble fuction,if I can confirm it's not the software issue, so is it possible...
Hi,
In short, my problem is that my code works when I execute it inside one event handler, but doesn't work inside another event handler, and I don't understand why it fails...
Hi, Nordic team,
I was developing an app using ble_cli module refering to the ble_app_cli example from SDK 17.02 on a custom board. If I set log_backend to false in 'nrf_cli_init...
I received an nRF5340-DK last week. Today I got the zephyr toolchain configured and working under Linux, and hooked everything up. The "blinky" sample app works fine. The...
Hi,
I'm using nrf52840 with an application which supports both BLE connections with mobile and PC via NFC pad.
the file nfc_ble_pair_lib contains the function pm_secure_mode_set...
The BLEJack nrf51 sniffer firmware is a BLE sniffer/jammer/hijacker. If you google you will find the repo and the defcon presentation.
The author claims you can sniff access...
Hi,
I am facing the issue of sending 8210 bytes of data to my slave device.
I am using NRF52840 interfaced with the MAX32664 maxim sensor hub.
I tried both approaches...
We are thinking to evaluate both the U.FL and Trace Antenna options on a custom nRF52840 prototype board.
1. Referring to this discussion, point 3 is about provisioning...
I want to use mesh configuration ( Bluetooth mesh submodule) to save data to the flash memory of nRF52840. The code works fine and I can save data to flash using mesh_config_entry_set...
Hi, I'm having problems with compiling the gazell_dynamic_pairing example with arm-gcc compiler for nRF52840 Dongle. I have already migrated other gazell and esb examples...