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 trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
I am interfacing nrf52832 with TI TRF7960A using SDK 14.2.0
According to Application Report ( http://www.ti.com/lit/an/sloa140a/sloa140a.pdf) ,
when receive data, SPI...
Stuck at square one I'm afraid - I can't download the nRF5 SDK...
I've tried many times to download the SDK from this link: https://www.nordicsemi.com/Software-and-Tools...
I am trying to flash a hex file with the XIP address offset into the QSPI flash(MX25U25645G) by nrifprog, the memrd command is working since I can read the data that the firmware...
Hello!
I'm trying to add bonding to my DFU. The DFU without bonds works perfectly but when I set #define NRF_DFU_BLE_REQUIRES_BONDS and NRF_SDH_BLE_SERVICE_CHANGED to 1...
Hi ,
I am a begineer to nRF24LE1. I am looking for application notes, books, tutorials on nrf24LE1. I have found some application notes in the documentation they are either...
I want to do a auto dfu tool, so reference the Android nRF Tool Box DFU code, the Android dfu library version is 1.8.0, firstly click select device button, it can scan the...
Context
I followed these tutorials (which are great btw) and adapted them to have 2 custom services:
Nordic UART Service (as provided in examples, no modification) ...
Hi,
I am using the system off power down mode in my application to keep the device in sleep mode and it works most oif the time. but sometimes it will restart immediately...
Hi team,
One of my customer wants to evaluate the design of Thingy52, using PWM output & H bridge to power the speaker. But as for audio related issue, they are asking if...
I'm the beginner of NRF52832 SDK 15. I try to advertising my sensor values to iBeacon using this example code ble_app_beacon, but i don't know how to adding my sensor values...
Hi,
We want to subscribe the provisioner in the serial example to any state changes of light_switch server. The light_switch server will publish this to a specific group...
Hello,
I'm implementing the Generic Level Client Model, with Mesh SDK 3.1.0. When I use the generic_level_client_delta_set() function, the level model is set to retransmit...
Hello all,
I am working on BT832A in which nRF52810 is used and i used segger studio for programming in windows 7. I am refer nRF52 SDK 15.2.0. And i am load program through...
Hi, guys!
Since the nRF52 DK's support NFC,
I was wondering whether it is possible to provision an nRF Mesh client/server using NFC and a Google Android phone.
I just...