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, I have a nRF9160 DK, and trying it out with my mac connected to the USB. However, I seem not to really connect to it? I've installed the nRF Connect app, and also the...
Dear All
We have implemented the the workaround because of the anomaly 195 for spim3 and it works as expected, but only once! After the following init
we can use spi...
Hi I am trying to init the serial on the nRF52840 Dongle but there are some defines missing in the boards/pca10069.h
I run this on the nRF52840 DK and it works fine.
NRF_SERIAL_DRV_UART_CONFIG_DEF...
How the base address is assigned to NRF_SPIM_TYPE structure through *p_reg which is in nrfx_spim_t structure?, and also please let me know what is the default base address...
Hi,
I currently have a project which triggers a series of SAADC readings from the Timer0 interrupt handler. This part of my program works as expected, however, to add more...
Hi,
From this link https://devzone.nordicsemi.com/f/nordic-q-a/34224/device-does-not-reset-after-dfu I understand that the compiler option flto caused reset issues. Is...
Hi everyone,
I am trying to use Buttonless DFU to reprogram the NRF 52 dev kit OTA. I had posted a question on the forum and had solved that problem: devzone.nordicsemi...
Hello,
We have implemented DFU services in application but getting lots of difficulties for writing own transport layer for Wi-Fi to upgrade firmware from server. We are...
Hi...
i have done the program to read the temperature sensor, i want to get the temperature in float value . i can able to read the temperature in float but i can't able...
Hello Nordic Pro's,
We are developing a product based on the BLE UART peripheral. We communicate heavily via NUS. There are extended processes that continually send status...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) As per below link, do I need to skip GPIO...
I would simply like to see the debug outputs (NRFX_LOG_DEBUG) the NRFX_TWIM.C module using RTT debugger through Segger J-LINK.
I cannot find any documentation on how to...
Hi,
I am working in nRF52832 SDK15.3 in SES
I need to work on reading multiple Analog inputs. in a different timings.
i have seen SAADC example.
is there any multiple...
Hello,
I am working with nRF52832 , a soft based on the NUS service and SDK 15.2 ( S132) .
In the aim of reducing the current comsumption , I want to modify the throughput...
Hi Martin, I follow all the steps in your tutorial(Bluetooth low energy Characteristics, a beginner's tutorial) and I am able to create the characteristics and the notification...