I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
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...
Hi,
I am using wireshark with nRF52 as a sniffer. While searching for advertising devices a bunch of same type of BLE devices are not detecting by nRF52 as well as I also...
Hi Nordic,
I'm looking at the PM_EVT_FLASH_GARBAGE_COLLECTED event in SDK14.2 and have noticed that it is generated even if garbage collection fails. Currently no error...
On SDK 14.x.0 only
Please Do not judge the quality of SDK based on number of entries here. This thread should be considered as part of Nordic effort to find issues and...
We are using SoftDevice: sd132 v 5.0.
With event "BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST", the function "sd_ble_gatts_exchange_mtu_reply" always return with "NRF_ERROR_INVALID_STATE...
I am using Fansttel BT832X SoC with SDK 14.2 ( Soft Device Version S132 5.0 ). i have configured PA/LNA mode in BT832X module. If i use only BLE advertisement i can see the...
Hi,
We want to update nrf52832 via uart. We have host controller and want to upgrade nrf52832 through it. We have SDK BLE_2.0.1 for the mesh. I had gone through DFU Example...
Hey,
I have a smart kettle Redmond RK-g201s, which is controlled by bluetooth. I have read that it has nrf51 SoC. It has 1 service with 2 characteristics: for read and for...
Hi Nordic:
I want to consult one question about "BLE HID Keyboard". I am trying to use the product---nRF52832 to make the "BLE HID Keyboard".
Then I download the source...
Hello Nordic Team,
I have some issues with the PPK since i uptdated nrfconnect from 2.0 to 2.4.
I get this error message when I try to select the serial port on Power...
I have some working knowledge of Android but I'm new to Fragments, Injection, Binding, ButterKnife .etc. I have gone through some videos and tutorials but can't catch where...
Hi,
I am using the nRF52832 DK for connecting and collecting the data from multiple beacons simultaneously. Right now i use the nRF_Connect desktop application for collecting...
Hi,
We have a nRF51822 project based on ble_app_hids_keyboard, SDK 12.3. When using Keil, it runs well. However, when using arm-gcc to compile the same code, something wrong...
Hi,
I am currently exploring the USB_CDC_ACM examples as well as the NFC record launch app.
Individually, I can make the examples run fine.
Then, I tried to combine...
Using nRF52840 SDK 15.0.0 with SoftDevice
I am trying to protect the Access Port, used to do it using the following command
nrf_nvmc_write_word(NRF_UICR->APPROTECT, 0xFFFFFF00...
Hi,
I'm using the NRF52840 SDK version V15. My program uses:
1. softdevice (BLE communication)
2. SPI uses using SPIM interface in nonblocking mode.
3. Timer event...