I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
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...
Hi,
im new in the nRF9160 DK and im trying to do some basic stuff, like "getting started projects" or "testing a prebuilt application" (-> infocenter.nordicsemi.com/index...