I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
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...