Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...
Hey All,
I'm building firmware for a central, that I want to have the ability to switch between scanning for a complete local name, or if none is given, scanning by way...
I'm working on adding support for a custom NRF9160-based board to the ncs project. It appears to be working by simply duplicating the DK and making some modifications, however...
Hi,
I merge saadc and ble_uart together in order to send send sensor output(now just analog voltage) to mobile app. I want to check weather the ADC is working properly or...
Greetings to all,
I'm using nRF52840 with the latests SDKs (nRF5 SDK 15.3.0, mesh SDK 3.2.0). I have two questions which are related-
I'm trying to find a clever way...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I am looking for (andriod) mobile phone that support Bluetooth LE coded (long range)
Have you ever tested bluetooth (LE coded) with mobile phone ?
Please recommend...
I am currently developing firmware that needs to run on both 32 and 40 chips.
The basics of the situation is the firmware contains 3 'applications'. A flag in the UICR region...
Hello,
I have been looking through the SDK for the Thingy:52, and I have been unable to find the configuration file used for the MPU-9250. I am able to see the default pedometer...
I use QSPI to access MT25qu512 serial flash and find the following behavior.
SDK: nRF5_SDK_15.3.0_59ac345
QSPI configuration:
// Use 4 bytes address from serial flash...
I am unable to figure out what causes the problem that IRQ handler is defined both in nrfx_uart and nrfx_uarte modules.
After investigating in a test project I have found...
I have previously built the Asset Tracker downloaded it to my 9160DK with no problems.
Today I connected my Thingy91 and updated it's firmware. Afterwards I built the Asset...
Hello,
I'm trying to create a Mesh network with the following devices:
* Mobile phone as provisioner (supports PB-GATT only)
* Two different bulb's which supports PB...
When storing entries that aren't multiple of 4 bytes they are padded with random bytes by flash manager.
The problem is that they aren't padded with 1's but rather random...
I'm testing with a Custom board using a nrf52832 chip.
Testing BLE communication using nRF Tool Box.
I am using SDK15.3.0 example for communication using nRF Toolbox and...