Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
root@homelinux:~# ./nrfconnect361x8664.AppImage --no-sandbox
its will show the main menu but can not open the sub APP, like programmer, lte monitor they can not opened
I am using the nRF GFX library to print some text on an LCD. The font, prepared with The Dot Factory v.0.1.4, is stored in flash per the examples in the sdk.
The problem...
I am manually installing the nRF Connect SDK using these instructions https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html and in paragraph 4...
Although I have a fair amount of experience with PIC microcontrollers, I am new to the nRF52 and I am finding it difficult to make the transition. However I have been given...
HI
I use nRF5_SDK_17.0.2_d674dde ble_app_hids_keyboard。 I want to composite KB and Media player。
but only KB can work。
I find many people have this question。 but do...
hi
I use nRF5_SDK_17.0.2_d674dde. delete bonds have some problem.
1. when poweron before into main loop, use delete bond is ok。 can run to PM_EVT_PEERS_DELETE_SUCCEEDED...
Hi, I have the same issue with https://devzone.nordicsemi.com/f/nordic-q-a/59096/nrf52832-module-can-t-connect-j-link-anymore-after-flashing-zephyr-program-onto-it but the...
Hi, I got nRF5340 DK board and trying to run sample projects such as peripheral_lbs, peripherad_gatt_dm, etc. using SEGGER Embedded studio but BLE advertisement doesn't work...
Custom board, ncs v1.4.0, modem FW v1.2.3, SES v5.34a. The code is based on the Asset Tracker (v1), LTE with PSM, motion-activated GPS, using MQTT to send messages to private...
In the ble app uart example, I need the BLE device to be able to send out a null character. I noticed when I receive a message with a null character at the end from the UART...
Hello. I am receiving an input of 1 Hz. ADC is receiving 12 bits. uart's baud rate is 1000000. ADC input is output as UART raw data.
To do this, I modified the following...
hi,
I've found the sample for direction findings in the sdk-nrf github master branch (sdk-nrf/samples/bluetooth/direction_finding_connectionless_tx)
Will this code work...
Hello,
I want to extend the at_client sample with vanilla Mbed TLS (delivered with the SDK) supporting TLS. Later on, I want to be able to modify the Mbed TLS vanilla implementation...