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...
Hello,
I was wondering what is the best option/way to merge two functionalities which are developed in different examples of the nRF52 sdk12.2.
For instance, I would...
hi,
my device is nrf52832
i run my spi sd card driver fine in debug mode, but when i download it ( F8 ), it can not work!
so my question is what is the difference...
Hi,
I need to monitor radio channels and find the best one (with lower background noise) to use.
Is there any way to measure radio signal level in a particular frequency...
My problem: The run of my 1. DFU - Implementation delivers an error code after executing the line "err_code = ble_dfu_init(&m_dfus, &dfus_init);". For my opinion this is caused...
I'm trying to get a simple "Hello world" program to run on the Nordic ID Medea.
As soon as I start debugging I get the error "The bootstrap could not be loaded".
Any idea...
I follow this:
developer.nordicsemi.com/.../a00092.html
Creating an image file
The format of the firmware image that you use to update the device firmware depends on...
My problem: The run of my 1. DFU - Implementation delivers an error code after executing the line "err_code = ble_dfu_init(&m_dfus, &dfus_init);". For my opinion this is caused...
At the moment I am working on a project that uses the nRF52328 acting as both a peripheral and central to connect 3 separate devices intermittently. I am storing their bonding...
Hello,
I use SDK example nfc_text_record for pca10040 DK.
With aim to check memory area of the emulated tag I've modified example with next:
/* Set up NFC */
err_code...
Hi,
i am working on PWM to operate vibration motor with different frequency levels. so that i integrated PWM Library example to my ble_app_uart example. in the PWM example...
Faced with problem in subject during porting Serialisation to STM32F4 chip.
Serialisation library extensively uses function call triggered by NVIC.
How to substitute this...
I'm using ANSC example, pca10028, iphon5s and iphon4s.
I confirmed #define DEVICE_MANAGER_MAX_BONDS 7.
But pca10028 cannot pair with iphone5s after paired with iphone4s...
Hi,
I'm using nrfutil to update my nRF52832.
I change target from nRF51822 to nRF52832 and I want be able to bootload my target through own master.
In past, I used...
I have followed instructions at the link below to setup a Raspberry Pi 3 as a 6lowPAN router, and am trying to run the dns example from nRF5 IoT SDK 0.9.x on an nRF52-DK:...