Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
My company is using nrf52832 and our certification agent (we will apply for CE Red and FCC for our device) is wondering if the chip manufacturer is a SIG member, otherwise...
Hello I am new on KEİL and NRF52832,
I am trying to merge this custom service and Ble_app_gls example . I added custom services libraries to ble_app_gls example ,I added...
Hi,
I want to set a custom value to my Gatt characteristic value. I can do this by writing to the characteristic in my app or the NRF_connect application.
What I want...
Hi,
I am using sdk15.3 for a project, the uart works fine when programmed without bootloader, but just after add bootloader, the uart is not worked now, also the rtt log...
Hi all, This just works in other compilers. I'm new to Nordic/Segger and have tried all variations of parenthesise, ## macro expansion. It's got to be something simple! #define...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Dear Sirs,
We are creating a solution based on your chip, but have heard that it is / might be discontinued.
If that is the case, what would be the replacement model...
Nordic SDK 15.3.0 ble_app_gls merge with custom service
Hello I am new on KEİL and NRF52832,
I am trying to merge this custom service and Ble_app_gls example . I added...
Hello
Would someone ,please reply to the below thread,waiting for the response
https://devzone.nordicsemi.com/f/nordic-q-a/60891/unable-to-read-the-128-bit-uuid-with-base...
Hello how are you?
I'm using the mesh example Light switch example from nRF5 SDK for Mesh v4.0.0. I implemented the RSSI util model and it is working, one question I have...
I am working on a new design and i am using ST7789 (240 X 320 pixels) screen with nRF52840, it is working fine. I have followed the code provided in SDK example (big thanks...
Hi,
I´m trying to add a new, custom TX characteristic to Softdevice. I use example from SDK 16 "UART/Serial Port Emulation over BLE".
How I can do this, is explained...
Hi,
I flashed and run "ble_app_uart" example on nrf52833 DK. With an UART tool, I can recieve data from smartphone (rx characteristic) but I can´t send data from UART tool...