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...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
What happened to NRF_FICR_Type.INFO and FICR_INFO_Type in nrf51.h?
This was in ./components/drivers_nrf/hal/nrf51.h in nRF51_SDK_7.1.0_372d17a
but is missing from ....
Using the nRF51422 with the TWI hardware version. Just playing around to verify signals with the following code which just configures the TWI1 and then repeats continuously...
Hi,
i tried to update the firmware of nRF51-DK but it crashed and now Keil uVision says "Cannot find the JLink version number"
Its also not showing in the nRFgo stu...
I'm developing application using your devices (PCA10001/PCA10000) and S130 SoftDevice. I tried to implement DFU/OTA feature in my app. For this purpose I used DFU sources...
Hi All,
Does anybody has a working setup using SD 7.1.0 with SDK 7.2.0, iOS 8, DFU with a secure connection?
When I use no encryption it works, but when I enable encryption...
So I'm currently trying my hand at some very simple things that one can do with the NRF51-DK.
One of those things involves sending notifications to a client on certain...
Hello,
I'm testing n51822 with low voltage mode, and want to check the BOR condition.
Is there any threshold for brown-out reset, or voltage tolerance? e.g. 1.68V...
Hi.
I have received down the source of the example of experimental_ble_app_uart in my keil.
I use register.(NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;)
but, Hardfault occurs...
Hi there,
I am currently using the nRF51 DK trying to teach myself how to create a working ble application. I am currently going through the application note nAN-36_v1...
Hello!
We are using an BLE NRF51822 chip as a GATT-Server, unfortunately without any possibility to modify its software at the moment. The BLE-setup should be very similar...
I want to run the Direct Test Mode for nRF51422 on my board, I'm trying to use the nRFgo Studio.
When I'm trying to connect to the specific COM port, I get the following...
Custom Board which has NordicSemi nRF51822-QFAA MCU,
a temperature sensor (Si7020-A10), and a white LED. The circuit follows the internal LDO setup.
(Ref. nRF51822_PS...
Hello,
i use Bootloader from SDK 7.2.0. I have some questions about init packet handling:
The bootloader compare the device type, device revision and softdevices...
During ble ADV,my device will consume 60uA,when ADV stoped it will drop to 13uA. But when I get ble connected current will up to 130uA.
I test nrf51_sdk_v6_1_0_b2ec2e6...
Hi,
in the new version of S110 (8.0.0) I can see the implementation of scan services:
SD_BLE_GAP_SCAN_STOP, /**< Stop Scanning. */
SD_BLE_GAP_CONNECT, /**< Connect....