Hello,
We have a sensor with 2 ADCs inputs meauring identical LMT70s on the board. With one of our older firmwares we get the accurate valudes of 22deg or so on both channels...
We are trying to max out the wifi throughput via nRF7002 when connected to SPI4. Currently we only achieve around 6.3Mbits/sec (TCP Upload to peer).
When measuring the SPI4...
What would happen if a battery were connected in reverse to the nPM1100? Would it cause damage to the IC, trigger any protection mechanisms, or result in abnormal behavior...
Hi,
We need to try communication (I think it should be using the ICMSG library) between the processors in the SOC NRF54H20. Do you have a suitable example? I tried the IPC...
Hello,
We are trying to test our custom board with nRF9161 in a new location, so we bought local SIM cards (Yettel, Serbia) here. These are not special nb-iot SIMs, just...
Hello,
I'm using nRF5 SDK v17.1.0.
I couldn't find anything about it. Could I ran in some problems if i choose to handle the nrf_libuarte_async_evt_t in thread mode and...
app: nrf tool uart on iphone 5s
sdk: v8.1.0
softdevice: s110
example: ble_app_uart.
i have modify it based on the answer :
link text
my advertsing init as...
The device I completed has similar RSSI values at approximately zero distance as my development kit; starting with default Tx of 0dBm from the nRF51822 I achieve approximately...
I am having an issue implementing a WS2812b driver for the nrf51422 using the 210 softdevice. We currently have ANT enabled with a tx master only channel setup. The WS2812b...
What I would like to do is run a basic SPI program that reads data from a register on a non Nordic transceiver chip. My nRF51 would have to act as the master because the transceiver...
Hi,
Which service should I use for temperature non-health related, like room temperature, for example? I have browsed trough the Gatt Specification>Services of the Bluetooth...
Hello,
I follow the tutorial devzone.nordicsemi.com/.../
And in the step of copy examples
I only got ble_app_uart_s130_pca10028
and no package of s110 was found
I'm...
Per my another question:
devzone.nordicsemi.com/.../
I have taken the kind advice of Bjørn Spockeli but to no avail.
I tried this solution to enter debug mode:
...
I want to use the sd_ble_gatts_hvx() to send the notification with a packet, and the length of packet is 12 bytes, but the return value is "0x000C". I tested the length and...
Hi,
I try to run a dual mode(peripheral/central) with S130. I'm using SPI serialization and sending command form an external MCU. I try to follow the example ble_app_hrs_rscs_relay...
Hii all,
I am trying to work with dfu, I developing an application that works with dfu, when I flash the softdevice and bootloader the device advertising as dfutarg and then...
I've loaded the S210_nRF51422_5.0.0 softdevice on my board from the nRFgoStudio.
I compiled the ant_hrm_tx_auto_s210_pca10028 project with no problem. However, when I try...
Hello,
I am developing two systems. One is a peripheral that advertises both a beacon and a ble peripheral custom service (using nRF51822 with s110 softdevice). The second...
Hi,
I am trying to use an nrf51822 with a sensor that outputs value between 0-5V. What I am confused about is how to read input voltage on the beacon. I saw some people...
Hi,
I need to debug my perpheral device, but as I know if I do debug when SD is running, it can cuase the time sync issue, then cause the hard-fault. I know there's a way...
hi ken:
I use Nrf52832(S132) to act as central and peripheral at the same time, which like the project ...\nRF52_SDK_0.9.0_0c82e3e\examples\ble_central_and_peripheral\experimental...