Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
Hello.
Now, I'm trying to make a Beacon with updatable Major Value, based on sample 'ble_app_beacon'.
I'm not really familiar with BLE and Nordic device, though...
I...
Hi,
We have created GATT servers and tried to connect with one MOBILE APP.
But, we failed.
Although, we could able to connect with standalone BLE, but once we tried...
Hi,
I have been trying to experiment with the nrf5 SDK for thread and zigbee. Our product uses a NRF52840 in the form of a BL654 module and we have been using xbee S2C modules...
Hello, I was reading through the documentation for the nRF Connect for Desktop and I came across a reference to set up the nRF Connect for VS Code. However, I couldn't find...
Hi,
I am using nRF52820on a customer board to run MESH Light project, but I can not start the mesh stack, problem is:
it looks like due to flash limited, but according...
Hi All,
I am new to Zephyr/NCS, so I am a little confused about which UART driver (Zephyr's uart/nrf_libuarte/nrfx_uart/nrfx_uarte) to use to approach this feature with...
I'm evaluating the nRF52840_DK with nRF5_SDK_17.0.2
After doing some tests with ppi to timestamp gpio events, I'm now enabling the softdevice.
This leads to two questions;...
I have been successfully using mergehex with s140_nrf52_6.1.0_softdevice.hex and a bootloader to create firmware packages for my nRF52840-based device and wanted to try softdevice...
When I run the QSPI example in SDK, it can work well both on the PCA10056 and my custom development board. However, when I transfer the example to app_buttonless_dfu, the...
Hi,
I am trying to send the max 240 bytes in NUS SERVICE nRF_CONNECT_SDK
I have seen the ble throughput example and changed
CONFIG_BT_RX_BUF_LEN=255
CONFIG_BT_CTLR_TX_BUFFER_SIZE...
Hi Nordic
We are evaluating nRF 9160 for our next revision of the PCB, and we are testing nRF9160DK.
It came with a sim, which i tried to activate by nRF cloud, but it...
Hello
Is there any example or tutorial on how to use the mpu6050 library?
I just started to program the nrf51822 and hope to find some helpful clues to get me going. ...
I have nrf52840/32 dk and lis3dh accelerometer. I have interfaced two of then via I2C. I want to advertise data of lis3dh xyz acceleration values in the ibeacon advertsing...
Hello,
I am testing nrf52840 low power module on usb power supply, but it's current is about 22ua not 7ua.
hardware design
software design
Can you give me some...
Hello,
I'm trying to use `sd_ble_gap_connect` to connect to a peer I discovered using `nrf_ble_scan`.
nrf_ble_scan_init_t scan_init{};
scan_init.p_scan_param = &m_scan_param;...