Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
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...
Hello,
I am developing a remote device which uses system off mode for idle state. I also have the condition where extra long press of any key that is beyond the long press...
My Peripheral is using the ble_conn_params module. I'm seeing that if my Peripheral calls sd_ble_gap_disconnect() soon after making a connection, the module will sometimes...
To the kind attention of Nordic support team,
I'm studying documentation in https://developer.nordicsemi.com/nRF5_SDK/nRF51_SDK_v5.x.x/doc/5.2.0/html/a00140.html where it...
Recently I check back again into att_mtu_throughput example in SDK 15.2. there seems to have some updates than in previous SDK, and I see this BLE_GATT_EVT_DATA_LENGTH is...
Dear all,
I am using the following peripherals in our product.
1. TWI Sensor
2. BLE
3. APP timer (1. to poll a gpio pin & as RTC)
4. SPI flash
5. 2 Edge sensitive...
Hi,
I am using nrf_queue to store data in queue which is inserted with time based interrupt at several milliseconds. Also same data from queue is fetched at bulk.
I am...
Hi,
I have modify a BLE program from ble_app_uart by using SDK 15.3, but the system will crash when I do following test:
Please find attach file for my code.
Step1...
I want to double check current draw in the nRF9160 low power modes and need some help in making sure I know how to do so.
I plan to use an oscilloscope for measuring current...
I hear that the GPS should now work with the onboard antenna of the nRF9160 DK for versions 0.8.5 and later. I also read that the asset_tracker application has been updated...
Hi All,
I'm referring to generic on/off ble mesh example code and we are in the development stage.
I would like to know which pins are used for PA and LNA in the example...
HI
In our application we are using "app_sched_event_put" function but its showing [NRF_ERROR_NO_MEM] when i debugged it please look the screen shot.
The sdk we are...
Hi:
for "ble_app_hids_mouse" example ,it has SWIFT_PAIR_SUPPORTED.
Does HID_keyboard also have this feature?
Could I move swift_pair from "mouse example" to "keyboard...
Hi,
I have an ADC which is interfaced with the nrf52.
The samples from the ADC are collected every 2ms (500Hz sampling rate). I store these samples, and when the number...