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 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:...
Hello, I am using NRF52840, I tried to use Jtrce for debugging but the results are unreliable due to design of the nRF52 target device in regards to the trace clock speed...
Project context: -------------------- Server BLE for home trainer diy Target (Bluetooth server) : Bluefruit nRF52 The feather Library : BluefruitBLE Client : nRF Connect ...
Hello,
I am in the process of writing a custom application for a custom board for the nRF5340, but have run into some odd behavior with SES when I started changing around...
Hi,
SDK 17.0.2
I notice a startup current sequence (shown below) which is consuming around 8.3 uJ. I would like to know what operation on startup is causing this surge...
I've added:
zephyr_code_relocate(src/main.c SRAM)
and
CONFIG_CODE_DATA_RELOCATION=y
However, this only relocates by main to RAM. Vectors, kernel, etc, are still going...
Using 52840, I would like to drive an ADC chip - and it needs to get 800KHz. sampling speed (800/16=50KHz) should be accurate
* a timer isn't an option - not accurate enough...
Hello,
I have a Thingy91 which was previously successfuly paired to nrf cloud. I deleted the device from nrf cloud and provisioned new certificates from nrf cloud (and uploaded...
I am trying to set up a peripheral connection between an nRF-52840 and an iPhone via my team's iOS app. The board connects normally via the Nordic Connect app and shows the...
I have configured the server with max mtu size of 512 and changed the start location of the app to allow for a larger SoftDevice. I have done this both for an mtu of 512 and...
In one of my projects, UART interface is used for the communication of external sensors. During the power consumption test, I found that when 9160 enters the idle state, its...
Hello,
I am having nRF 52840 SDK for which I am able to control leds of sdk using ble app blinky example through android mobile.
Mean while, in nRF mesh provisioner example...
I'm having a bit trouble here getting migrated to LPUART on a working nRF9160 <> HCI BLE on nRF52 (On the Thingy91). As far as I can tell my .conf and .overlay files are what...
Hello,
I've run into a problem, which seems at least to be similar to that described in another thread . In short, if I set up a counter with CC[n] and start it, a COMPARE...
Hi,
I would like to store important information (few MAC addresses) in flash memory at manufacturing stage. Then my program will be able to read these information thanks...
Hi ,
My environment:
nrf5340 DK board
nrf connect SDK v1.5.0
segger Studio IDE
I would like to establish communication from application core to network core...