Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
We configured nrf24LE1 as PRX and nrf52 as PTX and the packet sent out every seconds.
The nrf24LE1 will only received the packets every twice packet sent out and both packet...
I tried to use difference Data Rate for testing the transmit distance. Don't know why using the 250k bit is worse than using the 2M bit & 1M bit. The distance will decrease...
I am debugging a small program for the nRF52, which uses the App Timer and communicates over UART. I am trying to keep up with bug fixes, and so I'm using SDK 11.0.
The...
We have an application that requires a fairly quick disconnect (under 250msec) when the RSSI exceeds a threshold, for example -80db. Unfortunately, around 1 out of every 4...
I am trying to program a nrf51822 module using the nrf51-dk.I have made connections as per the nrf51-dk user guide, but sme is not working...
I am using the Vdd of the...
Hello all,
In a network of sensors with power constraints in a room which protocol is the best?
Newer devices seem to use BLE but I don't want to discard good old nrf24l01...
HI, I try to turn on the OLED.
I can not confirm that the lights turned on
I want to change background color.
What should I do?
Currently being output as shown...
I have installed Keil v5.18a
and have installed MDK for nRF51-DK.
Examining the basic LED blink examples showed that in some projects, the 'bsp.h' which would be the header...
I just setup Eclipse and trying to compile.. I was getting warnings.. I think I have installed all the relevant packages.. But still getting following warnings. Am I missing...
Hello! Developer,
Does anyone know how to transfer and store the value as big endian on memory address on nRF51 and send it over BLE to display value on MCP as big endian...
Hello!
I'm trying to get the 16 bit ADC value as 2 of 8 bit array from nRF51 development kit over bluetooth to MCP, but when it displays on the MCP the value is "swap"...
Is it a good idea to use nRF51 standalone as an Application Processor and also as BLE connectivity chip?
OR
Is it a good practice to use a separate Application Processor...
I have a question on - to me - seemingly weird behavior about copying data out of the event from the soft device.
Situation: I have a 32 bit integer characteristic which...
Hey all!
Newbie here. I developed and tested some code on an NRF51DK easily enough using mbed, and now I'm trying to put it onto a PTR5518 module from Xuntong (which I...