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...
Take into account an application on the nRF51822 and S110.
I have defined different custom services, so UUID is 128bit long.
When advertising:
Is it advisable to include...
What are the mechanics of using 'uuids_more_available'? Is this list transmitted as a part of advertising data, scan response data, or both? How does the host know that this...
I'm using mbed+nRF51822+BLE_API+softdevice 7.1.0 for BLE peripheral side. I add uart service with the setting BLE_GAP_CONN_SEC_MODE_SET_OPEN which is open link, and set the...
Hello,
I know that this question was here before, but I've read all of the questions and answers and still I don't know what I do wrong.
I'm using 3 PWM channels to...
Hi
While browsing the new files in the SDK 8.0.0 i had a look in the new ble_advertising module. In the start advertising function the pstorage access is checked if it's...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I have the nRF8001 plugged into the shield for the Arduino Uno.
From the Arduino SDK from Nordic, I have downloaded the BLE Hello World program to the Arduino, which should...
I know the SDK lists it for the S110 stack:
http://developer.nordicsemi.com/nRF51_SDK/doc/7.2.0/s110/html/a00066.html#app_dfu_intro_sec
But trying to use it with the...
There is a GitHub example:
https://github.com/NordicSemiconductor/nrf51-dfu-ble-S130
It states that the SDK 6.1 is required. Will it work with the 7.2 SDK using the...
I am trying to use TIMER1, but it seems that my ISR isn't being linked in during the build.
uint32_t timer1_init(void)
{
...
NVIC_SetPriority(TIMER1_IRQn, APP_IRQ_PRIORITY_LOW...
Hi,
I'm developing beacon-scanner software using nrf51822 and S120 softdevice.
Using softdevice v1.0.1.
I need to scan ibeacon type advertising devices and get service...
I am currently trying to come up with a viable strategy to log error codes that arise while my device is being used in the field. When an unexpected error code arises, I would...
Does someone use it?
The gls example from SDK 7.2.0 with softdevice 7.1.0 works.
However, the gls example from SDK 8.0.0 with softdevice 8.0.0 does not work.
I am using...