Hello,
In ncs, I am working with \nrf\samples\ipc\ipc_service. I want MCUboot to build \nrf\samples\ipc\ipc_service\remote to run on nrf5340 CPUNET. When I CONFIG_BOARD_ENABLE_CPUNET...
Hi,
I am currently conducting measurements using channel sounding with my nRF54L15 boards. I am at the end of my master thesis, so there is not so much time left to really...
The nrfx pwm supports a number of events for a callback: /** @brief PWM driver event type. */ typedef enum { NRFX_PWM_EVT_FINISHED, ///< Sequence playback finished. NRFX_PWM_EVT_END_SEQ0...
Hi,
I have two nRF5340 DKs and want one to be server, one be client. I use NCS offcial code and simply buide them, however, " LED3 starts blinking green on every device...
Hello,
I have been working with the nRF9160 DK to understand AT commands. I tried flashing the Serial LTE Modem application using the Quick Start option in the nRF Connect...
Hi everyone,
In nRF9160 with ncs 2.9.0 I've problems when trying publish a MQTT payload bigger than 2700 bytes aproximately. In advanced I already was adequated buffer size...
Hi,
I'm seeing a lot of this issue with iPad mini (1 gen), iOS 8.1.3.
Many times I start the bluetooth app, the connection just drops while doing service discovery,...
Hi,
I am trying to run event based UART. here is my code snippet:
void uart_callback(app_uart_evt_t *p_app_uart_event)
{
uint8_t rxbyte;
switch(p_app_uart_event->evt_type...
I'm getting started trying to use the device firmware update (DFU) feature of an nRF51822. I'm using soft-device (bluetooth abstraction) version S110-SD-v7.1.0 , and SDK ...
When I try to update the application on the nRF51422 chip over DFU, I have trouble with the bootloader.
I use the nRF Toolbox app to do the firmware update. I can select...
Hi guys, this may be a lame newbie question, but I was unable to add a driver to my uVision project. For instance, I've opened the ble_app_template and now I want to include...
In the reference designs, the inductors in the antenna circuit are simply referred to as "High frequency chip inductors". Do you have any example manufacturers part numbers...
I'm testing my nRF51822 Bluetooth Smart Beacon Kit (pca20006). I've successfully uploaded ble_app_beacon_bcs code example to my beacon via Master Control Panel Android app...
hardware:pca1001
software:s120 v2.0.0
sdk 6.1.0
i will get rssi value by connected by s120.so i update the s120 to v2.0.0. but when the app run,
an error occur.[APPL...
Hi All,
I tried to use the nRF51422 device UART RXTO events using nrf51 SDK v6.1.
I set the NRF_UART0->INTENSET in app_uart_init() as following:
// Enable UART interrupt...
Hi, I have just managed to successfully read ADC values and send as a service but they are in uint8 format. Is there an easy way to convert this to decimal within my adc handler...
Is there provision for a serialization application processor to control GPIO on a nRF51822 used in serial connectivity mode? Can the nRF51822 be used as an I/O expander?
Hi,
I want to simultaneously read the value from 3 analog pins. For this, do I create just one adc_init function and handler functions or do I need to create multiple initializing...
Connections to my peripheral device are generally very short. I don't really need to have my device request a connection parameters update.
Does this mean that I can safely...
I purchased a pair of FTDI cables, and I can't seem to get them to work.
Unsure if the pinout is standard but here is the mapping of the cables provided:
Red wire: 5V...
I am using the N548 with the S310 soft device. I have set up the device for asynchronous communication via the UART. I can send ANT+ commands via the UART and I get valid...