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...
Newbie here simply trying to run some example projects from the SDK.
Setup:
Segger Embedded Studio 5.10b
Tried example projects in both SDK v17 and v16
nRF52 DK...
We have a working app for SDK 16 and freeRTOS. We wanted to update to SDK 17.0.2 but after upgrading the app hangs up at the first vTaskDelay(). We use configUSE_TICKLESS_IDLE...
Hello, I am a newbie in this forum and I'm not very familiar with app development in general, however I am in the situation in which I have to develop an app to acquire ANT...
Hello Nordic Team,
I am having issues with the HCI UART firmware for the nRF52840 on the Thingy91. I have been using the HCI UART firmware from nRF Connect SDK 1.0.0 for...
Hi, I am working on a project to send commands from mobile to device and vice versa. I am using nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_template . I have made...
Hello,
I am using : SDK 17.0.2 and S132_7.2.0 with nrf52832 DK
in my BLE application, the FDS has 2 behaviors :
1) When the softdevice is enabled : fds_write returns...
Hello,
I´m searching some information about the NB-IoT protocol stack and the overhead which is send with every message.
I nearly searched the whole net but didn't find...
Hi,
It has been stated that nRF9160 doesn't support RLC UNACK, which we have also observed with nRF9160-DK in signalling mode against radio communication tester. Are there...
Hi,
I have a setup where mobile device(central) connect to nrf51dk (peripheral) and exchange data for a time. I want to detect unplanned disconnection of mobile device in...
Hi all, I try read DEVICEID in non-secure application but always return "BUS FAULT", I tried too enable NRF_FICR register in "spm.c" but the error persist!
I try
NRF_FICR_S...
Good morning Nordic,
I am trying to configure the I2C pins for our board (using nRF5340-QKAA SoC) but I cannot find the pin numbers for I2C_SDA and I2C_SCL.
All I could...
Hi all,
We are using the BMD-340 from uBlox, which runs the nRF52840 SoC.
On this BLE Peripheral, we are running the ble peripheral demo project ble_app_uart (pca10056...
Hi,
I am trying to disconnect an Android smartphone from the nRF52840. After trying for some time we found out that the BLE stack of Android does not reliably closes a Bluetooth...
hi..folks
wish you happiee new year
i am using nrf52832 whille i tried to pair my device with my android , i am getting an error message " pairing rejected by nordic_uart...
Hi,
According to below thread, the advertising interval has a random 0 - 10 msec delta, so if the adv interval is 20 mses, if run it for long enough, will the result be...