Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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, ...
I'm wondering if the BLE is a low power efficient when it has to be always connected to the central device?
How it can be power efficient and the BLE while connected to...
Hello,
I'm looking for details on the nrf52 DAP signals SWDIO and SWDCLK. Such parameters als min. time high, low to Z, clock duty, maximum frequency, minimum frequency etc...
I am working in a custom board which is having nrf1822 chip and I am using Softdevice s130 2.0.1 , SDK 11.0.0, RAM available is 16Kb where soft device uses 5kb of RAM,heap...
I am duty-cycling the radio, so I listen with a timeout and then power off the radio (or transmit) if no packets were received. Currently I am ignoring the address event from...
Hi,
I have programmed s212 soft device onto to NRF52 DK and also programmed ant_broadcast\tx application onto the NRF52 DK. The LED is glowing to indicate that TX is happening...
What is the maximum input voltage for the ADC on the NRF52. I found answer for the NRF51 but nothing definitive on the NRF52.
I have a photocell (or LDR) to sense light ...
Hello,
I am trying to make a basic uart communication between my nordic NRF52 dev board (PCA10040, s132) and my STM32f429ZIT6 discovery board.
NRF52 : I used the example...
Dear Sir,
I and new of development nRF51(256K/16K), I read some sdk docs, but need further information and help.
Would like to save some application information...
Hi,
I'm trying to use the same timeout_handler for two different timers. I use the p_context (as explained here ) to pass a flag to the timeout handler, so that he knows...
At the start of programm, I create a timer_id used the follow code:
app_timer_create(&m_sec_req_timer_id,APP_TIMER_MODE_SINGLE_SHOT,sec_req_timeout_handler);
when the...
Hi, I started using the nRF51422 kit today. Downloaded nRFgo Studio, Master Control Panel, nRF Connect, BLE Sniffer, Wireshark 1.10 (after figuring out that you don't support...
Hai
i am planning to make an iot project with ble for my academics. I am using arduino to control the ble.
I was done a test with blend micro to know its maximum range...
Hello I would like to use more dongles with pc-ble-driver-py. For example I want to create multiple advertisers and test that my DUT would see multiple advertisers. I tried...
Hi all,
I was looking into using a PWM for LED dimming, and in an attempt to smooth out transitions between light states, I found that there was visible flicker as the...
Hi
I want to ask what the this define
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_XTAL, \
.rc_ctiv = 0, \
.rc_temp_ctiv = 0, \
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM...