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...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi I'm confused by this statement... Can my characteristic size be more than 20 bytes?
Each outgoing data packet can contain up to 20 bytes of user data (set by the specification...
Hello! What is maximum number of bytes can I send from Central/Peripheral to Peripheral/Central device in one packet? Can I send more than 200 bytes in one packet? I want...
Can anyone point me to sample code that exercises ANT's "advanced" burst mode? I have sample code provided by the Keil SDK that contains a prototype for function sd_ant_adv_burst_config_set...
I'm actually writing some data to the flash. I'm using pstorage api interface.
But whenever I flash the new firmware, I get some garbage data.
in my main function I would...
Posting this question here as there seems to be no Tech Support available in India.
I am looking for a BTLE solution that can be used in my BT device.
The functions...
My Problem
ble_app_uart app hangs at main.c line 503 " ble_stack_init(); "
My Setup:
SDK: nRF51_SDK_8.0.0_5fc2c3a
Device: nRF51 DK
Editor: CrossWorks
...
Hello development zone,
I'm new to nordic, and I have a question about role swithcing.
With knowing that, this kind of questions may be answered many times before only in...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
hello everyone
I have some questions with the following function in the hal_aci_tl.cpp file
static bool m_aci_spi_transfer(hal_aci_data_t * data_to_send, hal_aci_data_t...
Throughout twi_hw_master.c, there are lots of places where the code directly accesses PPI channel #0 and thus assumes it's available, as in:
NRF_PPI->CH[0].TEP = (uint32_t...
Hello, I have built a couple of custom boards in the past using the nRF51822 and have stuck very closely to the reference designs. They have all worked.
In my latest board...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...