Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hello, I'm in Zephyr OS build v2.3.0 and NCS v1.3.0. I need to reprogram UART0 baudrate at run time to 38400. After having obtained the uart node
uart = device_get_binding...
I want to transmit UART and Bluetooth through 12bit ADC 12k sampling.
I downloaded the following example and verified the ADC-UART AND Bluetooth communication. https://github...
Hi,
I use the nRF52840 chip, which is designed as a module.
I use nRF9160 DK to burn the hex file.
1.And i can use nRF connect to read the ic of the module.
But...
Hi there, We're using SDK 16.0.0_98a98e2. Our setup is a PC running BLE Central connecting to 2 nRF 52840 running as BLE peripherals. We use the provided BLE UART example...
Dir Sir or Madam,
I defined 2 properties in sensor_server mesh example,
Precise Present Ambient Temperature (0x0075) and Present Indoor Relative Humidity (0x00A7) ,
...
Hi,
I use sd system power off to go into sleep mode. I wake up with the help of a button. However, the 1 second wake up time is too much for us. Do we have a chance to set...
I am currently trying to send indefinitely large files over BLE. To do this I have a central and peripheral application running between 2 nRF52840's (one peripheral, one central...
Hi,
NRF52832, SD S132 7.0.1, SDK16, custom device, custom SW
The: custom device not bonded.
In my firmware I can run beaconing in parallel with connectivity advertisement...
Hi sir,
I encountered a problem while building Thingy SDK using segger. Here are steps what I did,
Downloaded "thingy_sdk_v2.1.0" SDK from this https://www.nordicsemi...
Hi there,
When I operate SPI and I2C simultaneously on nRF52832, an error has occurred.
Could you please teach me how to solve an error?
I use an attached "main.c"....
I know this isnt an arduino forum but when i proposed this question on their forum they pointed me to this website as the problem is processor specific. So im hoping someone...
I have two nRF52840 dongles, an nRF52 DK, several Linux PCs with USB 3 connectors, and both an Android Samsung S20+ and iPhone 12 Pro - both which I have proven are capable...
Hello Everyone, I am working on a project which requires to detect if any firmware is installed on the device in the bootloader. Is there any function provided by nrf-sdk...