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...
Hi,
Is it possible to validate the value of a characteristic write operation and ignore it if it's not within my set parameters?
I.e. in the BLE_GATTS_EVT_WRITE event...
I am trying to use the nrf util software to upgrade (i.e. bootload) my product. The interface between PC/product is serial, through a USB/RS485 port... but framing is as per...
Hello,
I've been implementing a ZigBee end device for a while now. At this stage, I feel already comfortable enough to move to the PCB design part.
However, since this...
Hi. Thank you for your interest in my writing. I'm working on the IOS and the Multiple Connection project at the experimental_ble_app_multiperial example. My current project...
Hi, I just received my nRF9160DK and I have been following the guide to getting it online. I'm at the stage where I am trying to activate my SIM card that came with the kit...
Hello
I am using sdk17 and st7735 drivers in GFX example.
Later, I will add several UI to the display, but now I am simply outputting sensor values.
Below is the code...
Hi Nordic
I use nRF52820 and SDK 16.0.0
I need to print a lot of message in order to debug the program.
I use NRF_LOG_INFO to print massages
I found that if I print...
Hi there,
This is more of a architectural question for Nordic developers or anyone familiar with Thread, NCP and Border Router.
I've been able to demo Thread local (short...
I am getting +CESQ: 99,99,255,255,255,255 indicating no coverage with the IBASIS SIM. my post code is BT28 2SA. IS there a NBIOT or LTE-M provider in Northern Ireland?
My question, at the top of the document linked below it has the line “ This information applies to the following SoftDevices: S132, S140, S212, S332”
https://infocenter...
Hi,
We are developing the Bluetooth based weight scale product.
We have successfully developed the project using nrf52840 DK board but now we are planning to develop the...
Hello,
I am working on nrf5340DK board and with sample example central_uart. I wan to find at what speed the application clock is configured and also want to change it...