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...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
Hello,
I wanted to know how to syncrhonize the FDS_INIT event coming from the FDS. Indeed, it seems FDS is intialized by BLE stack but i want to use it before BLE starts...
Using nrfutil to flash devices via BLE requires, as per `nrfutil dfu ble --help` a second device to be present, and an inordinate amount of additional dependencies which make...
Hi!
We are using the nRF52840 for developing a product, and for testing purposes we would like to have the possibility of setting individual GPIO pins on the 840 chip...
Hello everyone,
I've been messing around with a nrf52840 dongle we've got in our company and I wanted to restore it to the original state, but I cannot find the hex file...
Hello,
I've uploaded the Asset tracker example via SES version 4.20a. Uploading works just fine but when I open LTE link monitor, I see that the board constant reboots....
Hello,
in my application I want to power the nRF52840 with USB at the VBUS pin or a 3.3V external supply at the VDD pin.
I wonder what will happen if someone plugs in...
Hi,
My problem is that reader sends PPS command (both DRI & DSI set to 0) for which there is no response/confirmation from library, and I don't know how to implement this...
Goodmorning, I have a new Thingy 52 and I can"t get it connected to my phones. The old phone has Android 4.2.2 and the new one Android 10. On the I Phone it works perfect...
Hi
I am using Nordic softdevice S340 for developing a proximity search project. The softdevice function "sd_ant_prox_search_set (uint8_t ucChannel, uint8_t ucProxThreshold...
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...