I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
I'm currently woking on doing my own DFU system, the system should work this way : the central gets a new version of the app via the internet network and it should update...
How to establish communication with a peripheral through I2C ?what are the functions needed to define address and write and read from the slave address
Hi,
I followed the instructions for importing the Thing:52 firmware into SES and managed to get the firmware compiled and loading, and the code reaches the main function...
Hi,
I'm following DFU quick start guide and I'm using mesh SDK v2.0.1, I have a problem in step 4 wheere I need to generate a hex version of device page, I did this :
...
Hello,
Are there any conditions where the sd_ble_gap_disconnect() will not immediately terminate the link?
My Setup: Nrf52, SDK 13.0.0, own board, based from HRM code...
Hi!
I want to start scan in central mode after one connect has established and I received success evt PM_EVT_CONN_SEC_SUCCEEDED:
In a SDK13 I can make same, but at SDK15...
Hello!
On the firmware for a certain product, we are using the scheduler module to manage the access to the peripherals (SPI, TWI, Timer, ...), and have also enabled its...
I implemented manufacturer specific advertising to transmit important data without having to connect to the ble peripheral. These data can change over time so I need to be...
I measured the power consumption on NRF52840 DK with project peripheral blinky (SDK15.0.0). The average current is 704uA and the base current is 680uA when connecting to another...
I have a test suite connecting to a nRF52832dk using RTT. This one test writes random data to the UICR config area, resets the chip, then reads back the config.
When running...
Hell ,
I am planing to use nRF52810 for one of my mesh application,now query is
How much power consumption its will take when RF is disable and listening only external...
I am about to buy 5 pcs of nRF52840 DK Development kit for nRF52840 SoC to use for Long Range. How can I ensure the development kits are mounted with chip revision C or later...
Hi Team,
I have read in nordic documents that BLE 5.0 will have 1.4 Mbps of through put.
But when i am testing the through put example with my nrf52832 board, i am only...
Hello. I'm using the example of the light_switch_server project. I need to configure a server (light bulb) driven by 3 clients (buttons), how can I do? I tried this way, but...