Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
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...