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,
I have been trying to get RTT to work with the nRF52810 but trying to compile the examples leads (as usual) to errors because there are a load of libraries and files...
Here is my program:
#define EXIT_PIN 31
void EXIT_Init(void) {
nrf_gpio_cfg_input(EXIT_PIN,GPIO_PIN_CNF_PULL_Pullup);
NVIC_EnableIRQ(GPIOTE_IRQn); NRF_GPIOTE->CONFIG...
Hi,
Our project is 2D-3D mouse. we are using nordic "ble_hid_mouse" application with some required changes for our application.
SDK we are using is 15.3
ISSUES ...
Hai,
we are using nRF52832 and Nordic connect for our development and testing work
we are facing disconnection issue on android after ~3min so we changed the CONNECTION_MIN_INTERVAL...
Hello,
I tried to configure Ozone for aws_fota sample without any success. I loaded elf files but one is debuging mcu boot and the other never access to the main. Do someone...
I just get one NRF9160 DK(PCA10090 0.9.0) to test the default asset_tracker application with Basis Simcard in the Oslo area. The modem firmware is mfw_nrf9160_1.1.0.zip. I...
In order to implement the standard RSA-PKCS, raw data must be signed with the private key without performing a hash.
All the CRYS functions wants either a HASH as input...
I want to drive a WS2813 led strip using a NRF52810, as NRF52810 does not have I2S, is there any other way to drive the strips. Do you know if there is any library for doing...
Hi,
I am using nRF52832. The chip is connected by SPI with main board on which Nuttx is running.I am developing code to download file from external device using blue-tooth...
Hi
Good day!
We are working on the BQ24715 Digital Charge controller IC and it has got an SMBus communication port and tried to set up communication using the nRF52832...
I am not able to bond with the thingy52 after connection with nRFconnect android app. Because of which I am not able to reconnect to the device. My main aim is to reconnect...
Greetings!
This is about the errata published by Nordic, i.e., software workarounds from Nordic for a given hardware revision.
Example: nRF52840 Errata
https://infocenter...
I have created a customized android app which hosts a form like structure of a patient arriving in hspital. I wish to send these data to nrf52840 dongle which inturn stores...
As the website of nordic shows, I download all the softwares and drivers to build a bluetooth network based on mesh nodes. However, when I open the nRF Connect, I can't select...