Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
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...
Hi all,
I want to provision my mesh network of light_switch demo examples form ble_mesh_sdk_2.2.0 using the nrf_mesh android application but when I did scan in the app none...
Hello,
I am using nRF52832 IC with softdevice and SDK v15.
I wish to make the MCU in sleep mode and then a couple of milliseconds (let's say 250ms) wakes up the MCU. For...
Hello,
This is a show stopper! I cannot get any Logging to neither the Segger Debug Terminal nor the JLINK RTT Viewer installed by nRF5x-Command-Line-Tools_9_7_3_Installer...
Hi, Just to say that the nordic devzone website does not work with Vivaldi navigator For example, this link below opens correctly with my opera navigator, while it fails with...
Hello, we are trying to implement PWM function with an incrementing/ decrementing duty cycle using a logarithmic function rather than linear function. Is there any predefined...
Dear Sir,
I wanted to connect the peripheral device to a phone which has highest rssi value(where multiple phones will be sending requests).
For that I have enabled...
in Mesh SDK v2, simple on/off model example, client node doesn't act as a provisioner.
But I still want to combine provision & client in the same device.
Is that just...
Hi all,
I'm reading the ble_peripheral samples of the SDK. I know start a advertising with the function ble_advertising_start();
Now, i know a central address, then i want...
I'm using the PPI to generate a PWM signal on my nRF51822, and I've noticed that TIMER_SHORTS is never triggered unless the timer interrupt is also active. I had originally...
Greetings,
I believe I'm seeing the same issue as this DevZone ticket: https://devzone.nordicsemi.com/f/nordic-q-a/23903/gpio-behaviour-during-power-down-nrf52832/94059#94059...
Hi dear all !
the Question is very simply,
1. What the real RESET VECTOR (isr table) , ROM address for nRF52840 MCU ? I mean what happened each time after MCU CORE reset...
Using a nRF52832-DK and nrfconnect-2.0 on Win 10 everything works well.
But using that with Ubuntu 18.04 requires more installation documentation!
1. it seems, that the...
How many GPIOTE Tasks can I use at the same time. I want to drive six different pins with six different tasks which are connected to three events. Each event generates two...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...