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...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Imagine i have a client which sends message to a gateway and i set a TTL for the shortest path . If one of the node is not functioning how will the mesh reroute the message...
nrf52840
sdk for thread and zigbee 2.0
windows
segger studio
in example simple coap cilent and simple coap server
I create my own packet error test through coap...
Hi All,
Currently in my project i'm using hard core delay and delay is custom i.e some places i have used millisecond and in some places used microsecond and in sec.But...
Hi all,
I may need some guidance on the finite state machine method which found an example in app_level.c (from nRF5 SDK for Mesh v3.1), please see my question on below...
What is the minimum specified voltage required on ENABLE (Pin 101) for proper operation of the nRF9160 SIP? Is it the traditional 0.7 VDD, or is it permissible to use a lower...
Hello, I work with an nRF52832 DK and I want to test the example code "ble_app_uart_coexist" . I use the S132 softdevice, SDK 15.3.0 and version 3.1.0 of the mesh for this...
Hi
I used the SDK14 with nRF52832, and carry out the blinky example. When using the Android, the BLE device could be found, but the IOS cannot scan the device. So could...
Hi,
So I am working on NRF52832 with S132 6.1.0 and SDK 15.2.0 mtu and data lenght testings. During that time I was unable to change mtu multiple times while connected ...
I have a ble device and want to write a byte array in nRF Master Control Panel. Firstly, it can be written. But i don't know ho w to input it. My byte array is [-128, -64...
Hi,
I looked at this comment.
If this function (sd_power_system_off) is executed, can I wake up the device again with a soft reset?
If not,
What is a function that...
Hi,
In the documentation nFR523832_PS_v1.4, on page 107, the registers HFCLKSTAT and LFCLKSTAT when in reset mode, indicates that the LFCLK is not runing, and neither the...
Hi Everyone
I am trying to use 2 instances of SPI SPI0 AND SPI2 for Epaper Display and MCP2515 CAN bus module respectively.
Epaper and CAN are working fine if one of them...
I am using NRF52 SDK version 15.3. I am using the app_usbd_cdc_acm module to create a virtual serial port between an NRF52840 DK and a Linux laptop. I am sending messages...
I'm looking into migrating my project from gcc/make to Segger Embedded Studio, because I have some tricky debugging to do and SES should be a bit easier to use than GDB for...