Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
Dear Sirs,
How to advertise with nRF52810 (peripheral mode) in order to be seen by BT4 devices (Smartphones)?
Is it necessary to make a special configuration (settings...
The current dimming example is able to control 1 LED.
If I want to have a different level for each LED (and there are 4 LEDs in total) then I need to:
#define ACCESS_ELEMENT_COUNT...
I want to trigger Google Assistant/Siri/Alexa on the push of a button. I found the HID code for the home button, but I presume long pressing this will not send anything to...
Hi,
I am developing one of the code for the radio testing & in which I need to pass or select the receiving channel and at same time need to receive the RSSI value of same...
Hello,
I am newbee to nrf52840, I need to start writing code for from scratch in keil and segger embedded studio. let me know the steps to get started.
B.R.
Gourav
I am using Windows 10, 64-bit
I am using gcc tools 7 2018-q2-update (arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 7.3.1 20180622 (release...
I'm having some serious issues with the Windows 10 BLE drivers, it would seem that if you scan for anything over 2-3 hours the BLE just dies!
Anyway, I am now looking at...
Hi,
I have the FatFS example up and running with the SPI0 instance (default configuration).
Is it possible to use a SPIM instance instead or do they have some limitations...
Hello,
I have cloned the latest master repos and I am using the command line to build, compile, and flash. I have successfully built and compiled the new MQTT_simple example...
Hello,
Where is the nrf9160 in terms of certifications?
Is nrf9160 'pre-certified' yet in process or not planned for pre-certification? Which carriers are targeted by...
Hello,
While I tried to compile the project, I am facing error.
Preprocessor Definitions are
User Include Directories are
OS : Windows 10
SDK : nRF5_SDK_15...
In our product we offer the ability to scan for Bluetooth advertising messages, however obviously scanning continuously requires quite a large amount of power.
If we want...
I'd like to better understand 2 aspects of the Radio Test example. My apologies if this is a repost, but I wasn't able to find complete answers elsewhere in the forum.
1...
Hello All,
i am working on nRf52810. for programming i use segger embedded studio in windows 7. For reference i use nRF52 SDK 5.2.0.
right now i am try to make application...
Hi,
I have to prepare my devices for certification and I am hoping to use the radio test example as suggest by most people here on the devzone to be the most convenient...