I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
Hi Guys,
i am using nordic nrf52840 controller. and i have my own bootloader application code.
and once the controller boot up then it start mbr code from 0x00000000...
Dear Nordic Team,
Is it possible to have dual role (one at a time) on nrf52805? Is any such stack available?
I am very new to BLE and i am facing a problem in BLE Uart...
Hello Everyone,
I am a beginner for working on Nordic devices. I have one query. I have to build a firmware in NRF52840. Now 2 different apps will be connecting to this...
Hello
I am using 5 nrf52833 dev kits and the ble_zigbee_dynamic_light_bulb_eddystone example from nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
I have modified the following...
I'm trying to achieve a low power operation on a device which has a nRF52833 module with a SPI peripheral on Zephyr. It is based on the peripheral_lbs.
The intended behaviour...
Hi, I am learning how to implement Long Range on the UART central and peripheral examples using SDK 17.0.0. The error I am facing is that the debug terminal shows
[ app_timer...
The provided ble_app_template10056e from nRF5_SDK_17.1.0_ddde560 crashes:
The crash was reproduced using:
1. nRF52 DK Kit - ( https://www.nordicsemi.com/eng/Products...
Hello,
Can anyone know how to print MCUboot info on serial debug terminal or Normal Debug terminal using COM port?
What are the Configurations to be added for this?...
Hi guys
I am working on a project need to pass the ADS1231 read data through BLE. But I haven't done so far. I just try to read the ADS1231 value first. Referring to some...
I see an example of a central device and peripherals as one, and I see it using the following three registers to determine the start or end of the broadcast, the beginning...
As stated in the title.
I am using nrf52832 provisioner example with light_lightness example in v4.2.0. Provisioner is able to set up the network with clients and servers...
Hi support team,
We have a new project now. We plan to use nrf52832 for the project. We know about the BLE and the related development, but we are not familiar with nordic...
I am using C++ to program the nRF52 DK and I am trying to use the standard vector library.
When I try and compile it I get the linker error:
${GCC_PATH}/arm-none-eabi...
Hi I am trying to do the led blinking in nrf52840 but the led is not even turning on i have given the code below can any body help me out.
nrf_gpio_cfg_output(14); nrf_gpio_cfg_output...