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...
Hello,
i am currently trying to add my own model to the Mesh Android App. It should just be a simple sensor model.
It already works to have an own Window, where I can...
I want to store data on a specific location in Flash, so it is available later on in a bootloader. The size of this data can be quite large (~ 300 kB). I'm kind of puzzled...
Hi,
I've developping a firmware for the nRF52832 with the nRF52DK and it work on this board and on an external BLE module from EBYTE (E73).
I want to flash an other hardware...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
I'm currently developing a custom bootloader for DFU, using I2C.
The bootloader is based upon the secure UART bootloader for nRF52832. Transferring and writing the...
Hi Nordic Team,
In the recent Nordic APAC Event, we got nRF52840 Dongle and we would like to use it as BLE sniffer.
Can you please point out some resource/link which...
On the NRF52840 what is the max speed I can program the unit at. In the datasheet SWDCLK says it has a max of 8MHz. Is that supposed to be the max. I have two segger programmers...
I am using the nRF52DK board.
I use the " ble_app_template_pca10040_s132 " for testing.
I want to advertise 2 custom UUID (SERVICE_DATA " 0x16 " & SERVICE_DATA_128BIT...
Hi,
We are in process of picking the right part from Nordic portfolio and are looking at nRF52 Series parts.
We are looking for best performance in below two aspects...
Hello,
SDK: 15.3.0
nRF52840-DK
s140
I have taken the flash_fds_s140_pca10056 example and modified it for our own use. I would like to store versioning information...
Hi Team,
I am working on nrf52840, for openthread application
I flashed cli code built with USB=1 (enables Nrf USB J3), DIAGNOSTIC=1 (enabling factory diagnostics) option...
Hi !
I use SDK:15.3.0 ,Mesh v3.2.0 and have tried official dfu example which is ok.However, When after I enable marco "MESH_FEATURE_PB_GATT_ENABLED=1 MESH_FEATURE_GATT_PROXY_ENABLED...