I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hi Gentlemen,
i want to pair my mobile(central) with peripheral device by entering passkey
note: No input or display on peripheral device
suggest the method with sample...
I use 51822 HW TWI to become master.when i send the first byte(Address+write or read bit) to sensor,the event TWI-ERROR is set.Who can tell me, what is the cause of this event...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
Hello everyone,
Please forgive my continued naive questions. This is my first embedded-systems project.
I have been working with an nRF52 development board and SDK 0...
I've used the very well written IOT examples with no problem on a R PI, Ubuntu PC, and BBB all with 3.18 or 3.19 kernels. I've moved to 4.1 and 4.2 kernels and the behavior...
Does Nordic have an example iOS app that gets triggered by the beacon without having the app open?
This is really one of the main needs in beacons applications. Thanks!
Hi, the document nRF6930_Beacon_Ref_Design_UG_v1.1.pdf states:
4.2 nRF Beacon app for Android
The nRF Beacon application is available for download in the Google Play store...
Hi there!
I've successfully built the ble_app_hrs example from SDK 0.9.2 for nRF52 on Mac, using Eclipse and GNU ARM GCC.
When I debug it with JLink, the application...
Hello,
I'm wondering if it is possible to use the Bluetooth without using the scheduler.
Indeed, I'm developping an application which doesn't use Bluetooth up to now,...
Hello,
I am programming nRF51 on Keil. My app uses BLE with softdevice S130, PWM, and I2C communication with two sensors. Also RTT for debugging.
I have already reached...
Hi there!
I use RedBearLabs Nano (nRF51822) for at setup where I've developed BLE code in Arduino to communicate with apps on both iOS and Android.
Now I need to ensure...
Hello,
We recently received an eval kit the the nRF52832, but we were told not to take current measurements with this version. This presents a problem since we are evaluating...
I am using this mbed workthrough, to create a custom GATT Service in C++. However, this code only creates characteristics with UUIDs:
uint16_t percentageUUID = 0xA002;...
This thread mentions having the master read the DFU Revision Characteristic to determine the DFU revision. I've based my DFU and application off the dfu_dual_bank_ble_310_pca10028...