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...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
Hello,
This subject is partly a conclusion and partly a question I would like confirmed.
Our scenario is that we would like to fetch flash logs over BLE, but not really...
“EBSHSN” is reset by the RESET pin when the control CPU shifts to sleep mode when the terminal device is stopped. When measuring the current consumption in this state, about...
Hi, nordic.
I've been developing a product with ws2812B.
As I know, ws2812B is needed around 5V to work well.
And I measured voltages on 52 DK board.
VDD pin has...
Hi,
I designed a customer board and defined my own board header file, which is pretty much copied from pca10056.h. One question I encountered is I somehow couldn't toggle...
Hi,
I try to develop a fix that should allow me to use the pc-ble-driver to receive scan responses (see https://devzone.nordicsemi.com/f/nordic-q-a/50082/pc-ble-driver-no...
I have one doubt that why there is elements or models in Bluetooth, it can be simple as sending messages and then translate them into useful work, in this single element and...
hello,
inorder to send a string over ble from a slave to master or master to slave what is to be done??
is there any function for us to pass the string??
I want to understand the meaning of "standard drive, low frequency" GPIO pins. The datasheet mentions to use these pins for frequencies below 10 KHz. Does this limitation...
HI
I have to sending a sequence of 768(96 bytes) bits to program a custom piece of hardware on a single data line. Initially the line is low for 500ns and then each bit...
Hello. I'm testing ESB examples with nrf52832. Want to understand which max speed I can reach with that protocol? Some devzone info says that 1.8mbps can be reached. But among...
The assumption that `fds_record_find` returns records for NOT CHANGING file_id and record_key in the same order they have been written IS WRONG. The documentation sub-section...
Hello everyone,
we are developing a bluetooth application based on the relay example included in SDK 14.0.0. We have already developed our own services and characteristics...
We are working on a combination 52840/9160 board, and after having much success with most software components, have run into a roadblock with the more complex Bluetooth samples...
I am trying to create a custom board file in the ncs/zepher/boards directory for our nRF9160.
If I copy the nrf9160_pca10090 directory to a new nam eg. nrf9160_newboard...
I am using NSDK 15.3, MeshSDK 3.2.0, SoftDevice 6.1.1 and nRF52840 DKs.
Hello, I have followed the documentation for the DFU over mesh here and successfully upgraded a board...