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...
Hi,
I'm developing now at nRF52832.
I add DFU service belong these reference
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0...
Dears,
I have the nRF52840 Dongle, according to the user guide, I download the nRF Connect for Desktop for Linux version(named xxx.AppImage), and my linux pc is ubuntu,...
Hi,
nRF52840_PS has the following parameters.
Could you tell me why ±30ppm?
If it is ±40ppm, it can be understood as Bluetooth low energy spec.. https://devzone...
Dear All,
I would like some advice with regards to the best practice with configuring and controlling the nRF9160 M1/NB1 connection.
When working with other modems, our...
I need to implement a Real Time Clock and I want that clock to be updated even when the device is switched "off".
I understand the RTC is a Real Time Counter rather than...
In our setup several devices are suddenly not working anymore, power off and power on is not working. However, if I connect the debugger it suddenly starts working.
So the...
Hello,
I'm trying to compile a slightly modified version of the template application for nRF52832 using Segger Studio. I'm running into a compile issue with this line utilizing...
Hi,
In "ble_app_uart" project, the system will enter sleep mode after 3 mins.
When system enter sleep mode, the "RTT view" will print following message.
How to modify...
I am trying to open example project(nrf9160, assent tracker project) with SES V4.20a(download form nrfconnectSDK instruction)
1. It doesn't recognized header files.
2...
hi all ,
now , i need get gps latitude and longitude information.
reference nrf9160_gps.c file,it should be do it now ,
how to use driver to get PVT? ,
follow , it...
Hello ,
I use SDK 15.3 , chip is 52811
I refer to the example of 52840 "examples \ peripheral \ timer"
The following is the example code, I have not changed it.
...
Hi, I am trying to debug firmware on the nRF PCA10059 usb dongle board, through a nRF10056 dev kit by attaching a standard 10 pin header on the usb dongle at P1 & connecting...
Hi everyone
Program crashes after few minutes while trying to run two threads(GPS thread and a thread used for caculating the battery voltage) simultaneously.
Please...
Hi,
I am trying to understand how the connection parameters and settings work and how they change the throughput. For this sake, I have been experimenting with the ble_app_att_mtu_throughput...