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 there,
We have the application running on STM32 and we talk to connectivity chip ( nrf 52810) using serialization.
Now, I have to save bonding information on my STM32...
Hi there,
I've got something usual happening with the App Timers in my application, hopeing for some advice on how to track this one down.
There is one part in my code...
On powering up the nRF52840 I start the twis slave. The nRF52840 works as expected.
I install one i2c slave address on the system, external master has no issues communicating...
Hello,
I am using NRF52832, SDK v15.1.0.
For entering into various power down modes, does calling corresponding functions is enough to make entry into these modes or...
Hello !
In my project I have 3 phones, witch connects to one nRF8001(not at the same time).
First, phone connected, bonded and bond of this phone saves in EEPROM of avr...
I am upgrading our Nordic / BTLE library to the new sdk, which gains us ble 5.
The previous library (based on sdk 11.?.?) made light use of pstorage which, as far as I can...
I want to set up nrf24le1 in register retention mode with analog comparator wake up. The moment it wakes up it should do few ADC conversions and then again go back to sleep...
I have built up most of the support structure using the existing ble_app_uart example from SDKv15.0.0 and am now ready to port the code to our existing devices.
I'm having...
My environment is:
Windows 7
JLink Plus v9.3
IAR EWARM 8.30.1
SDK 15.0.0
Softdevice S132 from SDK 15.0.0
My hardware is a custom board with a Rigaldo BMD300...
I am observing a surge startup current of 0.1 to 0.2 mA when I am powering the nRF24LE1 module. Is it possible that the device can startup in power saving mode? Is there a...
Hello,
I have developed my own iOS app which is capable of DFU update different devices with nRF51 and nRF52 chips.
Using only APP file (both .hex and .zip) works perfectly...
Hello,
I' trying to switch from keil uVision to Eclipse, but it doesn't work as intended. I can't debug them (hrs with and with out dfu), but the Blinky example works...
Hi,
I'm working on a custom application using two microcontrollers a pic32 and a nrf52832, I require the pic32 using an external flash memory to read the binary file stored...
I'm interesting in knowing a little more about the "address match" output of the nRF905 chip. What is the expected jitter related to the actual radio signal?
E.g. If I...
Using softdevice s132, nRF52832 on a custom board
I don't quite understand how does the SPI work exactly?
I am using it on a battery powered low power sensor application...