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,
I am trying to use the Android-BLE-Library with my nRF52832 device (I do have another test Android app which can work w/o using the library).
I followed the Github...
I am porting RF evaluation code to the nRF53 NCS/zephyr/Segger Embedded Studio toolchain, using only the network core to start.
How do you recommend configuring the network...
Hi,
I am trying to install Command Line Tools on Ubuntu 16.04. But I am not able to find the download link for it. The page shows ERROR 404. Can someone direct me to the...
Hello,
I am need to add voltage sampling functionality to existing FreeRTOS framework on a low-power BLE device. When I enable BLE, I get 3mA of current, which stays there...
Hi,
When I call sd_ble_gap_disconnect( m_conn_handle, BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION), it usually takes about 100 msec, and come back with event BLE_GAP_EVT_DISCONNECTED...
When not using the SWD port I would like to pull up the SWDIO and SWDCLK lines high. Does the NRF52810 have internal pull up on these two pins? If not, what value pull-ups...
Hi,
I have received nRF52840 development kit recently and I am trying to work with Proximity demo application on my mobile phone. The problem is no device is shown on the...
My Project involves adding BLUETOOTH mesh to a current product.
In that product we use the Flash Data storage library to read and write flash. The SDK for mesh documentation...
Hi ,
I tried to download nRF Command Line Tools for linux 64 bit from your server today (01.22.2020). Even though I chose linux 64bit operating system, clicking on link...
Hi,
I bought an nrf51822 beacon from ebay, it has an LED and a button. I am trying to figure out what pins the LED and the button are connected to, without much success...
Hi,
I have cloned code from https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo and everything was looking great.
I have built and loaded code to my 2...
Hello,
on nrf52832, sdk16 S132, I'm using timer 4 and Compare system to step forward in a PWM sequence. everything is going very well until I have more than 3 PPI Chanels...
Hello,
I am using BLE peripheral. I want to send more than 200 bytes of data to the mobile phone. What I need to do in the characteristic definition and after that.
...
Hi .. i am new to pwm, i want to drive the gear motor for that i need pwm pin , which pin i can configure , how to do ? how to configure the pwm pin . which example will be...