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...
Hi all,
Can I update the value passed to the sd_ble_gap_adv_data_set() to do a scan response at any time?
For example when I get an interrupt from a button, can I update...
Hello,
according to the BLE 4.1 spec, a device can be able to be slave in multiple piconets at the same time. Will this ever work with the S130?
I do not know how the...
Hi, Nordic Enginner:
Now i want to use a external mcu to programe the nrf51822 by signal bank hci dfu mode(BLE DFU,we do not need! ). Also we have a pc softawre for control...
Hi everyone :
I have some questions about nrf51822 ble S110 ,I have two ble device ,both device used S110,is it possible use the first device to scan the second device to...
Hi,
I used the pstorage example mentioned here and got it to work to an extent.
A snippet of my code is :
retval = pstorage_init();
if(retval != NRF_SUCCESS)
{
...
Hi,
I created an Android project that scans nordic beacons and parses the data in it (such as the tx level, major. minor, UUID etc). I'm doing some low level parsing to...
I used version 3 nrf51822 along with s110 v8.0 header files for radio unblocking. when i was trying to compile there are many errors shown up because some of the soft device...
I am driving a piezo at a fixed frequency but want to provide adjustable volume by adjusting the duty cycle. I would like to adjust it by setting the duty cycle to 5 levels...
Instead of central-peripheral relation based cluster, I am planning a linear daisy chain like network model with BLE, where a series of BLE nodes will just relay the information...
I have a system fully operational using the nRF8001 communicating to both IOS and Android devices using nRFUart app from Nordic as well as a custom app using the uart tx and...
Using IAR CWARM to develop on CFAC. IAR currently doesn't have CFAC device support built in. So I am copying over CEAA config files and manually updating. I realized that...
Hi Team,
Can anyone help regarding Cable Replacement service.
Is this service is already supported in softdevices?
What are the options if not supported?
Hello! I trying to use peripheral example with s130 stack. I have some problem:
Device is advertises well. If i connect to the device via mobile application nrf Master, after...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...