When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
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 ...
Hello,
I am working to verify custom services on my device using nRF52 dev kit.
I am using HR collector example code as reference. I am able to read the custom service...
Hi,
I am trying to add the beacon Eddystone features to my DFU buttonless application.
After compiling the code, I wrote the softdevice, the bootloader and the application...
I am integrating a sensor on SPI 1 with cellular but device get stuck in CPU idle when first transaction of SPI is made?
I am using nrf9160dk_nrf9160ns as board configuration...
Starting with the dev kit, where I get correct behavior. First, I make sure the RESETREAS register is all zeros. I do this like so: NRF_POWER->RESETREAS = 0xFFFFFFFF; while...
Hello,
I am using nrf9160 and want to test the just simple SPI function. The code that I found from github( https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples...
Is there a way to set duty cycle before app_pwm_enable(&PWM1) call ?
Or some other simple way to switch on and off a passive buzzer signal without every time at off/on cycle...
Hi:
We're working with a 3rd party testing agency for our product that is using SDK 11 with S132 Softdevice 2.0.0.
If I understand correctly, the SDK allows up to 6 transmit...
I am trying to implement a system / integration test of a BLE device.
I would like to use the nRF52840-Dongle in my PC and use the PC-BLE-Driver for Cpp as the Central....
As you could see from the below image, the SCL signal at 400kHz is NOT a good square wave.
1) Why & how to solve it, please?
2) Also, why SCL is between 0.4V to V_DD=3...
I am now pulling my hair out with these drivers ... I'm trying to do what I think is the right thing and use the new nrfx drivers, but it's really not easy.
So this started...
Hi, I am using Zephyr's BLE for transmission In the peripheral, I record the time when I send the notify to cental (start time) Then when I received the central write_without_response...
Hello,
I have a peripheral that is connected to nRF52832 using I2C, in which I want to send some file to its memory. However, for sending this file, I need to stream it...
I have an existing BLE project that works as a mesh but does not use nRF SDK for Mesh. Using sdk 17.0.2, s140 7.2.0 on nrf52840s and visualGDB.
It works well for most clients...
Hi, I want to evaluate my anttena design. I have tuned it. With the dongle I can scan the air for radio signals, I see then my Wifi and I see the BLE radio of my board. Now...
Hello Nordic Community,
In order to measure battery voltage, I am using ADC with the code implemented as below:
In this, there is a while loop used to wait for ADC to...