Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hi,
For Direct Test Mode on nRF Connect for Desktop, I have confirmed that Constant carrier can be selected.
The log was obtained at the time of the following settings...
NCS Release v1.5.1 now supports PA LNA, couldn't see any BLE examples on how to configure and use PA/LNA. could you provide any instruction/guidelines on how to enable/use...
Hello.
I'm using the NRF52832 with I2S module connected to TLV320DAC from TI. I've configured the DAC and I2S module successfully. I'm getting audio output (simple sine...
Hello,
I hope you are well.
I am currently working on interfacing an INTAN RHD2164 chip with the NRF52840. This chip is connected in SPI with the NRF52840. The only problem...
I tested NB-IoT and MQTT in NRF9160, and the device could normally search for NB signals and connect to our background through MQTT protocol. After the device uploaded data...
NRF52840, S140, SDK 14.2
I am trying to write to an SD Card. But whenever I insert the card, I get a failure on ASSERT. I believe this is because I am using P0.0 as the...
Hi Nordic,
I understand that there's a way to monitor the RSSI of a Bluetooth connection using appropriate API from softdevice library. But we are currently developping...
Hi,
I'm currently working on a ble mesh project with 2 nodes using nrf Connect SDK v1.4.2 with toolchain 1.4.2:
Device A with Time Client Model - nrf52840
Device B...
Hi.
I would like to flash an external sensor with the Jlink and then to "talk" with him through the internal sensor.
Can I know which sensor an I flashing? All the time...
I handle events directly by invoking the following code after the sd_app_evt_wait(); call:
I poll the events and dispatch them to my handler as needed.
Now if I do this...
What is the operating temperature range for the Nordic Thingy 52? I cannot find it anywhere in the documentation, but there is documentation on all its other sensors.
hi,
After the TX interrupt event occurs, on_radio_disabled_tx() is executed.
There is a timeout event for receiving an ACK. I noticed that the timer timeout was set...
Hi
I'm a bit unsure as to how to interpret the documentation. It's my understanding that zephyr v2.4.99 is an unstable development release. But it seems to be the only release...
Hello,
4-byte long SPI messages, "1234", are sent to nRF 52DK. The code in DK is attached below. The XFER_DONE event is created before the message ends, which happens very...
I thought this would be rather simple as I would design a BLE peripheral in the usual way but the source of data for the peripheral comes from a sensor sending nonconnectable...