Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
So I've been trying to integrate the ble_nus part of the ble_app_uart example into another project. All inits and sdk_config options seem to be the same.
Still, whenever...
Hi,
I want to read a IC register over SPI.
This is msp430 code,it works. Just
CS low
write address
write 0x00
CS high
I use SPIM, this is initialization
...
Using an nRF52832 with SDK15.2 can I have multiple SPI devices;
one with DMA and one without DMA?
And can one instance be of legacy type (nrf_drv_spi) and the other be...
We use Rigado BMD-300 module with nRF52832 and softdevice S132 v6.1.0 as peripheral. Trying to create test plan for Bluetooth qualification , but with new TCLR there are inconsistencies...
Hi,
Recently, I faced very weird problem which stops working MCU when MCU enters low-power mode.
Not all PCBA I made have the same problem but quite many PCBA shows the...
hello, this is my first time to start the PPK, I have a 52840 DK (BMD-340-EVAL) and PPK, when I use nRF connect to connect the PPK(PPK is over the 52840 DK) , it shows Failed...
Hi Nordic Community
I'm busy developing a board around the nRF9160. Do you have a KiCad library/component for the SOC, do I need to make one myself, and if you do have one...
I'm trying to use the SPIM driver on nRF52832. The setup is:
Chip: nRF52832
SDK: 15
Softdevice: s132 v6
Toolchain: GCC
For some reason the call to nrfx_spim_xfer...
Hello,
I'm trying to configure the max -min of interval params and supervision timeout to obtain timeout of android = 1s.
i configure all parameters to run function...
Hi,
I am using the nrf-52840 DK.
I modified the pwm_library to output 125khz frequency.
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(125000L, NRF_GPIO_PIN_MAP...
Hi ,
The nrf connect for desktop programming works good on my desktop before.
The tool shows error message "cannot find module 'usb' " today.
I ever try re-install the...
I am working on integrated peripheral and central device used for indoor positioning. The device has two modes, at boot it is a peripheral for some duration of time then it...
Hello, we have been using a nRF51822 8-pin RF module for a while now for various products, the pinout is as follows: power, P0.00, P0.01, P0.09, P0.11, SWDIO, SWDCLK, ground...
Hi I try to implement DFU to our application using Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0 When I use the DFU-Example everything works fine. I then implemented the DFU-code from...