I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
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...
Hello Nordic,
I have to transmit data from the nRF Chip(now i'm testing nRF52832 DK Board) to a PC on UART serial.
Each beacon has transmitted advertising and scanRSP...
Based on the nRF24L01P Product Specification 1.0, after 24L01+ enters into Standby-II state, the only 2 ways to leave this state are 1, set PWR_UP to 0, 2; 2, Feed data into...
I've picked up the DK after a break. Installed the toolchain on my new laptop and was ready to throw the 'blinky' example from the SDK on to it to get started. It did not...
Hi Nordic experts:
I use a device with thingy52-provision-demo firmware(from git-playground), and another device with serial-example to provision the thingy-provision-demo...
Hi.
I want to advertise switching 1Mbit PHY and CodedPHY every 5 seconds.
I designed it like this based on nrf52 ble app uart long range example.
advertising_start(coded...
Is it possible for an app after having gone to sd_power_system_off to reset by button without triggering DFU?
The app seems to need CONFIG_GPIO_AS_PINRESET to be set so...
I am working with production Rev 1 on nrf52840 DK v1.0.0 (2018.19). The spec section 6.35.10.2 Bulk and interrupt OUT transaction say
Until that transfer is finished,...
I am working on mesh application icatin nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for...
Hi all,
I am testing DFU example in Mesh SDK . I follow this tutorial : http://infocenter.nordicsemi.com/index.jsp . But when I execute to step 4 :
I get this error...