Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
quick-stop_2_with_soft_filter_NRF52_DK (1).hex I imagine that my question is just one from lack of experience. I apologize for that but I cannot find any information on the...
Hi!
I would like to use long button press to send device into sleep mode (using BSP module). Since button is tied to ground, when device goes to sleep mode, and when I...
I need to us an external RF amplifier that requires TX and RX control lines. I'm looking for a way to tell when TX starts to kick the unit into TX mode. I also need to know...
Hi,
We use NRF52832-based BLE module running serialization (SDK 14, softdevice 5.0.0) and STM32F407 MCU running application firmware on a custom board. The project is created...
Hello!
I am looking examples for nRF5_SDK_14.1.0 (For example - ble_app_eddystone )
I need read all attributes with ATT_Read_Blob_Req command.
I can read Device Name (0x2A00...
Hello,
I am using nrf 52832 and sdk 14.0.0. and i am using "ble_app_uart".
I am developing an iOS application.
Its purpose is character transfer.
I want to transfer...
Hello,
I did a quick test using 2 nRF52840 kits to measure the change of the RSSI value based on the distance and the used PHY layer.
For each test, I configured both...
I was reading through the documentation and it mentions you need;
One PCA10028 or PCA10040 development board for the client.
Three development boards or dongles...
Hi,
Is anyone successfully using MMD with the nRF52840 PVK, SES 3.3, recent SDK (e.g., 14.1.0) and S140 softdevice?
I followed the steps in this blog post both on Win10x64...
Hi.
Our company is designing a new device using the nrf52832 chip for BLE communication with other equipment from our Company.
Does the chip come with a factory preprogrammed...
Hi
We are developing ble peripheral application for the nrf52832 using SDK v13.0.0. and everything was working correctly until we tried ble connection with the iphone 7...
Hello Sir,
I have developed my application using nRF52832 chip with BLE connectivity. My device is battery operated and hence i am looking for WiFi chip with small size...
I have three questions about using AES CCM encryption by S132 timeslot API.
Is there an example value for the time request parameter in sd_radio_request(), when using...
I'm working with uart on the nrf52832 and I'm facing an issue related to the baudrate.
In this post a formula for calculating the baudrate given the register value is given...
I'm setting up the message structure for usage in a sensor Model. The sensor readings may be represented by different data types (e.g. float, integer). How is this best handled...