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...
Hello Nordic Devzone Community,
I'm having some trouble install nRF Command Line Tools on a 64-bit Linux host. From Nordic's page www.nordicsemi.com/.../download I've downloaded...
Hi everyone,
I am working with a custom board fanstel bc840, which use nrf52840, and it is configured like this video explain https://www.youtube.com/watch?v=KSivO9Cf1TE&t...
Hi,
Im seeing some parsing errors and even though everything seems to work fine regardless, i'm afraid it will come back to haunt me at some point. Spec details are described...
Thingy with iBasis or Poland-Orange SIM doesn't register to network.
There is a good GSM signal in my area and few towers in line of sight.
I unpacked Thingy and followed...
Hi everyone,
I am working on nrf Connect 3.7.0, SDK v1.6.1 with a nrf52840.
I am not able to change the filter of scanning, only works with UUID filter.
static int...
Hi!
It must be something stupid from my side.
I'd like to add new device ( first one ) on Dashboard. According the manual I should press on green add sign, but there is...
Error message: "CONFIG_NET_CONFIG_IEEE802154_DEV_NAME" undeclared (first use in this function) - appears when I try to build the solution from the sample: coap_client on my...
Hi,
I have a mesh provisioner with the provisioner example in the mesh sdk. When I try to provision a device that is next to the provisioner, all works.
But when I try...
I want to send sensor data using sensor_server_status_publish function, however struggling with data marshalling. I get unknown property ID or no data at all displayed in...
Hello
I am using sdk v17 and nrf52dk and implementing sensor encryption(AES CTR mode) and simple nus service. After reading the sensor to saadc, I want to encrypt and transmit...
Thanks in advanced. I'm using nrf52832 with nRF5_SDK_17.0.2. I try to measure adc time consuming as below:
I find when timer sample rate is 500ms, then adc time consuming...
Hi:
I am doing a project which will use both PDM interface and bluetooth transreceiver, PDM interface is used to receive audio data from a MEMS microphone and Bluetooth...