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 wondering if there is a list of recommended chip antenna for the nRF52811 SoC?
I am designing a board that will use BT5.1 but does not need the AoA /AoD applications...
Hi,
I tried to burn the hello world sample code into thingy 91 using segger and J link Edu.
After configuring Termite it did not show anything.
And now LEDs are...
Our device is based on nrf52840 + SDK 15.0.0
We use nrfutil application for packaging sw update (application) and use DFU for uploading & verify authentication
We also...
Dear Members,
How can I use ST7735 module with I2C ?
I saw :
NRF_MODULE_ENABLED(ST7735)
at
G:\nRF5_SDK_17.0.2_d674dde\components\drivers_ext\st7735 ,
How can...
Hi, we are developing an Application with one nrf52840 acting as central, that is connected to up to three nrf52840 acting as peripheral. For our Project, latency for transmissions...
Hi we are seeing some very strange and would like some help clearing it up.
Recently we noticed a very weird hardfault issue triggered through data bus error, at first it...
Hello,
I am currently working on a project with the nRF52832. I need to get the data being provided by the Bluetooth sensor to be stored as a file in my Android device....
I am working on a project that requires some functions from nrfx_saadc.c, i have included this file in my project yet I can not access the functions in the file. The code...
Hi,
I want to add HID consumer control to the usbd_hid_composite example in SDK16. I have seen HID consumer control in the ble_app_hids_mouse example but don't know how...
The debug Log shows that
in main.c static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context) function
case BLE_GAP_EVT_SEC_PARAMS_REQUEST: // Pairing...
Hey all, I have been working on some custom boards using nRF52810-CAAA chips. I use SDK version 15.2. I had some previous issues with sleep currents as seen here , but I resolved...
Hello,
I setup nrfutil to use VALIDATE_ECDSA_P256_SHA256 and have this output from the pkg display output:
|- hash_type: SHA256 |- hash (little-endian): 60de8328530e5882b789259309c47d20dc1a9482f89606ad2cb70d9ad6456b1b...
Hi, Thank you for your attention to this matter.
The questions are as follows:
1. I originally used the following python script to upgrade the modem firmware, can be upgraded...