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 recently bought this nRF51822 module www.ebay.in/.../252563375286
And I have a nrf51 DK PCA10028 with me. I am tried to upload codes to the module following the...
I'm prompted to select the target device for a new uVision project. As far as I've found so far, they both are the larger memory variants (256KB).
segger.com/jlink_supported_devices...
Hi,
How can one calculate the distance between two beacon based on RSSI values?
How can one find location based on RSSi values of the beacons ?
What are short comings...
I tried the Bjørn's code : devzone.nordicsemi.com/.../
I didn't make it... Could you help with a simple code you've tried for adxl345 ?
Thank you
Yassine
Hi Nordic!
On the radio_test example, the functions scanf and printf are heavily used, however, I haven't found where they are defined. This example is reading the data...
I really need your help regarding a problem. I developed my own pcb with nrf52 and verified it with your hw engineer. I just finished soldering and hooked it up with your...
Hi,
Is there any ready made app of NRF52 and NRF51 ( beacons), where beacons are communicating with the NRF52 and based on some nordic app for PC we can view that how many...
I have created a BLE peripheral device using nrf51822. I have used sdk12.0.0 with soft device 130 and I am using NRF connect mobile app to test my device.
When I connect...
Can I create Characteristic with Notification only, no Read, no Write
I can remove the //char_md.char_props.write = 1;
and only the Read and Notify Properties show up...
Hi,
I am totally new to NRF52832 chip and I want to use ANT+ in my sensor networks related project. I am using keil compiler and S332 softdevice (I am also using BLE therefore...
Hi,
I am working for the first time with NRF52832 flash data write. I have (ANT + BLE) application and and I basically want to save the data in ROM in order to keep it saved...
Designing a custom pcb, we have a few questions, and maybe you could help a little bit.
On this Nordic design ,before proceeding to layouts :
Can I skip pins 45/46...
So im trying to create a generic library to test any Bluetooth device. So far i can connect to the device but since i dont know what are the services and UUID available im...
Tried Flasher Portable Stand-Alone Mode with J-Flash 6.14 as following:
Create .jflash Project for nRF51822-QFAA
Open Data .Hex File
From J-Flash, select Target...
Hi,
This is obviously not the first question about this, but I still haven't found the answer I need here...
I would like to make a kind of serial to BLE gateway on...