I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
We are currently evaluating thingy91x connectivity in different locations, using some Simbase multi-IMSI sims and are running into an issue where, sometimes, the modem will...
Hello!
One of our clients requested the certified measured EIRP (Effective Isotropic Radiated Power) values of the nRF24L01+ 2.4GHz transceiver, which is used in our products...
Using nrf5340 with nrf70 on a custom board, using NCS 2.9.0 (and I can't/won't update to 3.2.x as the nrfx4 update breaks all my code)
I want to use the wifi interface to...
I have an application in which there are two high speed sensors consider it as sensors 1 and sensor 2. Both sensors are connected over same SPI lines having different CS pins...
Hello,
For the vias in the exposed pad of the NRF54L, I've read that ideally, the vias should be capped and filled. However, due to trying to minimize cost, I was wondering...
Hello everyone,
after some months, yesterday I used my PPK2. When I plugged in and I opened the Power Profiler App, a pop up required me to update the device firmware. ...
Hi,
We had a nRF52840 DK board developed off Hardware files v3.0.3 build. The manufacturer didn't have any of the MCU or SEGGER J-Link debugger files on the device. We are...
I added a cmake configuration option to CMakeLists.txt, but sending a value through west build does not set the cmake option. Here is what I have done: CMakeLists.txt
The...
I am using an nRF52840 dongle as a sniffer to capture BLE packets in Wireshark. Recently, I’ve noticed that the captured files are approximately half the expected size, and...
Hello,
my nRF9151 DK appears to be damaged or has a power-path failure.
Current symptoms:
No LEDs light up
No J-Link is detected
No COM port appears
No mass...
I'm stuck implementing encrypted firmwares on the nrf5340, ncs 3.0.2., with NSIB and MCUBoot. I got signed DFU to work as described in Exercise 3 – DFU with external flash...
I noticed from the design guide that the voltage tolerance of capacitors C3 and C10 is 10V. Can I choose 6.3V for the voltage tolerance of these two capacitors? Will this...
I am developing an indoor positioning system using Bluetooth Channel Sounding (CS) on nRF Connect SDK v3.1.1 . My setup involves one Initiator and four Reflectors .
Implementation...
Hi Dev,
Development platform: NRF54L15 + NCS 3.2.3
We are facing an issue with ADC sampling. The code occasionally gets stuck/hangs inside the adc_read function. This...