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...
Hello,
I am currently evaluating Nordic Thingy 52. I am planning to receive the sensor data on my custom BLE application (will be written in C using libbluetooth) running...
Hi
Attached is my pcb file. I select nrf52805_caaa, Can you help me check the pcb file? maybe the pcb is something wrong. I can download hex ,but can not debug it , when...
*** SOLVED PARTIALLY ***
Hello again,
I solved my problem partially, the part that reads accelerometer value and transmit BLE advertising data as beacon works fine.
...
Hi,
I want to use a MPU6050 sensor with my nrf52832 board.
I connected the SDA and SCL pins of my sensor board with the pins P0.26 and P0.27 of my nrf52832 board, respectively...
Hello. I'm working with multilink example and I've got some problem. I want to send data to specific peer device, but after restart central or one of the peer, they reconnects...
Hi. I have a problem with Segger Embedded Studio. I always get more than 100% of RAM usage when building project on SES, even if examples projects from SDK . Anyone know what...
Hello, I have the following question. I'm trying to program my firmware via DFU Bootloader and nRF Connect (smartphone). That works perfectly with the test board SparkFun...
Hi,
I am using the two units talking with each other for the BLE uart.
One is running with the example ble_app_uart_c_central. The other is running with the ble_app_uart_peripheral...
Hi, After updating my nrfConnect to 3.6.1, I had issues using my J-link being unrecognized in the programmer app. The J-link I'm using is part of a Silicon Labs Dev Kit, checking...
Hi, I was wondering if there are any problems with connecting VDD to an external power supply when using nrf52840 in the high voltage mode? I would like to connect VDDH to...
Dears,
1.I want to know when working at USB CDC mode, what's the phy rate could be supported? And what's real rate is it?
2.Could customer customized their private protocol...
Hi,
I've read that highly secured IoT devices have a hardware root of trust. One very important feature of it is a private identity keys to prove identities for mutual authentication...
Hi,
I noticed at least using pwr_mgmt we are calling two times nrf_pwr_mgmt_run for every interrupts ! All interrupt seems to be triggered twice ! Or wakes from idle state...
HI Nordic
I currently have a 2 separate projects, that i'm trying to merge.
- Production test tool with RTT CLI interface on nRF52840 (Here I use JLink.exe -device NRF52840_XXAA...
Hi Nordic teams,
I'm developing the function of Mesh DFU. I've test the nrfutil tool locate on https://github.com/NordicSemiconductor/pc-nrfutil/tree/mesh_dfu , and it works...