Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
hi
I need to set a pin high when i make a connection to the device .so i set to output direction in main.c file.i have include gpio.h and nrf_delay.h file in main file ...
I'm using the nRF52382 with SDK 14.0 and softdevice s132 5.0.0, and I need to send up to hundreds or thousands of kilobytes to an Android phone over BLE. I need to optimize...
I have a custom beacon with:
nRF5_SDK_12.3.0_d7731ad
I am using:
\examples\ble_peripheral\ble_app_beacon
With:
\pca10040\s132
When I change the value:
int8_t tx_power...
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...