I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
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...
Hi Nordic Community and Developers,
I'm a beginner in the RF world and I'm designing a small Bluetooth module using nRF51822 to acquire the RF knowledge and to use it in...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi,
How Can I verify if my CPU has entered Low Power mode??
I have power manage function running in the main loop , but when I put breakpoint on sd_app_evt_wait() or...
I am trying to read data from SPI slave on the nRF51DK using mbed online compiler. To do this the mbed SPI library (class) includes a method called transfer. When I try to...
Hi,
I am trying to save some parameters after disconnection pstorage_clear or pstorage_store will not return to the pstorage callback function. I am working under SDK 9...
Hi.
I have a question.
I use nRF52 Preview DK, PCA10040, SDK11,
I tryed some examples in nRF52_SDK.
Some projects moved,and some another projects didn't move.
I...
I don't find the information in the nRF51822 documentations and in this forum.
How can I know that? Is there some register to check, or some hints to know that debug mode...
hi,
i am using the nrf51422 and trying the UART example ( in order to connect the nrf51422 and a stm32f4 using serial connection)
what i didn't understand is what does the...
I am using a nRF51822(pca10028) for current measurement. I had set up the devices as told in user guide. I am using SDK 11.0, softdevice s130 and default ble_app_pwr_profiling...
I am trying to make a custom BLE service and be able to do debug it with UART at the same time.
Just trying to print some UART messages at some points in the code.
However...
I have a couple of questions with the MCP.
Before knowing MCP, I've been connecting with my nrf51-DK with the nordic master control app installed in my smartphone. Opening...
I am doing burst transfers using exactly the code suggested here devzone.nordicsemi.com/.../
The problem is, the data is received three times by the receiver (three times...
Hi!
I question the use of Software Interrupts and especially SWI3.
I'm currently developing an
application on nRF51422 based on
SDK10.0.0 and SoftDevice S110
v8...
I know that it can be done and I have read the other posts. I'm still running on SDK8.0.0 with both a S110 and a S130. Using wireshark and the nordic sniffer firmware on a...