Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
In my project, I want to store data in the form of hex or bin file in the flash memory and send it via spi to the slave device. Can anyone suggest any example on how to start...
As far as I know NRF52840 SoC has multiprotocol radio: "The new radio supports multiple protocols including all the new features of Bluetooth 5 plus 802.15.4-based protocols...
Hi,
we are working on beacon project, we are facing current consumption problem.
When we dump the code in nRF52DK we are getting around 20(uA) current consumption.
When...
As per recommendations with SDK15 I'm using the nrfx drivers for peripherals. When I attempt to compile, the linker fails as it cannot find the function nrfx_saadc_sample_convert...
Hi there!!!
The NFC pairing demo from Nordic was fascinating!
According to the Bluetooth SIG blog :
Provisioning Bearer A provisioning bearer layer enables the transportation...
Hi! We've got a nRF51 based device where the firmware was developed on SDK version 8 (reportedly based on its hrs_c example) with S110 softdevice. We are now developing a...
Hi!
I'm trying to implement my own service, which is based on Thingy TCS and another one I implemented by following this tutorial. https://github.com/bjornspockeli/custom_ble_service_example...
Is there any downside to enabling all of the radio "shortcuts" controlled by the SHORTS radio register to avoid and reduce delays in the transmit and/or receive sequences...
I've installed the ble_template_app on the nrf52832DK and the nrf52840PDK and the Adafruit nrf52 Feather (almost the same as the nrf52832DK). I've modified the configuration...
I am reading the Thingy 52 euler angle characteristic provided by the motion sensors. How is the euler angle calculated by the Thingy? Does it use raw accelerometer or gyroscope...
I'm using SDK 15.0.0 with the nRF52840 and try to sleep without SoftDevice.
The function sys_sleep_request_ms(uint32_t sleep_time_ms) from sys_sleep.h sent me this interresting...
I'm currently working on an application for Nordic that contains a bootloader and a main application using Embedded Studio. Most of the development will be on the main application...
Hello im trying to send data to mobile application, im using the example on ble_peripheral/ble_app_uart but when i compile the folowing error apears.
inking target: _build...
While writing our nRF5 based application, we have used an app_config.h in our project. This is advised as one of the solutions for updating the configuration of the SDK in...
I am a college engineering student. I currently have the NRF51 Bluetooth beacon along with the dongle I am in need of help uploading my code to the beacon via the dongle....