Hello,
I am working on a project that will require external flash. Is there an example program compatible with the following external flash device?
M95P08-I - Ultra low...
How do I preprocess a C file (typically done by passing the "-E" option to the compiler) in VS Code with nRF Connect SDK 3.0.0 or later? I want to see how a complex macro...
Hey,
the USB connection to my nRF54L15-DK isn't working anymore.
It is not showing up in nRF Connect Desktop and I can't find it under /dev/tty... or /dev/cu...
The...
I am relatively new to embedded and am wondering if there was a "best practices" guide / checklist for production deployment somewhere. Things like making sure you are using...
Hi. I'm trying to write a simple MQTT app. I am consistently getting these KConfig errors to do with variables I'm not using, and I have tried to set CMake to ignore these...
Good day,
I've developed a board with a MDBT50Q on it. I'm using the Reg0 DC/DC and LDO Mode Disabled reference circuit ( https://www.raytac.com/download/index.php?index_id...
Hi,
I have the issue that my Zigbee device reports the error "Production configuration is not present or invalid (status: -1)". I followed the guide from this( https://docs...
Hello, I'm new to bluetooth system.
I want to make some H/W device which using with sensor, MCU and Bluetooth.
Very simple, MCU control the sensor and get the data,...
Hello,
I have questions about DC/DC setup in nRF51822.
Is there any automatic switching between DC/DC enable and disable along with battery voltage except DCDCEN...
Hi,
I am trying to develop an ANT+ application using the nRF51422 chip with S210 Softdevice. To prepare myself for the task, I am studying how the ANT+ works using the...
Is there any Nordic Sermiconductor Wireless 2.4Ghz product through which i can communicate with other wifi (IEEE 802.11) and Bluetooth devices ? At-least the device must obey...
Hello Community,
Does anyone know how to read/write configuration registers (UICR, FICR) on nRF51822 in a linux environment ?
So far, I have to stick with Windows for...
Hi
Please tell me someone about the causes and countermeasures!!
I Connect the board & JlinkLite and tried the flash write.
Softdevice Ver6.2.1 -> Success
Softdevice...
Unfortunately, I'm not seeing NRF_EVT_POWER_FAILURE_WARNING events on my s210 based system. As I've seen in other questions on the forum, I've implemented the calls below...
I'm currently trying to merge the S120 softdevice with the compiled code from the ble_app_multilink_central sample under Linux (Ubuntu).
Here is the command I'm executing...
There are a couple problems with the SDK 7.1.0 implementation of nrf_delay_us for GCC. The experiments I've run show the provided version generates delays 40-50% too long...
Hi,
I am developing an application to capture data on a PC over ANT+ using the ANTUSB-m as slave and the nRF51 DK as master.
In order to test my program I want to be able...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
I am trying to use the nrf51822 to send media button commands over HID. I have seen several questions on here and they usually involve the HID Mouse example (which doesn't...