Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
Hallo,
I am looking for some tutorial for developing BLE centre and peripheral device using nRF5340 DK. I am not familiar with SEGGER and device studios so I am working...
Hello,
I have the nrf52840 dongle but as you can't debug the code in the nrf52840 dongle, I want to use the nrf52840 in the nrf9160 dk module.
I'm a beginner in this....
Hi everyone,
I implement nrf5_SDK_17.0.2 ble_app_uart example and I use an android app like nRF_Connect to receive the uart data on my phone.
My problem is that when I...
I'm building a nrfmicro bluetooth keyboard controller which uses an ebyte E73-2G4M08S1C nrf52840. My programmer is cmsis dap link. Openocd verson is 0.11.0.
Unlock is fine...
Last post regarding LE Audio was from 7 months ago and SDK for LE Audio wasn't available.
1) Is the SDK for LE Audio ready and available?
2) Is there any smartphone (Android...
Hello,
We have a dev project where one of the components is a device running on the nRF52DK, with NRF52382. The component is basically a UART to BLE interface, based on...
Dear,
We are trying to figure out the specification of write/read wear outs of the internal flash memory in nrf5340.
Would you please provide the specification to us...
Hi, when I try to build non secure boards several Kconfig errors provoke a Fatal error. I didn't have these type of errors until I updated to the 1.8.0 SDK, however the error...
Hello,
I have some real-time requirements needed to be implemented on RF transmitter project.
In the project files, app_timer2.c has already been included, and I have...
Hi everyone, I am looking into controlling servers using light_lightness server in 17.0.2
As far as I know, you can control the the publishing from client side by changing...
What is the easyest way to get all Nordic Thingy 91 data stored into a database? I could use Node-Red or whatever database, I need an easy procedure to follow.
Hello everyone. I have both the two boards now. If I draw a PCB myself and want to use the Debug-out port to debug my PCB, what should I do? Which pin should be connected...
Hi Everone..
I want to know for my project Which Example should i use for BLE mesh which support the OTA
I have nRF52832 DK, and several other custom board which is...
In my program, I want to supress all the Printk() statements conditionaly either from prj.conf or CMakeLists etc ? Or in simple terms, want to supress UART0 consol when required...