I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hi Everyone,
I've looked around at the Nordic documentation before asking this question but can't find any good example. I am looking for an example to create a repetitive...
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...