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 everybody,
I am with two custom oards that include nrf52840 chip, one acting as central and one as peripheal.
This example is custom to get multilink, for that i save...
Dear team ,
i am working on ble_app_lbs_nus_c project when in this project try to add nrfx_timer.c file
we got an error like this.
Building ‘ble_app_lbs_nus_c_pca10056_s140...
I was reviewing the MNO certifications, and I see that there have been no updates since 1.5.1.
1) Is it acceptable to use 1.6.1 with AT&T?
2) Is certification planned...
Hi, I am trying to update the battery level through an example of the HID keyboard of nrf52832.I'm trying to connect 3.3V battery to SAADC AIN0, but as shown in the picture...
Hi, I have a question about nRF Connect Programmer tool.
[Description]
The device memory layout shows the address range as "0x00000000 - 0x00100000 (size 1048576 bytes...
Hi,
In our application, we are using HID to control mobile phone or PC.When users connected our product, it will automatically connect next time.
But our product is battery...
Hi
I am using Zephyr samples (common with the samples found in NCS) to evaluate the advertisement function of nRF52833DK.
I have run these examples:
Bluetooth: Periodic...
Hi,
After updating the FW as shown on the video, LED3 is NOT blinking, trying to connect (LTE).
If I open the terminal window, select the board, and pressing the Reset...
Hi,
We are using the GPS xample for the nRF9160. and are struggling a little with getting the GPS fix.
$GPGGA,001932.00,,,,,0,,99.99,,M,,M,,*6F $GPGLL,,,,,001932.00...
Hello to all the Nordic Jedi knights!
I have a question regarding the PPK2: Is there a way to disable auto-ranging and manually select the measurement range?
I know that...
Hey,
I have a custom board with nRF52833. Sensor is connected to: P0.11 (pin 19) - SCL P1.08 (pin 17) - SDA
with code below I don't get any `NRF_SUCCESS` back.
I saw...
I'm trying to build a new device that I bit, bang the I/O Also others to just have simple signal controls.
Below is the portion of my dts file. The example here is the onewire...
Hi,
I am using nRF52810 (s112 softdevice) with SDk version "17.0.2".
How do I set BLE advertise in continuous mode(if not connected then advertise continuously until it...
Hi
I am trying to declare a custom cluster in zigbee and enable the reporting for some attributes of the cluster, i followed this post to create the custom cluster devzone...