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...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Specifically, the example is examples/ble_central/ble_app_uart_c
I want to first verify my understanding of this example. In this example, should I be able to type in my...
Hello,
I am currently trying to flash a nRF51422 chip that will be placed on a custom PCB board using the pin20 on the nRF51 DK board. I had connected the chips pins as...
Hi,
I'm using TIMER1 CC0 for SAADC sample triggering through PPI and it's working well.
In order to check sampling frequency, for debug pourpose, I'm using PPI fork for...
I've been using the radio functionality directly, without the nrf sdk. Everything works great for 802.15.4 transmission and reception with one really odd exception: packets...
Can someone please post a simple example of using the internal oscillator with BLE? Modifying the ble_app_blinky example to use the RC would be ideal. No matter what I do...
Hi support team,
Now i am trying to understand the LPN machenism based on the LPN example. I cannot make sure where the bear handler is started.
There is a function bearer_handler_start...
Hello,
I'm planning to work on a device which should have two nRF5340 modules on a small PCB (they will be max 2cm apart from each other). Both modules will broadcast data...
Greetings,
I am using the NRF53 DK along with the Zephyr/Beacon (nRF Connect SDK v1.91) example for an ultra-low power application. I would like to know how I can change...
Hi,
I have nRF5340 DK and nRF52840 DK and Flashed Central_hr_coded in nRF52840, Peripheral_hr_coded in nRF5340 DK. Followed the steps of Testing as showed in below link...
I am following various tutorials on how to run an example DFU
I've tried: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Flib_bootloader_modules...
Hello,
I setup a BLE Peripheral that advertises a service with 2 notifications. Each notification has 240 bytes of payload data. When I connect with a client and subscribe...
Hello,
I followed the following guide for creating a modified Blinky example app that boots from the mcuboot. I attempted to flash both the merged.hex and zephyr.elf to...
I am using NRF52832 DK, SDK 17.1.0, S132 Softdevice, Segger 5.42a and rtt viewer v7.62.
I am using blinky code from example.After building and debug the code I disconnect...
I want to send the data packet from the BLE using GATT service and after that BLE mesh is initialize, using the Mesh opcode need to Disable the GATT service of the BLE. For...