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...
Hi All,
I have designed one device using nRF52840 MCU and software SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
From Software end all features are implement and...
Hi Sir,
As check nwp_024_v1.6.pdf, it only shows the tape real information w/ below series.
nRF24
nRF51
nRF52
nRF8000
nRF9160
I don't find the information for...
Hi,
I have a SPI peripheral connected to the nRF960 DK. In order to access this correctly, I need to be able to write a byte to a specific address first and then read back...
Hi
The NRF52832 I used seems to have accidentally turned on the read-write protection,Cannot establish a connection using JLINK now,Is there any way to turn off this read...
Hi, We are developing a robotic product using nRF52840. I would like to know if Nordic officially supports Zephyr OS and have plans for supporting features in long term?
We used sd_ble_tx_buffer_count_get() to get maximum tx message can be sent in nrf51. However, this api is removed from nrf52840.
Is it equal to the setting of NRF_SDH_BLE_GAP_EVENT_LENGTH...
I am using NRF52840 and SDK1600. Currently, my program uses 50kB RAM memory according to Segger Embedded Studio. NRF52840 has 250kB RAM memory, so there is plenty of space...
Hi,
We are building a prototype based on the asset tracker demo application. We had interfaced different sensors on different peripherals (2 on SPI and 2 on I2C). However...
I have applied the errata 171 workaround to a zephyr code base with an MX25 chip and set the speed to 96MHz - when I run the application (engineering D silicon) with a scope...
Hi
I have used ble_beacon example to configure DK board as beacon here i wanted to pass custom data inside the code and print those array code on output debug console to...
I have an embedded Linux platform which uses an nRF9160 connected via UART. The nRF9160 has been loaded with the serial LTE modem firmware, version 1.3.1.
I've been experimenting...
Hi!
I'm developing the NRF9160 target from a raspberry Pi. The problem is that I need occasionally to perform modem firmware upgrade, and I can't figure out how to do it...
Hi. I am currently using an nRF52840 DK board and SDK 17.0.2.
I have add a custom characteristic in the heart rate service sample code.
The characteristic is shown on...
Hi Nordic,
I am using your official board nrf52840 to develop my application based on the ble_app_uart_peripheral example. BLE communication and the spi interfaced sensor...