Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi all,
I wanted to know the default values for the different NRF Radio paramateres in the ble_uart example.
I want to make some tests but not sure what is set as default...
Hello sir,
we have completely develop product using nRF52832 and S132, sdk13.1, and its great working fine with BLE. But for same application we want to use wifi module...
For my audio application, I need to convert pcm out from pdm module(nrf52832) to an audio format (mp3,wav) continuously. Is there any method or procedure for this??...or any...
This may be intentional, or an oversight but the
uint32_t app_gpiote_user_register(app_gpiote_user_id_t
* p_user_id, uint32_t const * p_pins_low_to_high_mask, uint32_t...
Dear All,
I am starter for nRF52832 DK. Could you please tell me where the start point is and where I can find demo programs ?
Thank you so much.
Best regards,
...
I want connect with password with my nrf52832 via Android phone. How I can do it? I do not want to do pairing how in example project "ble_app_gls". I used Android 6, SDK14...
we have used the ble mesh sdk v0.9.2 to implement long range ble mesh network on nrf52840 SOC
it is successfully working with s132 softdevice. with default configuration...
Hello,
I'm trying to switch from softdevice s332 v2 to s332 v5 (tried also v4), but I get this error: "region RAM overflowed with stack".
I'm guessing the problem is in...
Hello! I am testing project "ble_nfc_pairing_reference". When my NFC device touch the NFC antenna on the device screen is written: pairing; connecting; could not connect....
Hello,
I have an nRF52 DK, running S132, as a client. After scanning and connecting, I use ble_db_discovery_start, which finds the devices of interest, connects, and finds...
As the title specifies, on writing to the registers mentioned, I receive a Fatal error.
Here's the test code
void save_ram()
{
__DSB();
NRF_POWER->RAM[0].POWERSET...
Hi,
I would like to know if anyone ever tried to alter the SEGGER J-Link OB Code that goes on the ATSAM3U2CA-AU IC (this is the IC that controls de PCA10040).
I'm asking...
Dear support,
I am working on some custom boards embedding the nRF52832-CIAA chip using SDK-v11.0 and s132-v2.0.1.
I have got 9 custom units and out of them only 4 work...