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 Team
We are using nrf52832 in our one project. we just want to know the power down state. how we will put the nrf in power down and what actually happens in nrf when...
We have a design where 9160 is always battery powered (, and only the RESET-pin is the way we have to shut it down (keep in reset).
Probably this design might not be the...
i am using SD S140.
i have a 300us period that must take 300us, no more, no less.
for this reason i must call __disable_irq().
when i do it i sometimes get app_error_fault_handler...
I have done a program with keil IDE and am putting into use an ST link v2 for a debugger, and in Keil am getting “internal command error” as the problem.
The screenshot...
Hello,
We are developing hardware with a soldered down eSIM. Our previous LTE module vendor recommended 47pF capacitors on all the signal lines (CLK, RST, I/O) and 47pF...
Hi team,
I understand that it may not be a simple answer, but not sure if we have any clue on the support?
Based on the Devzone ticket: https://devzone.nordicsemi.com...
Hi there,
Recently, we used the nrf52833-DK to develope the direction finding.
We want to add an external antenna array we designed on the nrf52833-DK for AoA receiver...
I have a local carrier SIM card and iBASIS SIM card that came with the nRF9160-DK. LTE-M is activated on the SIM card of the local telecom operator. However, none of these...
Hi, I developed a BLE and Zigbee custom product, starting from nRF5 SDK for Thread and Zigbee v3.2.0. On BLE side, my customer ask me to have the BLE MAC number also inside...
Hello Nordic Support,
I started with a sensor sample project for ADXL362 Three Axis Accelerometer ( https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/sensor...
Hello,
I am using PCA10040 DK for programming my custom board which is having the NRF52832 controller. Until yesterday afternoon, I was able to program my board using NRFgoStudio...
Hello. An LED is connected to the pin of my nRF52832 through a resistor to ground. How can you programmatically determine its presence? I tried to do pullup and read the port...
Hi,
For the first time iOS App interface with BLE device. But after killing and re-opening of iOS App connection not established. Can anyone share me the code from iOS App...
Hello,
I would like to know wich step I forget to do to send more than 20 bytes in NRF Connect app to a BL652. I followed some talks and subjects about it but it's doesn...
I am using ble_app_uart_c example to scan nrf beacons. Facing strange issue with debugger.
Enabled RTT and disable UART Logs, when i connect debugger and put break point...