Hello Team NordicSemi,
We have developed product using nRF9160 and aware of the PSM operations of this SoC.
I talked to one of your engineer during tech tour and found...
In our firmware we use BLE together with ESB using the MPSL timeslot API, with the implementation inspired by this example: https://github.com/too1/ncs-esb-ble-mpsl-demo However...
Hi,
In our project, we're using Mcumgr FS to download files from our device.
After tweaking the BLE configuration parameters using the throughput sample ( https://github...
I am working on RTOS that does not have WiFi driver for nordic wifi chips. I would like to port this driver to that RTOS.
In the documentation there is a mention of platform...
I am using the MESH distributor sample from the nRF Connect SDK (v2.8.0) on an nRF52840 development board. My aim is to use the RC oscillator (RC source) instead of the low...
I got the following setup: nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001
nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001...
I have code developed for the nRF52832 based on the Zephyr RTOS. If I switch to the nRF5340 with Zephyr RTOS, would it be possible to develop by simply uploading the additional...
Dear all:
I have built a project(ex: matter bulb) in Nordic SDK, the generated load is zephyr.hex which size is about 2345kb ;
Then I open nRF Connect Programmer, and...
I'm attempting to get our wearable remote to interact with a GoPro using their API and am getting the error in the subject line when attempting to start scanning. I've checked...
I am working on scanning and connecting to an iPhone device in NRF52840dk, but I am not able to receive my iPhone while scanning. If there are any different ways, please let...
Hello!
Looking for some guidance on how I should start debugging an issue I'm experiencing trying to get the Zephyr fdc2x1x sample code running on a custom PCB that uses...
Hi everyone,
I am working with the nRF SDK v2.0.4 for VsCode and with the nRF52840 DK.
I want to develop an application that transfer in real time the data collected...
I'm essentially building a BLE to UART gateway to allow our microcontroller device to talk to our apps. The BLE section is the nRF52840 and I'm trying to simply use it to...
I am trying to install the nrf connect SDK on my Macbook M3 Pro. But i am unable to do so. Neither VSCode extension nor the Toolchain manager works for me.
Clicking install...
I'm currently troubleshooting potential timing-related collisions associated with the NRF radio. I use a custom protocol on a single specified channel (no frequency hopping...
Hi, I have a custom board built around a nRF9161. When I test with the at_client only AT+CGSN=1, AT+CGMI, AT+CGMM and AT+CGMR return with the expected string. All other commands...
Hi all
I'm working on custom board build with an nrf9161. Right now I'd like to use a gpio as input with interrupt for i2c captor icm20948. So for I've searched and I think...
Hello.
I have 2 designs of PCB to make, I have their schematics almost complete. Both use the nRF52840.
My doubt is if for each PCB, if I will be able to use at the same...
Hi
Can you please supply me with the mechanical dimensions for the nrf52840 dk? I can not find anything. I would like to have the dimensions of the mounting holes in relation...
Hi,
Previously, I used the nRF52840 to work as a host. Similarly now, I hope to use the nRF52832 to work as a host, but it seems that this cannot be achieved simply by changing...
I am facing error while building the sample "Hello World for multiple board targets using Sysbuild" without changing anything in the sample. I am using nRF connect SDK and...