Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hi,
I tried programming the nRF5340PDK using the nRF connect programmer, but when I select the board I get the following log:
2020-11-11T13:04:58.307Z INFO Application...
Hello,
in our project we have a nRF52840DK as central and a BMD-300 (contains nRF52832 chip) as peripheral. The software on the nRF52840DK is based on the ble_app_uart_c...
I have a project where I am distributing code images to a number of devices with DFU (this is a custom bootloader)
The peripherals use a mixture of 52840 and 52811 SoC...
Hi,
I am currently using the nRF logging module to log data from a nRF52832-DK to my laptop via a serial connection. However, I would like to move over to BLE logging for...
I doing some basic antenna tests via RSSI and the logger output is quite important to me. So far, I managed to log my RSSI values and timestamp, as well as the ID of my devices...
hello Nordic
i am using nrf52832, sdk 16.0, s132 v7.01
i am scanning for ble beacon but i want to be able to change the filtered mac address (i still want to filter...
MCU: nRF 52832 SDK VERSION: 17.0.0_9d13099 SOFTDEVICE: 7.0.1 (s132)
I have an application with some custom services (4) with different characteristics number and behavior...
I was able to change the MAC address in the ble_app_buttonless_dfu example with "sd_ble_gap_addr_set( )".
But, when I enter the DFU mode, the MAC address changes to the...
Hello,
i am using nRF52832 Development kit.
and segger embedded studio for debugging
i have just started with NFC module. i run the NFC example "record_url" and it is...
Hi,
In the process of testing DFU on the hardware, I am trying to send the DFU Packets through a TTL Cable to a different pins(P0.02, P0.03. No HWFC) instead of sending...
Hi Sir
As subject, I have a nRF52-DK on hand, I'd like to use the "Bluetooth Low Energy APP" of the desktop nRF connect software to scan BLE device and connect it,
Just...
Dear community, good afternoon
We have been working with a coordinator, a router device and an end device all based on nRF52840 (Fanstel BT840F module) with nRF5_SDK_for_Thread_and_Zigbee_v4...
Hello,
I am trying edit and compile mcuboot and ultimately upload to the nrf9160.
To do so I am loading the mcuboot project using CmakeLists.txt at v1.2.0\bootloader\mcuboot...
Because the nRF52840 consumes an additional 1mA when QSPI is activated, Nordic has previously recommended deactivating QSPI when not in use, which in practice means deactivating...
Hello DevZone,
Perhip: PCA10040 SDK 15.0.0, SD 6.0.0
Central: PCA10056 SDK 15.0.0, SD 6.0.0
I am working on a BLE project and we need to make sure our link is secured...