Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
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...