Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
I'm struggling to get a mouse wheel to work in advanced (High Res) mode.
What I learned so far is that I should create a "Resolution Multiplier" Feature report....
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
Hi ,
I have a large data structure that I'd like to transfer ( few KB ) , what is the maximum length I can pass on " ble_nus_string_send" ? ( length appear as uint_16 )...
I add file "nrf_drv_spi.c" in the group of nRF_Driver, and in the nrf_drv_config.h add the code: #define SPI0_ENABLED 1 ;#define SPI0_USE_EASY_DMA 1; in the main.c file I...
Hi, I'm developing a Eddystone Beacon based on the Eddystone example of the SDK 15.2.0 using a nRF52832 chip. I've made some modifications to the code, but I'm facing difficulties...
Hi
I am trying to setup the BLE wireless dongle with wireshark and can't get it working - it wont appear in the wireshark list.
This is what I have done:
1) I have Wireshark...
Hello,
I have a question about Mesh implementation.
I need to build a network of BLE mesh devices, lets suppose for the moment they're based on light switch server model...
Hi everybody
I'm designing a new cutomremote based on smart remote v3, As I dont know much about the ANR algorithem of Nordic, so for mics I dont know how should place...
Hi,
I'm trying to migrate a prosjekt in SDK 12.0.0 to SDK 13.0.0 and having trouble with the NRF_LOG_RAW_INFO. Getting a warning = implicit declaration of function 'LOG_INTERNAL_9...
Is it OK to drive GPIO P0_27 (when configured as an input, of course) above the supply voltage provided the input current is limited with a series resistor?
In my application...
I'm attempting to build a binding for the noble ( https://github.com/noble/noble) BLE library. Currently some methods are private by underscore prefix convention.
I'd like...
I used nrf52832 sdk14.2 development, modified on the basis of the ble_app_template project, and ported some of the user code previously in sdk12.3 to sdk14.2. After I open...
Hi,
I want to store some data into flash and need to read before calling gap_params_init() in proxy_server demo.
1) when I am initializing flash manager using flash_manager_init...
Hi I wanted to flash a firmware in a Thingy52, I used Segger embedded studio and NRF52 DK to do that. I used the right cable but after flashing my Thingy52, it doesn't blink...
Hello dev zone !
I shall design a compact hardware solution wich is cost sensitive.
I need to use a NRF52832QFAA, I need to provide a 16mhz clock to a hardware peripheral...
I want to implement the function of long Attribute Value reading and writing in BLEV4.0. How should nrf52832 sdk14.2 implement this function? Is there a routine for reference...