We're trying to set up MQTT messaging between our custom nRF9160 device and our private AWS VPC. When using the Serial Terminal in nRF Connect for Desktop to monitor the device...
Hi,
I have twp device: one peripheral and one central. My peripheral is sending out high payload data continiously. And my central is sending data ()in 10Hz frequency. However...
Hi,
I notice that every time I can only send 244 bytes per time in nus service, if I set higher I will not receive the data in RX.
But I also see that the thoughput...
I have figured out a way to realize IR communication,it is same with the way to drive WS2812 with SPI.
[ I can use PWM peripheral and should use it,for I need to change...
Just to confirm the head question.
I have found the same question : NRF52 help configuring TIMER + DMA + PWM - Nordic Q&A - Nordic DevZone - Nordic DevZone
There is no...
Hello,
I'm trying to work through exercise 2 of the Nordic Developer Academy. It has me using the Blinky Sample. When I add a build configuration I get an error. I have...
Hi folks,
I am just in the process of getting my feet wet with the nrf connect sdk and zigbee development is my ultimate goal.
I am using an ItsyBitsy nrf52840 https:...
Good Day,
We build a custom board with nrf5340 & nrf21540,
NetCore DTS (below) , NetApp DTS has the gpio_fwd in place , all looks good in .config generated. Net-core UART0...
Hi all, will need to post short as I am getting a "cannot create ticket" error.
Hi all,
I'm quite new to nrf, zephyr and embedded of this complexity but have completed...
Hello,
A super-simple piece of code that enables UARTE1 to receive a byte stream does not seem to work.
It seems as if nrfx_uarte_rx_enable() hangs up.
When I single...
I am using nRF connect SDK v2.9.0 with a custom developed board that looks like this:
I tried the ' Bluetooth LE LED Button service' sample as it's and noticed that...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
We're trying to set up MQTT messaging between our custom nRF9160 device and our private AWS VPC. When using the Serial Terminal in nRF Connect for Desktop to monitor the device...
I cannot get the nrf5340 audio dk kit to work from USB input properly. After a reset, it only works for a fraction of a second and audio stops. Has anyone run into a similar...
Hi:
MCU: nRF52832
The device is powered by a battery. When the battery voltage drops to around 1.3V but is not completely depleted, if the device is charged at this time...
hello Nordic
i am working with two nrf52832 socs, with ncs v2.9.0.
I would like to know how many retransmissions occurred during a Connection Event in which specific NUS...
Good day,
I want to use the Bluetooth Low Energy App of the nRF Connect for Desktop with my nRF52840DK as a local device.
After I have connected my device (nRF52840DK...
I have been through the devacademy lesson on custom boards and am using the nRF53 so have used the custom board for multi-core approach. The example uses the 9151 which has...
I'm still somewhat new to this but have working code using build 2.6.1 and toolchain 2.6.2 and want to create a sysbuild branch to try with 2.9. The toolchain version used...
Hi,
I have twp device: one peripheral and one central. My peripheral is sending out high payload data continiously. And my central is sending data ()in 10Hz frequency. However...
Hi,
I notice that every time I can only send 244 bytes per time in nus service, if I set higher I will not receive the data in RX.
But I also see that the thoughput...
Hello,
I have a Xiao seeed nrf52840 and want to operate a peripheral IC over I2C. It doesnt have a driver so I'm following the developer academy on how to do raw I2C communication...