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 have a device that samples data from a bunch of sensors every n hours, and that when in IDLE must consume around 100uA. To achieve this, I'm using a counter (that...
Hi,
I connected MCUBoot and FOTA to my project. I checked that the download is working, but not stable. I saw in the documentation that you can enable the continuation of...
Hello I need a falling edge response via GPIOTE. The settings I use for sdk 16 to sdk 14.2.0 do not work. For sdk 16 I use the functions nrfx_gpiote _..., for sdk 14.2.0 nrf_drv_gpiote_...
I observed a peak of 334 ua during system-on low-power mode during idle time which is periodic around 4 sec. I am using ble with RC clock option.
1.is it waking for calibration...
Previously, I learned that BLE is capable of 1:1, 1:N, and N:N communication, but I didn't get the exact information. Can I get some information? How do you do it, what's...
What is the max current nRF52840-DK source from Vdd pins, i am connecting multiple sensors through the Vdd of nRF52840-DK i want to know how much load it can source ?
Hello,
There is a problem printing the log message. I am using SDK12.3, keil compiler and segger J-Link. After modifying the project a little, normal log output is not available...
Does the nRF9160 have an ATEX component certificate? Why there is no marking such as "Ex ia IIC Ga" provided? What exactly do you understand by the term "ATEX compliance"...
After a conversation with a Nordic engineer and some research it looks like there is no official way to upgrade a product over the air from an nRF5 SDK based product to an...
I ported the Thread Secure DFU example to use FreeRTOS, however I get a hard fault if something is scheduled using the app_timer provided.
Calling coap_dfu_trigger or handling...
We have a custom PCB fitted with the nRF52840 SOC, we've previously erased and written to it via the nRF programmer tool. However, when trying to use the nrfjprog -e command...
Hi. I am having trouble connecting nrf5340 PDK to nRF Connect app on my phone.
I am using the peripheral_uart example based on https://infocenter.nordicsemi.com/index.jsp...
My customer is using a Taiyo Yuden module, EYSLSNZWW, that uses the Nordic nRF52810 chipset. We need to configure the board for Bluetooth Qualification testing. I have read...
Hello,
I use the TP4056 charging module and the 3.7V lithium battery (300mAh) and work on sdk v17.
One of the features I'm trying to create is when the charging connector...
Hi, I'm using nRF52832 Software Development Kit, PCA10040, S132.
I am trying to test ble_app_blinky_c.
I have problem with received data from peripheral which is my...