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...
I am using the nrf51822 ble with s130_nrf51_2.0.0_softdevice and want to know if the broadcast can start at a given time, and if the adv_ interval can change everytime? (such...
Hello, basically I want my nRF9160 DK to establish a secure connection with DTLS by using mbedtls .
What I'm trying to do
I'm currently working with the LwM2M sample...
Hello,
My NUS services work fine i can transmit and receive data over UART , but i still get this error in my nRF Toolbox (UART) . Any help will apreciated
Some user datas have been stored in a special page of flash in nRF52832 . However , I need to reprogramme the chip through bootloader , and make sure the user datas not being...
Hi,
I am trying to evaluate the nRF52840 development boards and configure as a simple switch and light node.
The first issue I have had is that on a Huawei phone the nRF...
Hello,
I am trying to find out where to put my persistent storage data in flash.
I have to set start_addr and end_addr, to use fstorage, but I dont know what addresses...
Dear Nordics,
i'm getting started with development on Laird BL651.
Issues as follows:
It appears to be neccessary to switch to internal RC oscillator and adjust the...
Hi,
We are facing an issue related to battery life. We are using sdk 15 and SD S132(7.0.1) and we are able to archived 30uA current consumption, but we want it near to 5uA...
Hello,
I am using SDK v11, SoftDevice v132 and Keil Uvision 5 to program on my nrf52832 SOC on the development kit(PCA10040) for our project. I need to save a few uint32_t...
I am trying to evaluate the nRF52840 and can't find the source code for any of the project - only the hex files to run applications.
Where can I find the source code?
...
Hi,
We have developed a mouse with nRF52832 using the ble_app_hids_mouse example.Now, I would like to add consumer usage into the hid descriptor to control media. So, I...
Hi,
I am currently working on nordic PDK. And I am interested in flashing nRF52840 through FTDI SWD interface. I want to know whether it is possible?
If yes, what will...
Hi,
We are trying to develop custom uart bootloader firmware without using MBR. also we are not using softdevice.
Here are some linker definitions which are implementation...
Hi! I'm working with a custom board, where pin p0.18 is connected to an external button.
I've read several posts, including this one which say that one must remove the ...