Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hello,
Softdevice: 7.0.1, SDK: 16.0, Device: nRF52840
In the production, we want to save time programming the devices. So I'm using following command to combine bootloader...
Setup : I am using android-ble-library for my android app. I am using modified blinky example on embedded side. I have tried following implementation on android app:
I...
I have two nrf51822 devices, one running s110, the other s120. The s110 device reads ADC values every 20ms, and if they changed from the last reading it sends a notification...
Hello,
The following define is present in file nrf_sdm.h, SDK 17.0.2:
#define SD_FLASH_SIZE 0x26000
I think it's wrong, it shall be 0x27000. But it's maybe not used...
I am working with a IC that requires SPI clocks to be synchronized (in phase) with its system clock. Currently the IC's clock source is connected to one of the nRF52's GPIO...
problem: in BLE data length negotiation , In the response from slave tx doesnt go above 216 , and rx doesnot go above 54 .
s140
Experimental UDP example - sdk v16.0 (...
Hi.
I'm pretty new with SEGGER Embedded Studio and with nRF9160 dk.
I would to receive time with NTP serveur but I'm lost.
I don't know what to use. if it is better...
Hi, I am working on nrf52840 and I am trying to enable the repeated pairing attempt protection. (PM_RA_PROTECTION) After enabling the module I can see the logs telling me...
Hi All,
I want to create a Thread network with multiple OTBRs, which is based on two nRF52840 run Thread RCP hex provided by Nordic SDK.
I created the thread network by...
Hi there,
I would like to set my dongle into DFU mode from software, I am using the USB-CDC-ACM class, and the softdevice as a central device.
Ideally I would send a...
Hello,
in our project we have a nRF52840DK as central and a nRF52832 chip on a custom board as peripheral. The software on the nRF52840DK is based on the ble_app_uart_c...
Hello
I use mpu6050 and I want to use a 'Complementary Filter' to get the angle of the X, Y, and Z axes.
Applying this filter to the value of mpu6050 seems to reduce...
Dear all,
Greetings!!!
I am using the NRF24LE1E module. I want to pair my device with host using a button. Button is available on device side. Please help me to do it...
now ,nRF52810 's serial port receives bytes.when the bytes sent by peripheral devices are mode then 20 bytes,nRF52810 will die.if the bytes are less than or equal to20 bytes...
Hi, all
(nrf52832 pca10040 s132..)
I'm trying to send / receive data with custom data using gpio ..
My custom device's baudrate is 9600 so I initialize uart like this...