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...
Hi, I am using a system where I am using nrf52832 nordic chip. I generate a custom ble service using this ' https://github.com/bjornspockeli/custom_ble_service_example ' github...
Hello.
I would like to use the SPIS module on the nRF52840 DK. I configured it by following the examples given by Nordic.
When I use pins P0.14 (nCS), P0.15 (SCK), P0...
I am using now SDK 15.0 and the value of APP_ADV_DURATION is set to 18000 (180 sec)
But I saw that fromSDK15.2, it is recommended to change the value to 0 in order to get...
Hi,
We are running an application using REG1 only in DC/DC mode, REG0 is disabled. I believe we've found a small issue with our decoupling of all the power pins, but I'm...
Hello,
I am trying to connect my nRF9160 but am running into some trouble. Only LED 3 blinks for about 3 minutes and then just stays on without blinking; LED 4 never blinks...
Dears
I double the ble_nus_init as below ,I can get 2 service bouth have 2 characteritic.
as below:
err_code = nrf_ble_qwr_init (&m_qwr, &qwr_init); APP_ERROR_CHECK...
I am facing issue with programming of own developed nRF52810QFAA board. I used Pins 25 (clock) and 26 (data) along with Vcc and Gnd to flash device. I tried with two boards...
Hi, May I use slip library code for commercial? I have a project that uses an MCU communicates with an NRF52 BLE module. To upgrade program of BLE module, I flash the bootloader...
I’m mitgrating from nRF52832 TO nRF52810 and softdevice s132 to s112 and having compile issues.
I understand that NRF peripheral has been removed on the nRF52810 but I do...
This how i make it happend:
1.programe softdevice and bootloader.
2.generate app dfu package.
3.upgarde app via nRF Toolbox
4.It's running, all things is seem ok....
Hi, I've been working with SDK11, and now I have to move my project to SDK14 due to some issues with the old SDK. In SDK11 I could just use Keil's "Manage Run-Time Enviroments...
Hello,
I am trying to execute the SPI slave example from sdk15.2 on my NRF52832 Dev board (PCA10040 1.2.1).
I am using stm32f0 dev board as the master and transmitting...