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...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I've noticed three PCA10059 Dongles have failed in the past week. One on my desk and the two on a co-worker's desk. Its the same failure mode where everything appears to function...
Hi,
We are going to evaluate: nRF52840 with a large NOR flash. This Flash has two options: 3.0V / 50 mA max, Or 1.8V / 50 mA max. We prefere to use the 1.8V type, as this...
Hello!
I am new to developing with BLE so any help to this frustrating problem would be greatly appreciated!
Firstly, I am using SDK16, Soft Device 113, v.7.0.1 on a custom...
Hi. I'm designing a board like Thingy:91 for sensor driving based on nRF9160. In Thingy:91 Hardware files, the PCB has many blind vias. The production of HDI PCBs is very...
Looking for recommended PCB footprint drawing for nRF9160. LGA dimension drawing is available, but need the footprint for a PCB design.
Thank You,
Joe Norris
Hi,
I want to use Bluetooth Mesh on the nRF9160dk and the mesh stack seems to work (I can provision and use a model with nRF Mesh 2.4.1 ) but when I provision a second nRF9160dk...
Hello~ I have question
I'm about to do "asset_tracker" now. Can you tell me why LTE_Link app has the following LOG?
And all the LEDs are turned on in the LTE-Link monitor...
Hi,
I'm working on an application that implements both the Central and Peripheral role.
I would like to use the Just Works bonding (I have confifgured the Security Parameters...
Hi I am using nRF52 DK, nRF52832 and a sensor. The TWI communication is described as :
and :
I tried to use the Legacy of TWI drivers in order to implement a read...
hello,
I working on nrf52832. in that I am working in freeRTOS for example I am creating two tasks using a queue. but when I create the third task not able to run any debug...
I Wonder,
Because Apple has made HomeKit SDK public open source licensed and what other producers of MCU's followed with theirs SDK. Is it possible to Nordic will do this...
Hello All,
In one of my projects, I need to enable modbus interface with Nordic chips.
I'm using NRF52840 for the development.
As Nordic does not provide support for...
Hi,
I tried to configure application core frequency from 128 MHz to 64 Mhz using thee function:
nrfx_clock_divider_set(NRF_CLOCK_DOMAIN_HFCLK,NRF_CLOCK_HFCLK_DIV_2);...
Hi, I have made a simple timer function it was working perfectly fine but now it's causing the following issue. I have removed everything from its handler but still getting...
Hi
Can you help me by explaining the default memory map on the dongle? What i have is this (see below) I suspect the following: - ? 3 ? is maybe some shared ram between...