Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
I see the BLE on the nRF connect on phone but when I try to connect it either takes forever to connect and then does not connect or it connects and disconnects.
I am using...
I setup NRF SDK using nrfconnectsetup341ia32 executable.
I2S example file should be located at <InstallFolder>\examples\peripheral\i2s according to https://infocenter.nordicsemi...
Hi, I am using nRF52832 and SDK 15.2
My application is having 4 advertisements. iBeacon, non-iBeacon, Line Beacon and Line iBeacon.
I am using radio timeslot for Line...
I would like to modify ble_app_uart SDK_11 s130 on nRF51-dk to support static passkey. My understanding is that when connecting the Nordic sample app nRF UART v2.0 to ble_app_uart...
Hello, I'm working on a project about nRF52840, I completed the code with nrf52840 DK board and wrote the code to nRF52840 dongle, but dongle doesn't work.
I changed the...
Hi,
I my design I want to use load switch from TI TPS22946 which have enable pin sensing logic low/high. I would like to be able to enable load switch with nrf52's gpio...
Hello,
My current setup is:
Nrf 52832 custom board (pca10040) SDK 15.3.0 SES 4.52 Softdevice no s132 Using a j-link mini EDU debugger
I've been trying to follow the...
Hello,
may I ask you for help with instability of BLE connection? We use nRF52840 and SD 6.0.0. The issue is that our device is being disconnected with reason BLE_HCI_CONNECTION_TIMEOUT...
Hi Team,
We are using the nRF52840 for our application , in that we are planning to use 2 free flash pages for our internal application purpose.
So how to know the which...
Initializing the USB inerterface blocks the SPI3 interface. The SPI3 is not responding to any commands like reset. We do not use any SPI interrupts, just read the registers...
Hi team,
My customer is using nRF52840 and they want to set 840 advertising in 125kbps PHY, but seems we only have option in codec PHY (500kbps):
https://devzone.nordicsemi...
I have the nRF52 Kit with me. iam using SES IDE and downloaded the SDK nRF5_SDK_17.0.0_9d13099. I am using Windows 10 OS in my Laptop.
There inside example\ble_peripheral...
Hi,
I need to properly configure peer manager. The peripheral device, which I develop haven't any buttons and screen, only sensors are embedded. Also accelerometers, but...
Hi Team,
I am working on BLE pairing using NFC (OOB) on nRF52832 device.
My requirement is need to have custom message on the NFC tag.
I Have gone through some examples...