Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Hi
I just want to create a custom service with a characteristic, which sends "n" (upto 200) bytes at same time and this bytes are are written to a SD card via SPI
So...
Hi, I have been using the nRF8001 Arduino SDK with nRF8001 chip. I wanted to set the data for the different services I'm using and thought I would go ahead and use the services...
Dear sir
Now, I am trying multi-link examples at SDK5.2.0 S120 example. I found s120 central only can receive one byte data from s110 multi-link peripheral. Could we modify...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hello,
I have some problem with NRF24L01+. I'm trying to make bidirectional connection between two devices with this chip. When I'm sending payload with ACK, TX_DS interrupt...
Dear nRF Gurus,
I made a board with nRF8001 and PIC24F to stream some sensor data to a computer. I have also developed a simple Mac app to communicate with my board. (similar...
Hello,
I am redoing some experiments with 2 pca10001 and the ble_hrs example (with s110, s120) !
What I would like to do is that the s120 side displays the power received...
I'm designing a small board with an nRF51822. I'd like to use a 'meander' PCB antenna similar to the ones on the Evaluation Kit and 'dongle'. Is there a definitive guide ...
I'm trying without much success to write something fairly simple. Basically connect a signal to a pin, and run a function whenever that pin changes state. What's confusing...
Hello all,
I am debugging my nrf51822 application using evaluation board and keil debugger. I have uncommented the ble_debug_assert_handler in app_error_handler. When error...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...