Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
Hi dear Nordic engineers and enthusiasts,
I am currently testing and researching on the functionalities of Nordic Thingy 52 in Bluetooth Mesh . I have tested with the provided...
Hi
I am trying to use the TWI on nrf52840 but i am unable to get it to work. its getting stuck somewhere. I dont have a logic analyzer so i am unable to check if the signal...
Hi,
I'm doing some experimental evaluation of BLE Long Range. I use the ble_app_att_mtu_throughput example with parameters:
ATT MTU: 247 bytes
Data length extension...
I am trying to test out the whitelist that I have created for the nrf52832 client. I have edited the whitelist so it will only allow one device to be bonded and added to the...
Hello, We have choose NRF52840-QIAA-R for our design, can you give me more infrmation on microvia use between layer 1 and layer 2 please?
What is drilling and pad dimension...
hello,
When looking at the 3 different migrations scenarios at
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/nrfx_migration_user_guide#getting_started_replace_nrf_drv_options_migrate...
Hi, just posted this question on the Github project of the iOS app but I think this is the "official" place to ask...? :) anyways https://github.com/NordicSemiconductor/IOS...
I am trying to upgrade from nRF Connect v2.3 to v2.4 for Windows 10 (x64), but antivirus software(offline (Avira) and online versions) gives warning message "BDS/Androm.hrhsn...
Hi,
Downloaded the nrfconnect-setup-2.6.0.exe file.
Scanned it with www.virustotal.com, and it detected a W32/GenBl.55BA2A95!Olympus virus.
Can you please check it up...
I would like to use the nRF52840 as the subject device in a EE Capstone design course. Compiler tools (both Keil and Segger) work well and will be easy to teach but I am unable...
In the "sdk_config.h",there has two options, one is TIMER_ENABLED,the other is NRFX_TIMER_ENABLED, and in the sample ,there also have"nrf_drv_time" ,what's the difference...
I am trying to program an EBYTE 2G4M04S1B module. After connecting to the NRF-DK, in nRFgo Studio, I get the "No device detected, or readback protection may be set GUI", but...
Hi,
I try to implement the access to the SoftDevice functions in an application. I started with the TWI example and want to implement fstorage module from the SDK (SDK15...
The file components/libraries/serial/nrf_serial.c in nRF5 SDK is used for UART serial tx/rx and has support for timeouts. There appears to be a bug with use of timeouts. ...