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:...
Hi,
my product now is base on the nrf5340, I want to set the USB's serialnumber same as the ble mac address.
when I use the nrf52840, I can set it as follows simply. ...
Dear all,
My objective is to have an external MCU send data to an nrf52840 via UART and directly send this data via BLE to another nrf52840. I started from the ble_app_uart_c...
Hi,
I am developing an ANT TX application using the nRF52832 and SoftDevice S332. Things seems to be working well ... but I need one clarification As per the ANT example...
I am running the NRF52832 (BMD-300 module) and I'm trying to talk to battery over SMBus.
SMBus is compatible with devices up to 100 KHz.
I was wondering if there was a...
Hi,
nRF5340_PS_v1.0.pdf has multiple PIDR2 values to denote engineering versions of the chip. This seems to have been removed in subsequent product specifications, and now...
Hello, I tried to use pin_change_example in SDK to catch Interrupts (at first line) but I'm missing lots of them.
How can I catch all the interrupt events without delay...
Hi all.
My product locks up after a certain amount of time. To resolve this, i need to debug it. Since it's a makefile project, i need to convert it to SES.
The project...
I have the sparkfun NRF9160 thing plus, and using the NRF Connect SDK v1.8.0 in visual studio code I can load programs like Blinky and hello world and everything works great...
I have been working and studying how zigbee protocol works, I start with coordinator, light bulb and light switch. it was fun example. However now I want to send the reading...
hi,
When I add the program inside the hrs saadc is found fatal error, DEBUG found the program stopped here
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
error_code =...
Hi
I am having some issues with running QSPI on the nRF5340DK board. After I disabled the QSPI, I found the board still having a high current consumption of 700 uA.
Although...
Hello,
We use SEGGER_RTT_ReadNoLock() in our code, and this works perfectly. Our nRF is connected to a DK, which is connected to a computer.
However, when we compile with...
Good Saturday evening,
Up until now I’ve been accessing the registers directly in my Nano 33 BLEs to experiment with Timers, GPIOTE and PPI, all via the Arduino development...
Hello,
We're building zigbee devices around the nRF5340 with the nRF SDK/zboss/zephyr. I'm working on custom boards and have based my 802154 code around the samples in nrf...