I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
I am developing a code for Nordic nRF52840 with some sensors:
LIS3DH: accelerometer
BME680: environment
Fujitsu MB85RC1M: FRAM
u-blox ZOE-M8: GNSS
SD Card reader...
Hi Team,
I’m currently evaluating the new custom PCB we designed and need to measure its sleep current consumption.
To do this, I plan to create simple firmware for the...
I was messing around with my nrf52832DK and set it to boot mode now the LED5 is flashing continuously, I've tried uploading JLINK firmware into the boot device folder but...
Hello members,
I have problem and got an error below.
============================================================
c:/ncs/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr...
I am now running Ubuntu 22.04.
The following command fails for me:
sudo docker build -t edge-impulse-nordic .
The error is:
Dockerfile:38 --------------------...
Relates to: Thingy91 nRF9160 SDK v2.6.1 I am having trouble successfully extending the size of the tfm partition. I took a sample static partition file from nrf\boards\arm...
I would like for the high duty cycle direct advertising to restart immediately after the ~1.2s timeout.
[I'm using Zephyr. I'm also really new to programming these devices...
Hello, i´m having some problems with the SIM card on my custom NRF9160 board.
if i try to use the AT%XSIM? command to check for the UUIC state i get the following response...
Hi Nordic Community
I was using the nRF Connect Android App to scan the contents of the advertisements sent by my board.
My device is C7:51:E9:6E:C7:43
My question...
When using the mcumgr tool to list images on the NRF5340 development kit, the bootable field is reported as false , and the flags field is empty for the flashed image. This...
Hello Team, I'm trying to use the implement some WolfSSL extensions into my project and get errors while building it.
Preinformation:
I installed the SDK v2.7.0 using...
On our platform we have the following configuration of firmware:
Master boot record
Boot loader
Thread application (compiled separately from the boot loader)
We...
Hi,
I am trying to write a file with dummy data on my internal flash memory mx25r6435f of nrf5340. Then read back from the file and see it in putty. Here is the folder...
Hi
I have an external NOR flash chip which is powered off on startup. The idea is to power up the flash when needed to reserve power. On startup, I get the error message...
I haven't found much documentation yet regarding multiple threads in the secure partition, so I wanted to ask if this would be possible. Was planning to also test it out myself...