Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hello,
I am trying to control the smart phone function while making my device as HID keyboard, but It seems that the soft keyboard (smart phone on screen keyboard) clashing...
i think your nrf51 iot sdk don't have rpl functionality....
if i want to implement rpl on it what is the procedure...
if i want rpl on raspberry pi what is procedure......
i have bluetooth usb 4.0 dongle..which part of bluetooth stack it contains...?to support simultaneous master and slave connections will it need any firmware update...?
...
As we known we can set static passkey in peripheral side (s110) with the API sd_ble_opt_set(BLE_GAP_OPT_PASSKEY, &ble_opt) as below:
inline void setPassKey(void)
{
uint8_t...
I've tried all 4 versions of the HID Mouse Example provided through the Keil Pack Installer tool and can't seem to get any of them working.
The code compiles and downloads...
I was trying to compile the example code(nRF51 SDK8.0) for ANT and flash to my nRF51DK(pca10028) board, but the example code was not working on my board. I tried compiling...
Hello.
I'm now writing a software based on nrf51_sdk_v6_1_0/nrf51822/Board/nrf6310/s110/ble_app_hrs. The SoftDevice I'm using is s110_nrf51822_7.1.0_softdevice.hex. Why...
So I've been using a user submitted SD safe TWI implementation that I found here. This has worked well so far, but upon updating to SDK 8.0.0 parts have broken. Now when I...
Hi,
I'm using the NRF51DK which comes with the nFR51422. I initially flashed the board using the ble_uart example.
Since then I've tried flashing it with other examples...
Since we have some performance problems with sd110 V7.0.0, we tried a upgrade to v8.0.0.
This version(8.0.0) with IC revision 3 solved our performance problems:).
But a...
Hi,
I am working on a project regarding a portable device for healthcare monitoring. This device will have a nrf8001 module integrated that will communicate with a iOS...
Hello there,
I know that the range of the possible BLE communication depends on the internal configuration as well as on the external environmental conditions.
I would...
I downloaded the zip file from Git Hub Nordic.. and extracted it into C:\Keil_v5\ARM\Pack\NordicSemiconductor\nRF_Examples\7.1.0\ble_peripheral\
When I open the project...
Hi~
I have a nrf51822 EK board(PCA10001 V2.2.0), but the J-link OB can't flash 51822 chip.
The situation is:
1.I can see Segger J-link on segger software&nrfgo studio...
Hi all,
I've been trying to get a new Win 7 (x64) PC setup with with the Nordic dev tools.
Studio, MCP, SDK etc.
I've installed Studio (1.17.1) and MCP (3.7.1). This...