Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
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...
Hello Support
I have a question about the function " uint16_t otCoapMessageGetMessageId(const otMessage *aMessage); ". I need to know the message ID for my application....
Hi,
I am facing a problem while setting up pyaci on Ubuntu 20.04.
On launching the command:
In [4]: p = Provisioner(device, db)
I am getting:
In [5]: 2020-08-04...
Hello guys,
In our current project, we need to have the ability to copy .bmp images from our PC directly to W25N01GVZEIG TR QSPI flash memory of NAND type. To the best...
Hello, i am new to the whole NRF programming. I created my custom board with a NRF52811 SoC, without external LF crystal. I have been trying to get the device to advertise...
Hi all,
I am working on eddystone scanner and I follow this post to start with. However, I have some problems:
1. The device isn't scanning without any modification of...
Hello Everyone,
I am a beginner and working on nRF52832 DK using SDK v13 and using keil mdk armv5.as a compiler. I build it successfully, but when I loaded the hex file...
I am trying to update the firmware on the Thingy:91 following the instructions here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nc_programmer%2FUG%2Fnrf_connect_programmer...
Hi
I am using nordic thingy 91 and i want to program my application on nRF9160 and nRF52840 respectively and i am following the getting start guide.
first i was able to...
SDK 17.0.0/ Windows/nRF52840 DK/ SEGGER
Hi, I want to learn how to achieve the outcome of allowing the peripheral to advertise in the long-range and the Central DK to pick...
Hello,
I have an application in which I need to get RSSI before, during and after any BLE connection has been made. The RSSI measurements are being used to quantify the...
Hello, I am using nRF52 DK and SDK V15.2.0 with a Nordic PPK to measure current draw. I have read tons and tons of questions posted here but am still unable to figure out...
Hi all :) ,
I'm trying to create my new zip folder with new image.
I connect to my nrf52833, then i click on dfu button into nrfConnect mobil app.
I selec zip file...
I'm using:
OS : Windows 10
IDE : Segger Embedded Studio for ARM Realease 4.52c Windows x64
SDK : nRF_SDK_15.0.0_a53641a
In my project I'm using 4 pressure sensors...
Hi,
I've been trying to make a small modification on the existing Nordic Thingy firmware, such as changing the color of an LED, by compiling the existing Nordic Thingy 52...
Hi,
I am trying to set up a region of RAM to store variables that persist across soft reboots but am unsure how to do it in this environment. I would normally define a region...