I am trying to run the debugger from the nrfconnect extention for viual studio code. for some reason It doesnt work, It seems to flash the app fine, but then this message...
Hi,
I believe the default application on Thingy91x uses LTE-m to connect, which is working fine. How do we make it use only nB-IoT?
For Thingy91, there is a guide
Getting...
I am using 2 nRF528400DK boards. Each board has a unique BLE Mesh sample loaded. The samples were made by modifying the default mesh sample provided by zephyr. One sample...
Hello
I'm using the settings partition to store user configuration data. I know that the BLE stack also uses it — particularly for storing bonding information — but I don...
Hello.
I have a setup in which two nrf52840_dk boards are communicating through BLE. I'm using Zephyr 4.1.99.
Under heavy traffic. the board which holds the 'central'...
How do I map the build codes noted in the Rev Errata to the stamps on our ICs? I have two versions with QFAAAB and QFAABB stamped on them but the documentation says QFAA-B00...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi, I am trying to connect the GPS module with the nrf52840, and the development kit reads the GPS information via UART, I wonder if there are any examples? I read the example...
Hi everyone !!!
I want to know, is Nordic going to make its Mesh demonstration at CES18 public? I didn't attend it but I'm interested in their demonstration and what tools...
How to write a byte in flash by using
static void flash_word_write(uint32_t * p_address, uint32_t value) function
while in a advertising mode.
I tried to call the...
Hello.
Here is my conditations;
using ukeil 5.
sd132 Version 5.
sdk version 14,2,17b948a
In my project, i am using secure connection. So peer manager...
Hello Guys,
I am newbie to nrf51822 programming. Currently using nrf51822 (raytac's MDBT40) with S130, SDK11.
I am programming the nrf51822 using arduino IDE using this...
Hi,
I'm seeing this error PM_EVT_PEER_DATA_UPDATE_FAILED sometimes and I need to understand what are the options on handling this error except for just asserting it. I...
Hi,
We have to implement a nRF to nRF DFU. On the nRF51 side a have an external memory with two bankers to perform secure update and downgrade using a bank 2. Now, we are...
when scan the BLE device, screen can look the device's name, but the time parameter is means?
ex:
-31 dbm <-> 1010ms
1010ms means? is about dbm power value>
thks...
We have field reports of BlackBerry Priv not being able to "connect" to our nRF52 based hardware.
BlackBerry Priv is: www.gsmarena.com/blackberry_priv-7587.php
(Runs...
I use same SDK to program the 1.nRF52_DK borad (on broad chip 52832) ,and 2.external program borad chip 52832.
Have a issue, 1.nRF52_DK borad is success to advertisement...
Hey!
Using osx, SES 3.30, importing experimental_ble_app_blinky example from nRF5_SDK_11.0.0_89a8197 to be used with NRF51822 chip. When importing I chose pca10028/s130/iar...
Hello
I am testing with the lis2dh12 sensor and our custom board. I made the LCD test successfully. So I tested the lis2dh12 sensor based on the LCD code, but it failed....
Is there a comprehensive explanation of the usage of uuids_complete, uuids_more_available & uuids_solicited when to use them and how the stack behaves/uses them. I getting...
Hello
First of all, I would like to apologize if a similar question was already asked but all this BLE matter is so broad that it defeats me.
I am planning to put two...