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...
Hi!
I'm developing serial communication programming on nRF52840 DK to get the UARTE1 communication on SDK 12.0.2.
I want to use app_uart_put or NRF_LOG_INFO function via...
I want to develop a device which can communicate with other users without any cellular coverage or network by creating a lora mesh network like above mentioned picture. in...
Hello,
I am having issues integrating mesh functionality into a preexisting BLE project.
My project is based around an nRF53832, with SoftDevice S132 and uses nRF5_SDK_17...
Hi,
i want to connect my nrf5340pdk board with the MPU6050 sensor. They should be communication using I2C.
I read different information about the connection of the sensor...
Hi,
I have two questions about the nRF52DK power consumption when powered via USB .. one is for interest, but the other one appears to be an issue.
I have run some comparative...
Hi, I found an unexpected bug which leads to stuck at this point 856419>, app_error_weak.c, 105, Mesh assert at 0x0003AA3A (:0) it's happened after a fast setting the level...
Hello,
I am trying to spot a bug in which some memory corruption is happening. I don't know in advance at which address the corruption will happen, as it happens in some...
I want to trigger SAADC samples manually, when a certain BLE message arrives. I'd ideally like to have a trigger scan 4 individual channels.
I see two function calls, though...
I want to use the SoftDevice APIs to read and write flash on the nRF51822. Are there any examples of how to do this. I see all kinds of mixes between pstorage, NVIC (not sure...
Hello,
I am new to Nordic and quite new to ZigBee. Just had a short evaluation with Silabs so far.
My goal is developing a custom lamp for serial production that needs...
Hello,
I am trying to perform a FOTA update from nrfCloud to a Thiny:91 device, but I notice that a mansage appears forcing me to update to FOTA_V2. The problem is that...
Hi,
Are the functions implemented in drv_uart and uart_app even related to each other? I noticed that uart_app implements only some simple functions. Can someone please...
Good morning Now, using nRF52832, I want to implement multiple central devices (smartphones) with one peripheral device (nRF52832 Device) to simultaneously perform BLE Multi...
I'm trying to send ADC data through BLE using nRF52840.
According to the example codes named ble_peripheral/ble_app_uart , peripheral/saadc , I wrote a code and it is...
With SEGGER Embedded Studio 5.10d and nRF52840, the register view show TIMER0-2 with 6 CC registers but they only have 4.
It's quite confusing particularly when using the...