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...
I am using a nRF52840 with " SEGGER Embedded Studio for ARM 5.10a" and " nRF5_SDK_17.0.0_9d13099 " sdk.
I am enabling a interrupt on a GPIOTE pin using this code.
I...
Hi,
I need to store some "XML" data in a buffer, to send over serial.
I have some trouble with storing this variable, due to some symbols.
char N_Pos0[150] = "<txid...
Hi,
I've had a product that's been out there for years. In it, we call `sd_ble_gattc_primary_services_discover` a few milliseconds after we've received `BLE_GAP_EVT_CONNECTED...
We would like to try using the standard DFU process to update third party ECU connected to the nrf52 chip. Our idea is to modify the standard DFU zip package - to add a new...
https://www.novelbits.io/bluetooth-5-advertisements/ i have followed this. want to know in simple words how periodic adv is helpful in contrast to simple advertising
The Attach LTE is working but i can't use some command AT for testing Data, as you can see in the screenshot below, i tried with somes commands but it's failing, can you please...
I think the figure 10 in nRF9160_PS_v2.0.pdf chapter 5.1.3.1 is worng.
R and C should be swapped.
It is different to Figure 118 chapter 10.3.1 R2, C10.
Exist a list...
Hello,
I have the following problem. I am using the SDK for Mesh 4.2.0 with the nRF5 SDK 16.0.0 on the nRF52840 DK, I am using the sensor model and I have extended it with...
Hi,
I want to make a BLE Multirole application where the central demands LESC, bonding and MITM and peripheral connections is JUST WORKS bonding.
Is that possible? If...
I'm trying to modify the flash_fds example to write a start time when a button is pressed, then an end time when the button is released. I get the time over TWI from an RTC...
Hi, We are into Commercial health devices using nrf5340 and looking to use AoD technology for our device to get its indoor location. We need to have a Receiver with antenna...
What are different options to load the soft device on custom board? Currently, I am using nRFGoStudio to load the softdevice on nRF52840 DK. We will not have segger hardware...
My app uses a proprietary service and characteristic UUIDs; the app needs to completely manage all characteristic reads and writes. With nRF Connect, I can see my service...
Hi Community,
For community's help I success to create 12.3.0 DFU version get work.
So now I try to make all hex(softdevice, bootloader, application) to one hex file...