Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
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 Nordic,
We created a firmware based on the eddystone example in nRF5_SDK_17.0.0_9d13099,
I modified the macro APP_CONFIG_ADV_INTERVAL_MS_MAX in es_app_config.h from...
Hi,
After connect, we add services/characteristics, and call sd_ble_gatts_service_changed(),but it also return BLE_ERROR_GATTS_SYS_ATTR_MISSING. I have enable NRF_SDH_BLE_SERVICE_CHANGED...
I'm struggling to get my nRF52840 DK to appear in nRF Connect (3.6.1), but I have no issues with connecting the nRF52840 Dongle.
I have been using this hardware for a couple...
My aim is to use a nRF52832 for a Bluetooth peripheral device.
- I just started with a fresh SES V5.44 and downloaded the nRF SDK 17.0.2 - I imported the example "ble_app_hids_keyboard_pca10040_s112...
My product needs HMAC using sha256.
I looked at the \nRF5_SDK_17.0.0_9d13099\examples\crypto\nrf_crypto\hmac
It has been written for nrf52832. My product uses nrf52810...
After the call is initialized and started (nrf_drv_pdm_init nrf_drv_pdm_start), the callback is executed only once. It needs to be re-nrfx_pdm_buffer_set each time in the...
Dear friends,
I flashed a mesh serial example and fetched the Composition Datacomposition data by composition_data_get(), as below code:
I wonder the meaning about the...
I have implemented nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_beacon\pca10040\s132\arm5_no_packs code for iBEACON.
I am able to run it and able to see the advertised...
Hello,
I was using the send example which is located in C:\v1.5.1\zephyr\samples\drivers\lora and trying to send a message to an Arduino LoRa gateway.
However, I found...
Hello everyone,
I am stuck at a problem that I cannot resolve myself but I see that other people in the forum don't experience such a behaviour of their nrf52832s.
I want...
Hello,
I've been using SES for ARM (Nordic Edition) V4.16 (64-bit). I am working with nRF9160 sample code. While attempting to explore the code, when I right click on...
The program flow of the slave is to sample the analog signal source through the saadc and then send it to the host through the nus. When debugging on nrf52dk, configure the...
Hi,
In my main function, I just call a acceleration_read function to get data from the accelerometer sensor and call a NRF_LOG_INFO function.
But there're something wrong...