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...
Hello,
I made a PCB of the nRF51822 chip and tried to program it with a simple led toggle code, but am not able to see any output, I am trying to figure out what is wrong...
In `nrf_log_backend_uart.c` there is a reference to `./integration/nrfx/legacy/nrf_drv_uart.h`. I'm upgrading the system to use the Nordic provided backend, but it would be...
Is there a possibility to compile the mesh stack and the examples with makefiles like the examples from the nRF5_SDK_15.0.0? I would like to work with eclipse and the same...
Nordic's own documentation explains that a "call" to NRF_LOG_PROCESS () processes, at most , one log entry:
infocenter.nordicsemi.com/.../group__nrf__log__ctrl.html
...
Hi guys.
Mbed OS 5.10 released Arm Mbed Cordio Bluetooth Low Energy (BLE) stack as shown in https://os.mbed.com/blog/entry/Arm-Mbed-OS-510-Release
Would it be possible...
Is there any way to program UICR registers using Keil ULINK programmers?
I know that the algorithm it uses to program Flash does not support UICR. However, I am able to...
Hi,
I tried looking for an answer for this, however unsuccessfully. I have a custom characteristic and I set it with a string of values when it is added to the custom service...
Hi Everyone,
I'm having some trouble understanding the different combinations of low power modes and how to use them.
When I first power up my board I use about 500uA...
Hi team,
We are doing indoor navigation project using BLE nordic beacons and we are using ble_app_beacon as a transmitter.
We are calculating the position of person...
Hi there, i'm trying to connect to the internet from my nrf52 chip.
one way i think, we can use the ios as a shareing point for the embeded world.
And i tried from a win10...
Hello,
I have a Mesh application using the nRF5 Mesh SDK version 2.0.1.
I wish to implement the possibility for a node to forget its provisioning status and become unprovisioned...
Does the NRF51 DK come with a SWD interface connector-cable to plug into a PCB's SWD port when flashing/programming code into a WLCSP chip soldered onto the PCB? If not, are...
I'm trying to setup a simple host node to broadcast a attention message with no definitive destination node. I need any of the child nodes (primarily asleep) to see and process...
Hello everyone,
I tried to use the example project " ble_ant_app_hrm" SDKv14.2 but it doesn't work. The bluetooth connection work correctly, I connect my smartphone with...
Hello Nordic
I am developing our device. It uses SDK 14.2.0 and s332 SoftDevice.
This device communicate our app by using ble as peripherals.
I thought that our project...