I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
Browsing the API I only saw Enhanced shockburst support. I need air compatibility to an old 250kBit plain Shockburst communication. No auto ACK and no auto retransmit...
I have run up the CLI example to test as we will require some command line interaction and why reinvent the wheel?
I run up the example with USB enabled and UART disabled...
Hello Nordic,
I try to establish communication between an ATmega328 based board an an Arduino Nano, so far without success. The goal is to improve a RF433 "Wire". 3 weeks...
Dear All, I am using the ADC to measure 3 voltages applied on different ADC inputs and 3 different channels. My ADC configuration looks like this: And this is how I am performing...
Hi,
I recently acquired the nRFgo starter kit and nRF2724 rev 2.1 and the nRFgo development kit. I have downloaded all of the supporting software that were found here...
I have the latest nRF Connect for Desktop.
After I install "nRF Connect SDK v1.4.99-dev1" in Toolchain Manager I don't have an "Open IDE" button.
I've tried uninstalling...
I am adding JLINK_MOITOR.c and JLINK_MONITOR_ISR_SES.s and add write
#if CONFIG_JLINK_MONITOR_ENABLED NVIC_SetPriority(DebugMonitor_IRQn, _PRIO_SD_LOW); #endif
at starting...
Hello everyone,
I'm trying to develop an application with BLE, using an example as a base.
The advertising is good, well configurated, I can edit manufacturer specific...
I am currently using Mesh SDK 4.2.0 and I could successfully write and read reliably from the flash using a second flash manager instance used in parallel with the flash manager...
HI,All:
the softdevice.hex has inlcuded the bootable/strat code,as the figure below ,how to separate the bootable code from the hexcode?
in the SEGGER IDE:
in...
Hello,
I am working on nRF52820 custom development board with nRF5 SDK 17.0.2. I am using FreeRTOS and I experienced a lot of problems with compiling a simple project. I...
Hi,
Currently I work on an NRF51 DK, by mistake I replace my bootloader by and .hex or .bin file with a drag and drop.
The LED 5 don't blinking and my computer don't...
Hi Dev zone,
I am working with the mqtt sample program using NCS1.3.0 and with a Nordic Thingy91.
I am able to publish and subscribe to the data , and I am using Mqtt...
I'm testing the nRF connect SDK 1.4.2 HID keyboard example (nrf/samples/bluetooth/peripheral_hids_keyboard) on an nrf52dk_nrf52832 and it doesn't seem to work. I have it open...
Using segger nordic edition I cannot unset the breakpoint for the first instruction in the main() function. Since I'm using zephyr with wireless on this board it causes a...