Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
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...
Hello,
I merged the two projects usbd_cdc_acm_pca10056 (A) and ble_app_hids_mouse_pca10056_s140 (B).
Currently, I'm trying to make it running again by line by line add...
Hi there!
Let's start by explaining why this is necessary. Every device will contain an RFID tag and the RFID tag number has to be equal to the address of the device it...
I have made a custom board using NRF52832 (NRF52832-QFAA-R/QFN-4) with 32MHz and 32.768 kHz crystal. The SDK is nRF5_SDK_17.0.2_d674dde. It can be connected using nRF52840...
During the initialisation adding gatt attributes with the function "sd_ble_gatts_characteristic_add" i get the error NRF_ERROR_NO_MEM. So it seems the default table size is...
We have Thread devices with bootloader and applicaion based on nRF5 SDK for Thread and Zigbee 2.0, and now we are migrating to SDK 4.1. As it's stated in documentation the...
Hi! I'm developing an augmented wearable project using Bluetooth (eg., Smartwatch). I'm planning to use the nRF52810 chip for it. We are just going to add a couple of sensors...
Hi
win10 64-bit system。Reinstall the system and rebuild the development environment。Reinstall the system and rebuild the development environment. Can't solve the problem...
I can see in Segger Embedded Studio v4.52 under the Build Tab, there are two methods to build the project.
1- Build > Build zephyr/zephyr.elf
2- Build > Build solution...
sdk16.0 ble_peripheral/ble_app_hrs example
I start on nrf52840 DK with the SES
I run the following commands
nrfjprog --recover
nrfjprog --eraseall (?? just because...
I want to add peer to my project_ manager_ Init() implements pairing binding and whitelist. My project is S112 under pc10040e directory The reference routine is e: workspace_...
I want to test the mesh,but Idon't know hao to fine the path to nRF5SDK instance
..\nrf5_SDK_for_Mesh_v4.2.0_src\examples\sensor\server\sensor_server_nrf52832_xxAA_s132_7_0_1...
We are developing a device that has different "modes", and in some modes it acts as a HID keyboard and mouse, but in other modes it does not. This device connects to iOS and...
Hi guys,
I am using the nRF52832 board and after I enabled my device to measure the temperature and return this value, now I will like to save that value in non-volatile...
Hi,
Had a project working and compiling beautifully, all ready to go, last thing to do just upgrade the SDK from 17.0.0 to 17.0.2 and the s132 7.2.0
So I change the...