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 have a holyiot NRF52840 dongle (schematic below). I am able to program it via the swd interface and have BLE examples running (as long as power is attached to VDD),...
I have an application that is running the following setup as a multi-connection (peripheral and central) setup:
I am having an issue when a peripheral (NUS) is sending...
Hello everyone,
I am going to run the mesh DFU example. I found that I must use Python2, not 3 to work correctly. I follow the instruction suggested in this post.
https...
Hello, i don't know how build many project with other configuration. I want to do a lot of configurations.Then for each of them make hex files with one click of a button....
Hi
When I try to build NCS sample using SES (v5.40, also v5.30a nordic edition) it seems to build the project correctly (.elf, hex are generated) But it throws error at...
I am trying to bring up an application that uses the soft device, but not right after power up.
I want to use an application timer to schedule a timeout say 10 minutes after...
My project builds when set to Release, but fails when set to Debug. Here are the last few lines of the transcript output:
1> "C:/Program Files/SEGGER/SEGGER Embedded Studio...
I'm looking to store a batch of data in a large array in RAM and send them all at once later. I start from ble_app_template in sdk examples and add an array. My memory setting...
I'm trying to get LPCOMP working on Zephyr - I have used the vanilla NCS sample as a baseline and have set up the event handler and the init function.
The problem is that...
Hi,
I recently bought a couple of HolyIOT nRF52840 modules for a personal project (building a keyboard). I also got a JLink Edu Mini to flash/debug it. I am able to successfully...
Hello,
I've seen when ADV interval is near than 1 second, the sniffer cacth the same adv twice in diferent channels, but if the adv interval is near to 50 ms the sniffer...
Dear all,
I managed to implement custom firmware using Nordic proprietary protocol (both 1 and 2 MBPS) on nNRF-52840-DK. I would like to know if some spread spectrum tecnique...
A plain question : we are using the BLE stack with FreeRTOS based observers.
Is it possible to send to some observer an application defined event from some other FreeRTOS...
My project is a health thermometer using nRF52833. I am working nRF5 SDK 17.0.2 with GCC make complier.
I start with the ble_app_hts example and it is working fine. I try...