Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
I am attempting to change the passkey used in BLE Pairing/Bonding. In this case, I am using legacy pairing/bonding.
My idea is to have the central provide the passkey to...
Hi,
I'm new to C language.
In my main.c
In my Battery.c
My Question
The IDE will give a warning: No such file or directory. How to solve this issue, please?...
hi support team,
customer are asking one question about using external 32 MHz crystal, if customer not using radio, only take 832 as MCU, is it possible to using 26 M crystal...
Hello!
I just started with NRF Connect sdk but I have some problems. The nrf5 sdk was working fine for me but we decided to migrate in this early stage of development to...
Hi, it's my 1st time using nRF Connect SDK for nRF5340. After click OK (see screenshot), I had this CMake error.
Because my previous folder contains white space (C:/Users...
I've been trying to run the FreeRTOS blink example on a custom board.
After some time (I have not yet been able to determine exactly how long - but somewhere in the range...
Hello,
I would like to use k_uptime_get, however this is returning an int64_t where I would expect an uint64_t.
While looking in the function, I see that k_uptime_get...
Hello,
We need to add secure services to our application, and I followed the guide in https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/software/posts/using...
I have downloaded the ble_app_blinky_c_pca10056_s140 hex file to the development kit with the help of the nrf_connect windows application. I have a PCA10100 development kit...
There is no 32767Hz crystal oscillator on my circuit, so the clock source of softdevice is configured as RC to ensure that the system can function normally. Now I use the...
I have successfully run a firmware in NRF52840 DK board. With NRF52840 DK ,I have tested AWS IOT BLE Nrf. Now I have also NRF52840 Dongle. Because small form factor, I would...
Hi Nordic support,
I was trying to get the Asset Tracker app running on the Thingy91 device but encountered various problems. Basically it can't get connected with the network...
Hi,everybody!
I started to connect the PCA9685 to the nRF52 DK and ran into a strange problem. When initializing the PWM module, it does not work.Initialization requires...
Hello DevZone,
I am developing on nRF5340-DK v0.11.0, with nrfx v2.2.0 running with mbed Cordio, compiled with GNU make 4.3. The end goal is to make a Bootloader for the...
Hello everybody. I need to rotate servo and check adc on potentiometer to stop it if something is blocking the shaft.
I need to change servo position step by step and check...