I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
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...
Hi!
I have found the following piece of code on an example from a Nordic employee. I'm curious as to its purpose.
Why is the register set, and then read just after...
I am testing BLE 5 throughput with the following hardware and firmware:
- two newly purchased nRF52840 DK boards, one as host and the other as peripheral.
- latest nRF5...
Hello,
I'm looking through the available packages in the SES Package Manager and I came across the captioned package - currently showing version 1.06 (no date). I haven...
...\sdk\nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\multiprotocol\benchmark\zigbee
IDE: Segger Embedded Studio.
HW: Two 52840 DK, name them : A & B
PC Cli...
Hi
I'm using SDK 15.2.0 with Nrf52
I used the example of SPI from the SDK
..\..\nRF5_SDK_15.2.0_9412b96\examples\peripheral\spi
and I get this error
..\..\..\main...
Hi,
I use the SDK 12.3 ,example :nRF5_SDK_12.3.0_d7731ad\nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_uart
I want keep advertising,I use the code as follow...
I'm trying to configure an application queue to hold BLE events I receive from the SoftDevice. The SDK defines NRF_SDH_BLE_EVT_BUF_SIZE as the "Size of the buffer for a BLE...
I would like to set the security level of a service to security level 4. Unfortunately I have problems with using the BLE_GAP_CONN_SEC_MODE_SET_LESC_ENC_WITH_MITM setter with...
Hello,
I just wanted to throw in that for a hobby project I interfaced Solomon Systech's SSD1331 (96x64 pixel) color OLED display and created an SPI-based driver for it...
Hi BJorn,
I am using nRF52840 chipset using NINA-B301 EVK and could port and test some test applications using NRF52 SDK. My query is in actual harrdware we are using only...
In the nRF52832 Product Spec v1.4 th the ere are discussions in sections 16.5 and 19.3.10 about being able able to output a divided down version
of the 32MHZ clock on the...
I'm using nRF52 and SDK 15.2 with SPI Manager (NRF_SPI_MNGR_ENABLED) with EasyDMA disabled. Some of the external chips I'm communicating with via SPI can't handle consecutive...
Hi,
I am trying to write a I2C read and write wrappers for Invensense MPU9250. Previously, I was using SDK11 and I don't have any issue with it. However, after porting...
Hi,
I am trying to use the USB connectivity firmware so that I can use the pc-ble-driver with it.
I downloaded to my custom board the file 'connectivity_4.0.0_usb_with_s140_6...
Hi, I want to send 9000bytes one sencond.But when I send these bytes it will return error code is 19.
I had increased the ATT MTU to 274 with the function of nrf_ble_gatt_att_mtu_periph_set...