Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I have set the
advdata.include_ble_device_address = true
in advertising_init function. However, the mac address data is not shown in mobile APP.
Is it due to the fact...
I would like to include multiple p_chunks in one record. How do I do this? I've only seen examples with one chunk per record, but fds_record_t.data has a field called number_chunks...
Hi, I am considering using nRF24L01 for a project, and I wanted to use one single transmitter to send data to various receivers (more than 6).
I have found some information...
plss, help me . i can flash other examble nomarlly . But when i tried to flash ble_app_uart to nrf52832 seem previous program still works and new program not flashed yet ...
Hello,
I'd like to store a large amount of data in flash and in a chosen area. As a start, I've chosen the area starting from 0x77000 and ending at 0x78000
Iv'e written...
I have been testing out with NRF52840 and verifying the data transmission using the NRFConnect app on my mobile. I am not sure what went wrong! It's no longer advertising...
Hi!
I have a small issue with one of my current project. I've built myself a custom board using the nrf51822QFAA. And I am using an stlink (on an stm32f4 discovery) instead...
Hi,I have tried to write some characters like device name for BLE device. When I called
Code:
grantPermissionCharacter?.service.peripheral.writeValue(data1, for: grantPermissionCharacter...
The bluetooth icon in the status bar is gray, not white although I connected ble_app_hts(PCA10028) with nRF Toolbox(android app).
Doesn't android recognize connection state...
Hello,
using buttonless_dfu app, the app switch to bootloader as the upload is started with nrf toolbox on android,
but with iOS, the upload never starts the LOG error is...
The Bluetooth Mesh SDK is currently tagged as alpha software. Is there a timetable for its progression into beta and to a stable release?
I'm evaluating the nRF52832 for...
Hi, currently I'm working on ultra low power device. This device need to be wake up in 333 ms interval. I use RTC for this. My question is about strange current spikes with...
Hi,
I am using the nrf52 DK (PCA10040) and have a problem with the USB-UART. For some reason I do not see any log messages in the terminal.
I started with the "coap server...