Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hello
I am working on BLE custom board NRF52832 design. I have made 3 PCB for it and out of three, 1 PCB working fine and rest of the two connects with the BLE but doesn...
Brand new Thingy91 PCA20035 out of the box.
Plugging in the USB and turning it on, the nRF Connect Programmer alternates between 'Select device' and 'No devices available...
Hi, after a couple of months of inactivity I try to rebuild my Zephyr-based application under nRF Connect SDK, tag 1.3.0. I’m dumb-founded to see this unexpected print hereunder...
Hello,
Is there any complex documentation how to implement MSC on custom block device ?
I need to implement NAND flash memory in specific way, but I don't understand how...
Hi,all
How to filter the scanned broadcasters by short name ?
I have been set 'CNT' define, and compiled without any errors,and it worked, but the filtering strategy didn...
Hi,
To automate some testing procedures, I was wondering if it is possible to use the firmware, which runs on an nRF5x to connect to nRF Connect for Desktop, but with a...
Hello all,
I'm fairly new to BLE and Linux BlueZ.
I'm trying to interface a Mikrobus BLE module based on nrf52840dk to our Yocto based Linux SBC (Rugged board i.MX6-UL...
Hi Nordic Team,
I am new to embedded developing and I am learning about logging data while working on nRF connect sdk" .
kit:nrf5340
SDK: nRF connect SDK v1.5.0...
I'm finding that the MCUBoot stays stuck in bootloader mode sometimes when using a CONFIG_BOOT_SERIAL_DETECT_PORT.
I've narrowed it down to setting up the GPIO as input...
Dear !!
Good day!!
I want to change the device name using command from mobile along wither after setting the device name i want update the Password, so can you share...
So,
I've got a working framework for my project - a battery powered appliance that will occasionally trigger one of two solenoids, timestamping the operation and subsequently...
I've got an issue where calling a function is overwriting a variable in the calling function. See attached screenshots. In the first, byte is 0x1b. After stepping into the...
Hi,
I am trying to send data over UART to a dispensing unit using Space Parity but am unable to do so since NRF51 only supports Even Parity. Is there any work around through...