Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
Hello,
So i recently bought a PCB with a nRF51822 microcontroller and accelerometer. The accelerometer that is on the PCB is the lis2dh. Now I want to program the nrf51822...
hi guys ! i'm looking for help with the creation of a ble service for a nrf52840 dev kit.
i tried following the tutorial https://devzone.nordicsemi.com/tutorials/b/bluetooth...
hi!,everyone:
i found if i open the watchdog in the code, it reset the system according to the register CRV, can i close it before it reset the system?
hi,
i am using nrf51422 with sdk13.3.0 and soft device 130
i want to send 69 bytes of data,which is the best way to increase packet size
By creating custom service,can...
Hello All,
I made 2 custom boards, both mount a n52840 QIAAC0 chip. I was able to program them using the "ble_app_uart peripheral" and "ble_app_uart_c" codes that I found...
Hi,
Board: nRF52840 PCA10056 Development kit
Keiluvision 5
SoftDevice : S140
nRF-SDK 15.2
SDK example code: ble_app_uart
Hi, I want to change the BLE range...
Hi,
nRF905 is still manufactured, right? I didnot see anything on Nordicsemi, but I've seen on Farnell's web page "No Longer Manufactured" and on digikey it was not available...
Hi!
I'm using nrf8001 to send twenty 20-byte packets to a phone application. The connection interval I use is 30ms. However, I takes 5 seconds to send the data to the phone...
Hi, I want to advertise each 3times every 5seconds as sometimes beacon scanner can't read it so I need 3times in series advertising.
in main() I added 3times advertising...
Hi there, I am working on NRF52 DK, SDK15.2 with SD 6.1.0, The issue I am facing is that the DFU service is appearing on Android device and I can update apps using NRF toolkit...
I am trying to connect nrf52832 with custom android app, after connection established beacon sends message. Sometimes I can establish the connection after 8 tries, sometimes...
Hi,
I'm working on a project which uses two nRF51822 (SD130 and SDK v11.0) on mobile devices. Device A is continously advertising and device B scans for a fixed interval...
I'm looking to sync an ADC reading with the PWM output. I'm using PPI for this but fails to make it synchronise properly with the PWM.
I'm getting interrupts and sampled...
Hello,i am using nrfsdk with softdevice 6.0.0 in my application and by using it i am trying to connect my mobile uart application with my BLE .but i am facing some issues...