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...
Hi Team. There is a connection between nrf52840 and esp32-wroom over uart. Uart settings: baud rate - 115200, data - 8bit, HWFC - disable, Parity - excluded, stop bit - 0...
Hi. We have a project we would like to move to an nRF52840 SoC. I have modified the hid generic example to connect with our test software which basically can send and receive...
Hi all!
I want to make my first code in my nrf51 dk (i have an PCA10028). I have experience with M0 and other uC, but i have never play with BT.
Could you guys recommend...
Hi,
I'm trying to improve throughput by increasing the notification buffer number to 6. (SD132, V 5.0.0, SDK14.2)
I tried to follow the sequence charts as well as use...
I'm in trouble because I can't get my expected Logs in WireShark with nRF51822.
[Enviroment] ・I use "User Guide v2.2" and I installed according to this document. ・My PC...
Hello,
I'm using the nRF52832 DK to implement the light switch example in mesh SDK. For this example I'm using nrf mesh app as the provisioner and in this app , to add a...
nRF52832 power consumption is high after the SPI peripheral is used (approximately 400uA of extra current consumption). I expect it has something to do with the high speed...
Hi,
I am using the nrf52832 board for my project.
I am using the NUS example as a base for my project.
2 services are provided by this application i.e RX Characteristic...
I'm trying to flash a Nordic Thingy. I have it connected to the debug port of a nRF52840-DK, nrfjprog --ids lists no boards, however.
However pyocd produces:
...
I have a question about bonding with "Peer Manager".
I am using the sample project "ble_app_multirole_lesc (SDK V15.3.0)".
I am bonding by "Peer Manager". When bonding...
Why does SPI not work with nrf_delay, from this previous question
devzone.nordicsemi.com/.../
Surely the SPI SCK is a PWM or other timer/interrupt driven clock?
Also...
When i use nrfutil to perform DFU it is passed, but when i send it through STM32 dev kit it Hash validation failed. but however i can see the CRC is correct.
Hello,
I have an AMS AS7261 light sensor that I'm using with my NRF51422 DK to take a light reading, pull it using nrf_drv_twi_tx/rx, and send it over BLE. However, when...