I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi everyone,
I have connected a potentiometer to a GPIO pin (AIN2) and would like to show the varying values in the battery service.
I was wondering if there's any way...
environment:
SDK14.2 Project: ble_app_uart
I am sure that the problem occurs in uart_module.
Uart use the app_uart_put to send the first byte successfully, then it will...
We have already developed a wireless sensor application based on the ESB protocol.
Now we want to increase the range by adding an nRF21540.
We started by testing the sample...
Hi,
Is there a possibility of race condition when writing and reading using nrf_fstorage_write and nrf_fstorage_read?
I have a very strange bug, when writing to an address...
I am using VScode's extension for nRF connect. I have been using it to flash program with the 52DK and 9160DK previously. Now under the connected devices tab nothing shows...
Hi,
I'm using the GPIO mode of CAF leds module to control led.
LED_EFFECT_LED_BLINK or LED_EFFECT_LED_BLINK2 macro can be used to set the effects of led. But the loop_forever...
I encountered problems in developing nrf5340 with nck v1.5.0.
I use nrf_rpc_tr_init(rpc_receive_handler) to initialize an RPC and IRQ_DIRECT_CONNECT(I2S0_IRQn, 0, custom_i2s_irq_handler...
The solution seems to be built for a Production rollout for organizations with resources, but not so much for devs on a tight budget.
The actual bridge build is quite extensive...
Hello,
I'm using nRF52840 and nRF Connect. I've customized hello_world sample from Zephyr to also work with mcumgr and receive and respond to SMP commands such as "echo...
Hi,
I have been using an UART connection for serial communication but it stops working when I enable the Bluetooth module and initialize it. The error I receive is the same...
Hello, in an effort to downsize the EC2 instance from t3.small to t2.micro (nrfcloud-mqtt-bridge/MqttBridgeCluster/DefaultAutoScalingGroup), the bridge instance is detached...
I have adapted and incorporated the NCS OTA DFU sample into my project. Initially, FOTA updates have been working. Now, after pushing an update, the image is stuck pending...
Hi,
We are making software for our custom board based on nRF52833 and nRF5 SDK 17.0.2. We use app_uart for our serial communication in active mode and in sleep mode we disable...
I'm trying to build a basic shell sample on a custom board based on nRF52840
In the proj.conf file I have
CONFIG_SHELL =y
CONFIG_SHELL_GETOPT =y
CONFIG_SHELL_BACKENDS...
I am new to Zephyr and I have been trying to get hold of a tutorial or a sample app that would indicate how I can use the UART on the nRF52832 for communications with another...