I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
I uses S110 V6.00 softdeivce ,v5.20 SDK, and the nrf51822QFAC chip.
now I use the 32k ram ,but it is wrong.The program is not run.
I only use the 16k ram ,as same as nrf51822QFAA...
Hello everybody,
I'm trying to make TIMER1 working on nRF51822 together with softdevice.
In particular I would like to drive an interrupt line that goes to another microcontroller...
Let me ask you a communication sequence between nRF51822 and peripherals.We assume 5 peripherals.
In a sample program for multilink, original sequence is that 5 times repetition...
I'm trying to have an nrf51422 using S210 go to sleep and wait until it gets a signal from another ANT device to wake up. The other ANT device (master) will not always be...
Howdy,
We're gearing up to program about 4,000 nRF51822s. They'll get the BLE version of DFU plus a stable version of our own code. For future production runs, we'll likely...
I have a fairly mature product based on the nrf51422_aa with soft device s310 version one using the GCC toolchain. I recently ported the design to the latest SDK (9.0)and...
My application currently uses 2 nRF24LE1 for communication. I am porting over one side to the nRF51822. My first step is just trying to send out packets from the nRF51822...
Hi,
Is there any documentation where I can see the exact meaning of the following properties related to Bluetooth Smart support on Android?
-Native HID supported
...
I am trying to communicate with a SPI peripheral acting slave to the nRF52 master. I am using v0.9.1 of the SDK, the example is called spi_master, with the uVision project...
Hello,
I have modified the nRFUART App for Android in order to connect and receive notifications from two different radinos nRF8001.
There is no problem to establish the...
Hello everyone,
I am encountering an issue that i have downloaded the ble_app_gls example after that it asks me ato enter password i have entered the passkey: as a password...
I'm working with a BLE central device using S120 which is base on ble_app_multilink_central source code.
My problem is that I cannot connect to the peripheral ble tag device...
Hello all,
Before making deal with advertising in my project I read the tutorial and it helped alot.
I need to develop application with 2 cases.
In some way I prepare...
Hi,
I've finally managed to create a functional app for nrf51822 dongle which sends and receives data via BT and UART.
But, I have low transfer speed over Bluetooth...