Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Greetings,
I have been using the nrf sniffer and Wireshark successfully for for the past month or so. Today Wireshark stopped filtering for the device(s) selected in nrf...
Nordic Team,
I was hoping you could create a similar post to devzone.nordicsemi.com/.../ but one that was dedicated to possible improvements and feature requests. This...
Do you have any recommendations on measuring the voltage of a lithium battery (e.g 4.2V) using nRF52?
Obviously you can't measure directly as Vbatt > Vdd.
To use a simple...
Hello,
I am working on ble characteristics tutorial. (F00D, BEEF example)
I flashed the program and tried to scan my nrf52 DK on my Android phone.
Some parts of my Android...
I am designing with nrf52832 and experiencing some connection issues at 0C. The system gets disconnected every few seconds with 32k crystal, but no issue with RC oscillator...
Hi,
We want to upgrade our product from SDK9 to SDK12.
I already check the below questions.
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
devzone.nordicsemi...
Hello!
I have
uint32_t adc_value (from external ADC converter)
And try to send it value through ble. My code:
main.c:
....
for (;;)
{
Weighing();
power_manage...
This is somewhat a long story.
I have an app that I've written in mbed compiler (online version). I would like to have DFU.
At the moment, it seems like mbed OS5 does not...
Hi Nordic, I come from this question: devzone.nordicsemi.com/.../
So, my doubt is: what events are triggered in a slave channel while it is not communicating to a master...
good time dear Engineers!
Please explain how to use correctly HANDLE RANGE in functions of discovering.
I use CENTRAL with up to 8 possible connections to PERIPH, so pls...
Folks,
Have a very puzzling problem (which means I must have done something really silly :-)
Built a prototype in which the nRF52 section is a clone of the one in the...
Hi,
My team has created a custom board with NRF 52 and were able to flash the blinky sample successfully. The LED connected to P.20 is glowing on the custom board after...
Hello! I need to start a sequence of 26 pulses after getting low level signal on gpiote pin.
I can do it in gpiote event handler but I need it most of the time so I want...