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...
Currently i am creating the ibeacon app for nRF52. App is able to display UUID, Major and Minor number of surrounding beacons. But is there any way to change the major and...
I have connected (BLE shield + Arduino Mega) with uploaded some Excercises code, It's working for 30 minutes with paired android device and disconnecting automatically.
...
Hello everybody!
I have a problem with compilers for nRF51822.
My problems: I create a pwm signal ~38Khz, duty 30% at pin 30 of nRF51822. This process is work well. I...
hi i m using nrf52 with a pi and the gatttool. pi as master and nrf52 as slave. i want to change the mtu but i got no answer from the nrf52 as you see in the log! do i have...
Hello, I have project to do, but I have too less knowledge about NRF's, I've tried almost all information sources and libraries, but no results. I have to make, that one PIC...
I lost many time and check 3 examples for various versions SDK, in all cases device can t connect to smartphone. Check with appl. "nRF UART 2.0" and last "nRF Connect". Applications...
I've spent the better part of a day trying to get the UART demo to work and I'm not having a lot of success. I did get it to connect and transmit data once - I think that...
Just noticed through some experimentation that the SD 7.1 Stack rejects Non-Connectable Advertising Parameters if the interval is less than 152.5msec? Error: NRF_ERROR_INVALID_PARAM...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hello,
I am developing a wireless sensor network to exchange body movement acceleration data with one Master and several Slaves. In the developing phase I am using the...
Why would sd_ble_gatts_characteristic_add() suddenly return NRF_ERROR_NOT_SUPPORTED?
It is not a documented return.
It happens only when adding a device information...
Hello,
I want to implement BLE central for Health Thermometer Service using nRF51822 with S130 SD
I used the example ble_app_hrs_c as a reference, but I don't see an...