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...
I am using the NRF52832 chip on a D52M M8 module, and SDK 15.2.
I have a number of sensors that I am communicating with over TWI using the TWI Manager on two separate channels...
Hey
I am working on ble_app_blinky central and peripheral, I want to calculate the RSSI of peripheral after connection with central. I am able to calculate the RSSI value...
At the end of last year, the new package nRF5240 WLCSP was delivered and it is now available in the market, however, I have not found an official layout for this new package...
I'm trying to use the QSPI periph to interface to a Flash, the project is based on the blinky and has UART and SAADC added in so far. I can use nrfx_qspi_cinstr_xfer to read...
Hello,
I am developing an application for location tracking to be run on a Windows computer. The computer will be communicating to a mesh network using the serial interface...
Hi,
I'm using nRF52840, with NFC pairing (based on SDK examples).
The problem is that sometimes, after advertising, my device is waiting and nothing happens. After using...
nRF52832, SDK14.0.0, S132v5.0.1
http://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf
Section 18.8 (page 83) shows that the WDT registers are retained across Soft...
Build and flash mqtt sample. Use board nRF9160. Ubuntu 16.04. Firstly flash secure boot, just after that flash mqtt sample. Have this in terminal:
The MQTT simple sample...
Hey everyone, I am trying to setup the external temp sensor instead of using the simulated data
I modified prj.conf to:
CONFIG_TEMP_USE_EXTERNAL=y
and Kconfig default...
Hello
I used the pc-ble-driver-py to advertise Apple ibeacons, but it seems that they're advertised as connectable undirected packets which is not good in my case, as...
Was told to avoid using nrf and particularly to mix nrf/nrfx functions.
Need clear sdk_config.h requirements to setup that also addresses what must not be in the config...
Hello to everyone.
I'm working with Light_switch example for nRF52832 (PCA10040) and Mesh 3.1. I'm trying to modify the server example and to do that I need to know where...
Starting from this example I try to bring clock functionality to my BLE-project.
1. The external LFCLK-XTAL
I need some clarification about the use of the different...
Hi Team,
May I know your kind advice on the following issue when I tried to Open the SDK project in SES. I have seen some discussions on line but none of them works for...
I'm trying to migrate from SDK12 to SDK15, but my code always crashes at advertising_init() and goes to NRF_BREAKPOINT_COND. Even when I directly use the example from the...