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 ...
Hi..
I am working nrf52832 with accelerometer sensor, I want to store the data about 100hz for 1sec in flash, I want to store it an array and send it over ble how to do...
- I used https://github.com/NordicSemiconductor/Android-BLE-Library version 2.1.1 and https://github.com/NordicSemiconductor/Android-Scanner-Compat-Library to code My Ble...
We plan to develop a temperature and humidity sensor based on nRF52832, which needs to evaluate power consumption to confirm battery selection.
are there any similar data...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
I'm trying to optimize an Azure project based on the Asset Tracker example. I was recommended setting CONFIG_SERIAL=n in both the Application FW and SPM. However when I add...
Hi,
I based a new device design on the Thingy91 antenna and tuning circuitry and noticing that the current consumption of the two QM12038's negates the amazing power efficiency...
1.In docs I see: “This example requires one of the following SoftDevices: S112, S132, S140”. What is the reason not to support S113?
2.Is there a way to accomplish functionality...
The Cloud_client sample application does not work in this version.
The connection with the nRF Cloud is disconnected immediately:
I: Network registration status: Connected...
Hi, I am trying to add a secure button less OTA service in my application.
1-I have successfully added service but showing the following error.(I can see OTA service in...
Hi,
We have been working with a Zigbee coordinator based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b, Softdevice and FreeRTOS.
Zigbee task defines a...
Hi,
Is it possible to add a custom characteristic to a standard BLE service? I wish to add a CO monitor with ESS (0x 181A ). If yes, how to add a 128 bit UUID with this...
Hello,
I want to output in one pin 400kHz and inverse of 400kHz in the other pin. I have somehow managed to output the the 400kHz but haven't managed to output its inverse...
I'm trying to implement advertising only on a single channel
Here is my initiation function
but ble_advertising_init is returning err_code 0x00000006
I believe it...
Hi everyone,
I have come across the FPU_FFT example project for nRF52840. Just for curiosity - I'm HW-guy - I'd like to evaluate FPU's performance - to see how many instructions...