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...
Hi,
As a newbee :-)
Im trying on an nRf5340DK board. I use NRF-connect/Vusial Studio Code: I managed to use zephyr/samples/basic/bkinky example with a build in nrf3540dk_nrf5340_cpuapp...
I erased a board using a MAC (Monterey 12.1) and a Segger Version 11.0 Part-no 8.19.28
nrfjprog --masserase
After which I was no longer able to program, connect, or recover...
Hi,
I was wondering if it was possible to avoid JWT for the NRF9160 by establishing connection between an MQTT Bridge to Google Cloud. Our goal is to establish 24/7 connection...
Hi NRF folk,
when I build sample projects in VSCode (ncs1.8) it works only for some projects (zephyr_st_ble, zephyr_system_off,...). When I use any of the sensor project...
I am using nrf52840-DK and trying to get the Zigbee Switch working. This is just a plain zigbee switch with no bind to light. However, this set attribute during init results...
Hello,
I am trying to make an application with three dongles and one DK. This application consist on control the 4 LEDS of the DK, and each LED is controlled by one different...
I have encountered two issues while using the NRF PWM driver on the nRF52 DK, with or without SoftDevice S132, along with SDK v11.0.0
The first one is the use of the NRF_DRV_PWM_PIN_INVERTED...
I'm building a COAP client using the Nordic nRF9160DK cloud coap-client example code as my base. I have the UDP version working great. But I'd like to convert to TCP.. I was...
Hi all, I have an odd issue with an iphone XR. The NRF Connect for Mobile application can see adverts from the device when scanning, but the device does not appear in the...
Hey! I'm trying to sniff the data moving between a Bluetooth LE button and a Central.
Installation of the Bluetooth LE Sniffer went pretty smoothly but Wireshark only shows...
Hi,
I'm trying to use a nrf delay to make a delay for a motor. The idea is to make the motor oscillated by putting it forward and then reverse via a delay. (you can find...
Hello,
I need to run "west build" and "west flash" commands from my custom IDE/Editor. If I open up Toolchain Manager and then do "Open bash" or "Open Command Prompt", ...
Hello,
I am trying to do directed advertising while us ing the coded PHY whithout bonding the devices but i am running into some problems.
The device with the BT-address...
Hi,
I use nRF5340DK (0.11.0) as HCI controller and noticed it can randomly (?) accept PDUs with access address other than configured. This basically makes it impossible...
Hi,
When I build CLI sample in nRF_Connect_SDK, I don't get any USB port for CLI.
I believe the sample is in default mode built for UART.
How to build this for USB,...