Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
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...
Hi,
I wanted to use the project code of nrf5832 which we have created with nrf17.02 sdk and nrf5.0 mesh sdk with softdevice 132 for the board nrf5840 board. We are stuck...
I need to get quite a lot of logs and quite fast too. How do I do I get the logs into a file?
I tried with Segger RTT logger, but it tends to give up quite quickly. I heard...
I want my system to sleep for some time, but its waking up and I am unable to understand which interrupt occurred. I want to know which interrupt caused the system to wake...
Hi All,
I want to implement a function to send data from the internet coap client to nrf52840 DK coap server. The nrf52840 runs .hex file which is one modified from Nordic...
Hello, I'm testing an example of a zigby light bulb with a nrf52840 (pca 10056) board.
Here, when I press "BUTNERT 1" on ZED, I want to send the [ON/OFF] status of the current...
The average current during the nRF9160 test DRX is 2.2mA. The period of DRX is 2.56s. Using a China Mobile IoT card. I am testing on the DK board and have turned off all peripherals...
I used NRF24L01 to transmit the data without ACK mode. The receiver received the data normally when only the WR_TX_PLOAD_NACK instruction was used to send the data.If the...
Hello,
I want to set a GPIO Pin to high. Therefore I wrote the code below.
But when the software is written onto the nrf52811, I can not messure any voltage.
I do not...
Hi,
I am going to do data communication between two boards with libuarte. I see that both txdata and rxdata should be uint8_t*. But if I try to transmit the char*, will...
Hi On a nrf9160, I need to send data via UART(E) at 921600 baud. According to the UARTE BAUDRATE register documentation the register value 0xF000000 (Baud921600) leads to...
Hi,
I changed application main.c to enter in to DFU mode after 20 seconds. System is reset every 20 seconds and the boot messages are printed. The message "Booting (0x8200...
I am trying to measure distance with a vl53l1x sensor through the twi_sensor example. I uploaded the code to segger by referring to sparkfun, but twi_handler does not work...
Hi
using sdk17, softdevice132...
There are some parts of the central implementation that I don't understand.
It is based on cle_uart_app_c.
Isn't the function bl_nus_chars_received_outprint_print_called...
It is amazing how common this error is - there must be 100 posts. Yet none solve the problem and none explain it. It suggests that there is some serious work needed to improve...