Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Hi,
I would like to extend ..\nrf6310\s110\ble_app_beacon example and add the possibility of switching from beacon mode to configuration mode and then add a few services...
Hi,
I'm currently trying to use the PWM Library in the LED Button Example, I was able to get the LED to blink with the PWM library when USE_WITH_SOFTDEVICE=0, but ofcourse...
Hi all,
I am using sdk 5.2.0 and s110 softdevice 6.0.0 on PCA10006 and nRF6310 platform for development.
I encounter unpredictable BLE link loss issue. In my application...
Hi,
Edit: Development with Eclipse and GCC
I'm rather new to working with eclipse and C.
I already have a problem with the first step of your explanation: (I'm using...
I've tried several time with this code, but the value the device with this code sends some kind of garbage number to the detecting device(e.g smartphone).
Does it really...
I am trying to implement write long characteristic between master control panel and PCA10001 board.
here is my code
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
uint32_t...
Hello, we can't seem to be UART break working in interrupt. Is there any detailed documentation on UART operation? We're using the spi_mem_nRF51 Series Reference Manual Version...
Hello
I'm using nRF51422 with S310 softdevice. I've been testing HID example (keyboard) for a while.
What I'm trying to do is to send as much as possible bytes at once...
I am using nrf51822 with PCA 10001, SoftDevice S110 6.0 and SDK 5.2. I modified the HID example to send media keys, basically I just changed the report map and added a few...
Hi,
I have the following code running on NRF51822:
int main(void)
{
// Configure GPIO 08 (P1.0) as output.
nrf_gpio_cfg_output(8);
// Set HI on GPIO 08(P1.0...
Greetings,
I'm experimenting with iOS and bluetooth, using the Heart Rate Monitor example. I have tried, and failed, to convert the NSData I get from the "Heart Rate" characteristic...
In one of my current projects, I need:
to have access to more than 8 kB of RAM (which is not possible when using SoftDevice)
to have Observer role (which apparently...
I see many questions regarding developing applications without the SoftDevice. Perhaps I don't understand how this firmware system works, but isnt the SoftDevice required...