Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
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...