Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...