Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi,
I need to enable PIN based security for my dev. project on Nano 33 BLE, by PIN security I mean force mobile app to enter a hard-coded PIN to connect to my BLE device...
Hi,
I'm working on a simple app that is supposed to generate a CSR and have it signed by a web server. The problem is, I can't even get zephyr to build the components...
Hi,
i am working with ic nRF52832_xxAB. example provided is based on nRF52832_xxAA. creating ram size issue. how to select proper ic numer, flash and ram sizes.
Hi,
I am currently working on a custom flex board using the Taiyo Yuden EYSHCNZWZ (based on the nrf52832). I am able to program the device with the soft device, bootloader...
Hi,
I'm designing a PCB based on the nRF52 Dev kit.
I just need a BLE module with the nRF52832. My question is if I use the ports p19 or p20, do I really need the ATSAM3U2C...
Hi
I am trying to write 200bytes of data in flash memory ,
but sd_flash_write() returns error code NRF_ERROR_INVALID_FLAGS.
and i couldnt find out the reason for that...
Hi
I wanna use second pin of nRF52832 as a gpio output pin.
I'm using software as a follows.
・nRF5_SDK_17.1.0_ddde560
I don't know which function programs I must use...
Dear, 1. what maximum voltage may be applied through the two pin connectoe marke External Supply on nRF5340Dk kit? 2. Does the Debugger works with external supply also or...
Hi,
Simply asking, what is the difference between nRF Connect SDK and nRF Connect Desktop? I would like to program nRF5340 DK with a feature of ble coded PHY (ble with...
Hello,
52840 MAXIMUM_TX_POWER is 8dB,
it support long range transmission,see Test reports & deployment recommendations — Fanstel
5340 MAXIMUM_TX_POWER is only 3dB...
we are using "nRF5_SDK_17.0.2_d674dde" and nRF52832 chipset to develop software, after build via SES, we try to merge the app hex file and softdevice file, but it fails. ...
Hi,
We want to know more about DMA in I2C,
we are using TWI Master and Slave drivers as mentioned here in this blog https://devzone.nordicsemi.com/guides/nrf-connect...
I've been trying to build blinky using the nRF SDK from the toolchain manager with no success on windows 10. I've previously been able to build projects so I'm not entirely...