Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
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...
Hello
I'm trying to control the neopixeled WS2812. I referred to the following site.
https://electronut.in/nrf52-i2s-ws2812/
I'm going to use this example of neopixel...
Hi!
I'm developing serial communication programming on nRF52840 DK to get the UARTE1 communication on SDK 12.0.2.
I want to use app_uart_put or NRF_LOG_INFO function via...
I want to develop a device which can communicate with other users without any cellular coverage or network by creating a lora mesh network like above mentioned picture. in...
Hello,
I am having issues integrating mesh functionality into a preexisting BLE project.
My project is based around an nRF53832, with SoftDevice S132 and uses nRF5_SDK_17...
Hi,
i want to connect my nrf5340pdk board with the MPU6050 sensor. They should be communication using I2C.
I read different information about the connection of the sensor...
Hi,
I have two questions about the nRF52DK power consumption when powered via USB .. one is for interest, but the other one appears to be an issue.
I have run some comparative...
Hi, I found an unexpected bug which leads to stuck at this point 856419>, app_error_weak.c, 105, Mesh assert at 0x0003AA3A (:0) it's happened after a fast setting the level...
Hello,
I am trying to spot a bug in which some memory corruption is happening. I don't know in advance at which address the corruption will happen, as it happens in some...
I want to trigger SAADC samples manually, when a certain BLE message arrives. I'd ideally like to have a trigger scan 4 individual channels.
I see two function calls, though...
I want to use the SoftDevice APIs to read and write flash on the nRF51822. Are there any examples of how to do this. I see all kinds of mixes between pstorage, NVIC (not sure...
Hello,
I am new to Nordic and quite new to ZigBee. Just had a short evaluation with Silabs so far.
My goal is developing a custom lamp for serial production that needs...
Hello,
I am trying to perform a FOTA update from nrfCloud to a Thiny:91 device, but I notice that a mansage appears forcing me to update to FOTA_V2. The problem is that...
Hi,
Are the functions implemented in drv_uart and uart_app even related to each other? I noticed that uart_app implements only some simple functions. Can someone please...
Good morning Now, using nRF52832, I want to implement multiple central devices (smartphones) with one peripheral device (nRF52832 Device) to simultaneously perform BLE Multi...
I'm trying to send ADC data through BLE using nRF52840.
According to the example codes named ble_peripheral/ble_app_uart , peripheral/saadc , I wrote a code and it is...