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 working with a fleet of devices using the nRF52840 and NCS 2.6.0. Some of these are older devices with a bootloader that only supports RSA signatures, and I cannot...
I'm currently developing a concurrent central/peripheral application using the nRF51, S130 and SDK 9.0.0. It uses the Nordic UART Service, and it would be nice to make use...
Hello,
Is it possible to use EasyDMA directly with nRF52 SDK without using one of the higher level libraries that use it, i.e SPI / UART? I am interested in implementing...
Hi:
I want to let link manager controllby by me. for example, I want to ask link manager to emit such LMP_test_control, LMP_activate command via HCI. how to do by nRF51?...
Hi:
for nRF51
I want to send command to link manager by HCI command ,or example LMP_test_control, LMP_Activate , etc. Could I modify firmware to do it ?
thanks;
All...
Hello,
I have an issue that I can't seem to sort out involving the PWM module. I am currently using SDK9.0 and SoftDevice S110 V8.0 and I am using the stock PWM files from...
I have a nRF51DK. And I would like to be able, to enable/disable the softdevice with 2 buttons.
Button 1 on nRF51DK --> Enable Softdevice
Button 2 on nRF51DK --> Disable...
Hello,
I am working on nRF51822 S110 softdevice 8.0 and SDK9.0. I am creating paired and unpaired states and the system will goto unpaired only if it is unpaired from the...
I know nrf51 timer0 can be configured for 16,8,24 and 32 bit modes
and timer1 and timer2 can be configured for 16 and 8 bit modes.
But what can I expect the value to be...
I'm going to star a new product development using nRF51422 supplied by a 3V battery. Since it is a low cost product the idea is to use the nRF51422 internal DCDC to provide...
Hello,
I'm using an external chip that decodes my RF transmission and outputs the data on two pins DAT, and CLK (data and clock). Currently I'm reading the data with GPIOTE...
We have written our own softdevice, but now we have a question about the stack pointer.
I read in the softdevice specification that the nordic softdevices share the stack...
I have been trying to establish a link that will feed sensor data into my com port via a Bluetooth uart bridge. I got my closest today by doing the following.
Load SDK10...
I'm having trouble making a single bank dfu mode with 128k NRF51822 chip.
Here's the problem;
Works fine when everything(SoftDevice, Application, Bootloader) is all...