EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
The user manual only tells information of pins , active low such things of led on nRF52832 Dk. There is no detail information of components on nRF 52832 DK board. So, can...
After reading the FAQ on DFU I still do not understand how the bootloader and SD DFU are performed so that a failure during the upgrade does not brick the device (see answer...
Hi,
I have some queries about ESB RF Communications.
1.The address : is it possible change RF communication to one node(Tx) to multiple nodes(Rx). If Yes, Where can...
Hello,
I found that after using SPIM I have forever additional over consumption (additional 400-500uA).
It was solved here in forum
And there is errata 89
[edit]...
I use Gazell to acomplish one host --two device.When i just have one device,everything is OK。But when added to two,it cannot work.
I think,whether channel of two devices...
Hi, I am looking for the test report on the bluetooth emission of the NRF52832 that we use in our product. Could you send it to me by email? Thanks,
Emeline
Greetings,
I have been using the nrf sniffer and Wireshark successfully for for the past month or so. Today Wireshark stopped filtering for the device(s) selected in nrf...
Nordic Team,
I was hoping you could create a similar post to devzone.nordicsemi.com/.../ but one that was dedicated to possible improvements and feature requests. This...
Do you have any recommendations on measuring the voltage of a lithium battery (e.g 4.2V) using nRF52?
Obviously you can't measure directly as Vbatt > Vdd.
To use a simple...
Hello,
I am working on ble characteristics tutorial. (F00D, BEEF example)
I flashed the program and tried to scan my nrf52 DK on my Android phone.
Some parts of my Android...
I am designing with nrf52832 and experiencing some connection issues at 0C. The system gets disconnected every few seconds with 32k crystal, but no issue with RC oscillator...
Hi,
We want to upgrade our product from SDK9 to SDK12.
I already check the below questions.
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
devzone.nordicsemi...
Hello!
I have
uint32_t adc_value (from external ADC converter)
And try to send it value through ble. My code:
main.c:
....
for (;;)
{
Weighing();
power_manage...