I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
i have a custom board that uses a nrf5340 that has been hardware modified so i can work again on getting my board to draw the mimimum power from the battery.
i have a PPK2...
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...