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...
nrfutill accesses (opens and closes) the .pem file passed to --key-file multiple times.
This forces the .pem file to be written to disk, which is a security breach when...
So I have an nRF52833 and I want to load the light_lightness_server_nrf52833 example from the Mesh SDK v4.1.0 on it and it's constantly stopping me giving me this error; ...
hi eveyone.
I want to trying this example,but i used nrf connect and nrf toolbox doesn't see the DEVICE_NAME.(SDK 16)
please tell me what happened.
by the way.I use...
Hi,
I have some questions regarding errata 136.
I understand that the workaround is to ignore reset reason bits which are not RESETPIN .
However, I don't understand...
Hello,
I am trying to transfer firmware packages in sequence (SD , BL & APP) to iOS device. I am using button less DFU without bonds. iOS device could able to transfer only...
Hello everyone,
I am working with nrf52832 ble_app_uart example project. I added twis i2c slave functionality in this project, and the project is working fine. Whenever...
When I try to increase the CENTRAL_LINK_COUNT to 9 in ble_app_multilink_central example, I got this error NRF_ERROR_CONN_COUNT . Is there a way to increase the max connections...
Hi All,
I have a device configured as i2c master, The device is sending 1024 byte of data to NRF52832 DK continuously in form of 255-bytes packet. But I observed that I...
Hello,
I am trying to get the nrf sniffer working to test the ble connection between my 9160DK board and thingy52 board. Some custom software running on both board and...
Hi all,
I am currently experimenting with the gps sample and I would like to adjust the AGPS data update interval.
As far as I understand, in the gps sample, is set to...
Hi,
we are using nRF52840 in our project, we also set some configuration like below snapshot
Here it comes 185uA, we want to know what is the overall consumption means...
Hi ,
I am working on the nRF52 Dk Kit and running the example code- found on the folder \ble_central_and_peripheral\experimental\ble_app_interactive. This is command line...
As you will see with my simple files I have followed about 3 different tutorials to get to the point I am at. I am trying to replace the included SALSProbe.ino program with...
Hello,
I'm trying to program an nrf52 PCB I created from Arduino and code studio just trying to upload a simple blink but when ever I try to connect any of my ST-link...
Hello
I have defined the SPI pins in the sdk_config of the ble_app_uart example and compiled the code after adding the dependent drivers from spis project as shown in...