I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
Environment :
Host : Macbook Catalina
SDK : 16.0.0
Toolchain : ...2018-q2... (the pre-configured toolchain in the SDK)
SoftDevice: (not used yet, planning to use...
Hi, I'm using mesh_ SDK and nrf52840, I want to know whether the relay node in a BLE Mesh can wake up at a specified time to receive or send packets, and sleep the rest of...
Hi,
I am developing a device based on nrf52840 soc, and the rule of my device is peripheral. I want to know, if a connection was established, could my device start the...
Hello,
we are currently in the development of a low power, battery powered device that needs to count slow pulses (period between ~10ms and several seconds).
At the...
I have a custom nRF52840 board that transmits sensor data (using UART) to a PC with an embedded Bluetooth adapter. I have a code on Matlab that works just fine (using blelist...
Dear Sir.
I am using Master SPI to drive 2 slaves.
Both spi are referenced within Interrupt routine ,
When both spi;s slave are referenced I get an error
err = spi_transceive...
This question has been asked before. I have been using the previous threads to cobble together what is below. I opened a new ticket as reopening (really) old threads is generally...
usb hid how to send 6 bytes of data, app_usbd_hid_kbd_key_control can only send 1 key value, I see that app_usbd_hid_kbd_ctx_t can fill 6 bytes, please see
typedef struct...
Hello,
We're needing a lot more RAM than what nRF91 has, does current nRF Connect SDK support parallel PSRAM on Zephyr somehow or is the development on a roadmap?
Hi there, I want to use CppUTest on the nRF52 to start developing my personal and not so personal projects. I am using the SDK for nRF52, with PCA10040's board. For the moment...
My nRF9160 is plugged into a Raspberry Pi and located somewhere far away from my office, where it can receive an LTE Cat-M signal. I'd like to update the LTE firmware, but...
Hi,
Recently we got Thingy91 and testing the GPS.
we have our custom nrf9160 board and GPS is working and getting coordinates in outdoor.
Im running the sample GPS application...
Hey All,
Due to my findings with this ticket ( https://devzone.nordicsemi.com/f/nordic-q-a/62255/lte-link-monitor-timing-out ), I decided to try and compile the LTE Link...
Hi All,
I am using the light switch example and have modified it a bit to send packets of data. I am able to send data from the client to group address, by setting the...