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...
Hello,
I know this question has been asked a lot. But I haven't found one that matches exactly. I'm trying to flash a custom PCB with an nrf52832. I'm using the on board...
Hi,
I am trying to get a simple LED blinking using a timer, gpiote and the ppi. So the Idea is:
Timer compare event -- PPI --> gpio toggle. I am using the nRF connect...
HI,
I am developing an application which requires BLE connection. I am concerned about the energy consumed by the device during the connection.
I understand that once...
Hello,
I'm just starting to use Asset Tracker V2 from v1.9.1 and it appears that it is missing some device info such as version, carrier and other on the Device Information...
Hello,
I'm trying to send a custom reliable message between two nRF52840 DKs, using the nRF5 SDK for Mesh v5.0.0 and nRF5 SDK 17.1.0, by modifying the light_switch examples...
Up to now I referred to the name of the tag from the west manifest to know the zephyr release. So I assumed that the v2.7.99-ncs1-1 tag was from the zephyr 2.7 branch until...
After executing nrf_libuarte_drv_rx_stop(), nrf_libuarte_drv_rx_start() will produce an error.
In nrf_libuarte_drv_rx_start() t his line in nrf_libuarte_drv.c (Line 625...
Hi ,
i am working on nRF52833dk board. here am running sample example from sdk. i.e. peripheral_lbs example. my query is whatever the Bluetooth api it is calling inside...
Hello,
In my project i am using ble_app_template example of SDK version 17.0.2 i need to send some data to device nrf52810 from the nrf mobile application. so i have tried...
Hi all,
I'm trying to connect an ESP32 with an nRF52-DK (nRF52832) through I2C. I'm using the ESP32 I2C Slave example ( https://www.arduino.cc/reference/en/libraries/esp32...
I am referring to the documentation for the UART async API when developing my application: https://docs.zephyrproject.org/latest/reference/peripherals/uart.html#uart-async...
I am having a number of problems with the nRF extension actions .
1) Pristine build does not seem to be building correctly as I have a ovelay file shown in the build section...
hello Nordic
i work with nrf52840 with zephyr 2.6.9 (ncs 1.7.1)
in ncs in zephyr/drivers/pwm/pwm_nrfx.c, in function
pwm_period_check_and_set
there is the following...
Hello,
I'm trying to achieve at least 300 kbp/s via BLE nrf5340 with Android phones (Bluetooth ver.4.2 and ver.5.x).
I use the "nRF Connect" and "Serial Bluetooth" apps...