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...
hi
im add the gzll funcation of project:
nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_dynamic_pairing\device
to the project :
nRF5_SDK_16.0.0_98a08e2\examples...
Hello,
I am testing UART with nRF52832.
I am using the example git( https://github.com/NordicPlayground/nRF52-ADC-examples )
The function ble_nus_data_send is used...
Hi Team,
Regarding the IAR "I-jet" Debugger support for Nordic Platform (Nrf52840) we have observed some weird behavior.
When we connect the IAR I-jet Debugger we are...
We are using a nRF9160 and are interfaced to a Texas Instruments AM335x running Linux over a UART interface. I've read through the guide on making a custom overlay. So far...
Now I am working on ble_app_uart project. For security reason, I don't want any unaccepted mobile phone connecting to my peripheral device.
From this post link text ,
...
Hello
I am working on mpu6050 sensor in sdk v14. I succeeded in obtaining the acceleration value of this. I'm trying to get the angle of the sensor using this value.
I...
Hello Nordic Support,
I am developing an application which has BLE bootloader and application using the custom nRF52840 board and nRF5 SDK v17.0.0. Both of them require...
Hello. I'm working on sdk v17 and I'm trying to control the LEDs in order using a timer. Before using the timer, we made it easy using delays. Apps work when they receive...
Is it possible to sniff the data between two device that already connected if yes then how if no why?. What are other method for sniffing oob and passkey security based devices...
I have moved my project over to SDK 17.0. So far I have changed very little.
On compiling I straight away get a liner error: "Undefined reference to '__RAM1_segment_end__...
Hi to everyone:
As the title suggest I'm using the NRF52840 PCA10059 dongle and everything works as expected.
The issue comes that I've modified the dongle to instead...
Hello,
We have developed a new type of smartphone gamepad using the nRF52832 chip. But for some reason, it works for some games and not for others. And only partially work...
Hi,
I have problem with using nrf_serial.h, I am receiving data from Ublox GPS, baud rate = 9600, no flow control as we dont have enough IO pins.
Device is nrf52840 with...
Hello, I'm trying to integrate an SPI slave into ble_app_beacon example. Power consumption of ble_app_beacon between advertising is up to 10 uA. But if I write a byte over...