Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Dear Sir/Madam,
I want to test the BLE 5.1, Aangle of arrival (AOA) and angle of departure (AOD) feature. Kindly guide me which of the example of sdk 15.3.0 is useful for...
Hi all!
I am working on the SDK 15.2, with S132 6.0, and i use the SES IDE.
I have created a custom service with 32 characteristics for now. The goal in the future is...
Hello All,
I want to write codes for all the peripherals like GPIO , GPIO with Interrupt ,UART ,UART with interrupt , I2C , SPI , All Timers..without using the drivers provided...
Hey! I am testing some power consumption of my application, and I need to have a long rest period of appr. 15 minutes. I'm using an RTC timer in System ON sleep mode, full...
I have made a bluetooth beacon based on nRF52832 chip. I am able to write code DeviceDownload\nRF5SDK17009d13099\nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_beacon...
Can i use 2 nos NRF52832 BLE chip on single PCB , PCB size is 30x50 mm ,
1 chip for scanner
2 for advertising
3.If yes what is the position for antenna of both Chip...
Dear technical support.
We are using this chip (nRF52832) in our hardware.
I'd like to check is this feature AoA(part of BLE5.1) enabled in the chip?. Is there any application...
We are designing a people location tag for building workers. Bluetooth direction finding AoA/AOD is good for the application. Is there any development broad for Bluetooth...
There is a potential for the NRF_MESH_ASSERT(m_reliable.next_timeout_index < ACCESS_RELIABLE_TRANSFER_COUNT) to fire on line 170 of access_reliable.c if the following conditions...
Hello,
I am trying to install the pc-ble-driver-py for my buildroot arm-board.
After some struggle I was able to compile the pc-ble-driver for it, however the python tool...
Hi guys,
I am working on my project and until now I enabled the device to measure the voltage and get the sensor data from the temperature sensor which I need now to send...
Hello,
We have been using FDS in our nrf52832 based product. Recently we had a need to port application to nrf52810. It required some flash memory optimization. Fortunate...
Documentation states “When a connection is created it will inherit the transmit power from the initiator or advertiser leading to the connection.” In my BLE event handler...
Hi,
SDK16
I'm using ble_cus.c to define custom BLE service.
In the ble_cus.h file the definition of the UUID is
#define CUSTOM_SERVICE_UUID_BASE {0xBC, 0x8A, 0xBF...