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...
Hi I'm considering a design with this precision RTC
I intend to use the 32KHz output on XL1 (and XL2 grounded) as I've seen done here, but the DS3231 datasheet says the...
On both the 51 and the 52, I believe the reset pin is active low, and should otherwise be tied to VDD?
The reason I am asking is that I failed to find this information...
Configuring the GPIO with the following parameters giving me the 3.3 volts on the pin 26.
Is there any way to bring the voltage down to 1.8V through software ?
Hi, I am currently working in Matlab to develop my DSP algorithms and will use the Matlab coder and Embedded coder to convert them to C code. Afterwards I will import the...
Hello,
I am currently trying to build the GPS sample from the latest Code Version. I am using SES on a Windows machine. After starting the build process I have got the...
Hello,
I've been using NRF Connect on Windows for a 3 or 4 months now. During the startup I get a window that reads
Unable to download latest app info: Unable to download...
Hello everyone,
I got a problem with receiving an array data on Android application sent from a custom characteristic.
Below is the code for sending an array data via...
I have been using my 2 nrf52840 DKs now for a while and have been loading and changing the light switch mesh example quite a bit. I have also been using the 840DKs to load...
Hello!
I want the device to immediately stop any data transfer when it receives an external event, stop sending advertising and go to sleep.
How to do it right? After...
Hi Folks,
Can you please let me know if nRF52811 supports XIP (Execution in Place) feature where I can use SPI NOR Flash to the SoC and execute my code directly from Flash...
SDK 15.2
Mesh SDK 3.1.0
Base Example: Enocean_Switch
Im working on creating an LED dimming firmware that uses a long press on the Enocean remote to dim the LED. It works...
Hi there, I tested range on NRF52840 with Thread SDK, so I have got small enough range. The test has been performed indoor, power transmission 0dBm, the range result is 10m...
Hi. In our application we are reading the voltage on 3 Analog input pins via saadc. System is also a BLE central and UBD CDC device so lots going on.
Quite often the 3 analog...
We have a requirement for the ble-peripheral device that we are designing to be able to be "registered" to a user through their iphone. If that user has multiple iOS devices...
I would like to insert some asserts in my code to ensure that code is not running inside a interrupt handler, because this can cause hard to debug issues.
How can I check...