EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hi.
I would like to measure the battery voltage using ADC in MCU. PCB has limited space, I consider to use the IC for this application.
The following is the LDO with...
Hello,
I am working on an IoT project using the Thingy 91 to send sensor data via Bluetooth to a remote device. Currently, I am trying to set up a simple beacon as shown...
Peripheral: SDK13.1 nRF52832
I don't want to change ConnectionParamaeter of Periperal by ConnectionUpdate request from Central. Can Periperal ignore ConnectionUpdate from...
Hej folks,
after quite some research on how to get Nordic UART and Linux together, here's as far as I got: Discover the device with hcitool lescan And - in theory - connect...
Hi all
Looking at the compatibility matrix, we understand that the following SoftDevices and SDK versions are compatible:
SDK 15.0 <---> SoftDevice S140 6.0.0
SDK 15...
Hello,
I am developing an app that uses Xamarin.Forms to communicate with BLE devices equipped with Nordic chips.
It works fine on IOS, but Android doesn't.
Android...
I have a custom board using the nRF52832 QFAA with SDK 15.3.0 and SoftDevice132 6.1.1. I'm also using an external 32kHz crystal for the softdevice clock. There are two hardware...
Hello,
I'm having issues connecting over TLS more than a single time. Using the nrf/samples/nrf9160/https_client works fine.
However, if you modify it to connect more...
Hello, I am trying to use the timer peripheral via registers only, however I am running into issues when I setup two timers and they activate at the same time. Here are my...
Hi There,
I am developing an IoT portable sensor which needs to operate across Europe Zone 1.
Talking with different MVNO it seems that NB-IoT and M1 coverage across...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
I need clarification if softdevice uses RTC and if so is the Errata 20 applicable...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0)
I am looking into Erratas and working on the possible workarounds. However...
HI,ALL!
I use official routine development NRF52832,
NordicSDK\nRF52\nRF5_SDK_16\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput\pca10040\s132...
Hey!
I'm using mesh sdk 4.0, nrf5-sdk 16.0 and run the serial example.
currently I successfully provision 2 light server with the ipython interface, and to configure them...
I am trying to do service discovery using the discovery manager library on any BLE device I connect to my central. I start the service with bt_gatt_dm_start(conn, NULL, &discovery_cb...