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...
Im working on 14.0 and s132 and work inside ble_uart code...i was add rtc inside that code sucsessfully but now.. when device goes to sleep so rtc interrupt handler function...
I have just changed line 74 of nrf_drv_uart.h file as
#define UART1_ENABLED 1
instead of
#define UART1_ENABLED 0
and the example gives an error. Please find...
So i am utilizing SPI and i got it to work, however for some absurd reason after removing the segger_print statement below from before the while loop the spi would stop functioning...
Hi,
I'm working on nrf51822 and mpu9250 imu sensor.i'm facing a problem,my buttons function i.e buttons leds int and mpu9250 are not working together either one is working...
Hello,
I have a problem.
For example, I am using UART, and I had trouble printing everything when I used "app_uart_put ()" continuously.
My source is simple.
int...
Currently i am running a BLE project on the SDK 14.0.0_3bcc1f7.
And i would like to deploy the Nordic Mesh into it.
The Mesh that i am using is from the Tutorial, which...
MS76SF2_SCH_V12.pdf Hi,
I am using SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, NULL); for ble_Stack_init() because the off the shelf board (not from Nordic...
my company already have firmware with nRF51 and SDK11
recently, we made new Firmware
watchdog timer feature
so we modified application and bootloader
...
Howdy!
Before I break out the Segger JTAG, I thought I would try nRF Connect DFU upload. As I had a failure on OTA update there was not issue about being in DFU mode. However...
In this file: components/libraries/cli/uart/nrf_cli_uart.c
The function as defined:
static void uart_error_handle(app_uart_evt_t * p_event)
{
if (p_event->evt_type...
I have been trying to find a document referenced here 1 .
The reference reads as follows:
For more information on both modes, see sd_app_evt_wait and the nRF5 Series...
Hello there,
Finally received my 2 DK's after developing my other 2 custom PCBs and not knowing how to program them without the arduino IDE and now I'm struggling to program...
There seems to be a bit over a bug with the freeRTOS example. If you add the Scheduler to the BLE thread, Scheduler events will always be one event behind as there are only...
I am attempting to create a packet sniffer for an openthread application. I intend for it to run by sitting on the network and processing all packets with the coap_deafult_handler...