We are making ZigBee product. The base we have took is from nrf connect sdk samples light_switch and coordniator example. everything works fine but we need to keep some information...
I'm trying to install my dev environment on my MacBook. I've installed most of the tools but need the Segger installation to be properly licensed. I downloaded the Nordic...
PINs 46 and 47 of NRF52832 are Regulator Output according to the specifications. The output reference voltage is 1.3V. Is there any tolerance limit? We currently changed the...
Hi,
I have opened sample "Peripheral_hr_coded". I have build it successfully. I click on debug. I expect cursor would start from Main function. But Debug was not started...
Hello ,
I am getting "Configure Cmake Option visibility" notification in visual studio. I am attaching snapshot as below.
/resized-image/__size/640x480/__key/communityserver...
I have a question regarding DFU while transitioning from development using the nRF52832 with the nRF5 SDK to the nRF5340 with NCS. Currently, I have a DFU app developed for...
I'm looking for a beginner's guide to setting up external flash on the nRF9161 DK. I saw nRF Cloud Multi-service as an example, but its docs did not explain what was needed...
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...
Hi,
I am trying to install the nrf command line tools on linux. After following the installation instruction, I have the error
ERROR: nrfjprog.ini not found. Please reinstall...
Received the IN-119 notice, and it says:
All users are recommended to use the latest release of BLE protocol stack software for product development. All BLE protocol stacks...
Hi,
Using SDK 15.2.0 and SD S140_6_1_1.
I have two hardware of nRF52840, one has external LF crystal(32kHz) and another does not.
Want to run same firmware file in...
Hi i have questions about nrf52832 and nrf52811 soc.
Currently we are selling custom board with nrf52832 soc which works fine and going out for sale
In the custom...
Hello,
this is a brief description of my plans:
I am planning on merging my modified ble rscs central example that is used as a cycling cadence central device instead...