I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
I am using nRF5 SDK (17.1.0).
The MTU size is set to 53. I am using sd_ble_gatts_hvx() to send 16 bytes of data via Notification.
When I check the received data with the...
Hi,
Our product is currently undergoing FCC and ISED certification with Dekra. They are asking for 58741REM.001, 59675REM.001 and 64610REM.003A1 reports for reference. Can...
Hello! I am a newcomer to nrf and embedded programming (other than basic arduino and micropython projects). So far I have gone through many of the devacademy walkthroughs...
Hi, I'm trying to read data from an LIS2DH accelerometer using the nRF5340 DK board. I have been able to build and flash my code to the board, but the terminal outputs, "Device...
I have a product that has a bug and I'm forced to go thru some older code. This was the nrf24 plus chip. The code still runs fine, and most of the function I created do all...
Hi.
I want to implement software PWM on nRF52810 microcontroller, I took this project as a basic example -->
But when I enable CONFIG_PWM_NRF5_SW=y in the prj.conf file...
I just updated to Power Profiler 4.2.0 and PPK2 firmware 1.2.0 and now I see the big changes with the exact same DUT and setup compared to the Power Profiler 4.1.2:
* Current...
Hello support team, i have an issue regarding the i2c configuration on an nrf52832.
The Setup is:
EvalBoard nrf52dk_52832
BME280 Sensor attached via I2C
NCS 2.6...
Hi
I am trying to build an nrf5340 audio dk application from the command line. I can build the project using the normal vscode code extension, though I cannot build it...
When I add CONFIG_LTE_EDRX_REQ=y to prj.conf I get an "No heap space for incoming notification" error. I already tried to double the size of CONFIG_HEAP_MEM_POOL_SIZE =8192...
For our project we switched over to using DIRECT_XIP mone primarily because of the faster boot time but it automatically enables downgrade protection. For our project we need...
Hi,
I want to measure a unit current in production.
When connecting the unit to the batteries it do some beeps and after a while goes to sleep.
I want to test the "sleep...
Hi all ,
I 'm currently developping a BLE central with Zephyr and I need to create a default bonded device at startup (I know its address + IRK ) .
Using previous nRF...
Hello, I am trying to create an application on the nRF5340 which samples data at 16kHz and packages + sends it over BLE. This requires a BLE throughput ~1Mbps, which I can...