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...
I want to do power profiling in my nrf nrf51822 devices. Nordic don't have any online tool to calculate current consumption for the nRF51 series. So how to calculate current...
Hello, We are using nRF51822, SDK12.3.0 and softdevice S130. It is a multiprotocol application using the softdevices' timeslot feature: Our protocol running in timeslots concurrent...
Greetings,
We are currently certifying a device to be compliant with FCC & IC rules in the US & Canada. The upper band edge measurement is failing on advertising channel...
Dear Support,
We are in pre-certification phase with our product using nRF52840.
For RF testing purposes, our testing house asked us to provide the following, and I am...
Dear Nordic,
I configure a GPIO pin to PWM output, from this diagram, if we enable `PIN[0].CNF.INPUT`, we can read GPIO status while the PWM is running. But I check the...
Hi
Am I alone in my judgement that some of the Nordic Example code is a good example of how NOT to code? These examples should demonstrate the perfect way to utilise a given...
I want to develop a custom Firmware for the Thingy:52.
I am using a Segger Edu J-link Debugger and the Thingy:52 PCA20020 Version 1.0.0. As an IDE i am using 64bit Segger...
Hi
We met the problem is that clock low time period is out of spec, we got the value from oscilloscope is 1.24us@pull up resistor 10K/7.15k when clock speed=400kHz. The...
Hi,
I'm using nRF52832 with SDK 15.0.0 base on ble_app_uart example. But I meet a very strange problem. The project couldn't run after I program, no matter I use IAR or...
Hello, under Android I can access the GATT stacks via SDK ( API ). Is this under Windows 10 also possible to access the GATT stack via SDK ( API ) ? Or must I develop a special...
Dear Nordic
how i test one channel advertising?
I change inside advertising_init()
ble_gap_adv_params_t m_adv_params;
m_adv_params.channel_mask[4] =0x60; // advertising...
Hello,
For my projects I use python script to download sdk from https://developer.nordicsemi.com . For some reason newest sdk 15.1 is not available there, only here https...
Hi,
1. I need to know the bluetooth 5 range of the nrf52840 dongles which I need to use on custom boards.
2. Can I use AT commands to communicate with the dongle over...
Hi,
We are trying to get the serial dfu example from sdk 14.2 working with an nrf52832. After flashing the device succesfully and starting up the bootloader we were unable...
Hello,
I recently switched to linux and I have many problems since then.. So I noticed that printf functions are not working fine for me e.g. in ble_peripheral_uart example...