Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
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 would like to enable the APPROTECT readback protection.
What is the advised way to do this when using nrf connect/zephyr? The following line doesn't work (the 'at...
Hi everyone, I'm new to DevZone.
I am writing to ask for info for the first application with BLE.
I need to send data acquired by sensors, RAW mode, via the BLE application...
As far as I know "nRF Connect" DFU function just upgrade one by one,it's too low.
If there is no way to update in batches with DFU,who know a example that DFU function Host...
Hi Devzone:
I would like to shrink heap and stack size to save some RAM space.
I can see in the memory usage page of currently allocated heap and stack:
As you can...
Hello,
I have reserved an area in my flash mapping for settings (0x2000 length). I would like to update it (without application) with DFU / secured bootloader / nRF toolbox...
There is no 'low BLE power' example in the nRFConnect SDK for the nRF5340 - so I am just 'trying thinks' based on documentation I can find to come up with Application/BLE...
Hi.
I want to configure a scene when I create it on a node. So I need to use the Extension field sets, described in the ZCL 3.7.2.4.2.1. I see that the stack has a macro...
Hi Nordic Support Team,
My current setup is : Android Phone <--BLE--> nRF52840 <--LIBUARTE--> External STM32 MCU
I started the example with this folder in the link provided...
The following program will start the TIMER, read the timer value by pressing the button, and set the interrupt event. However, when the interrupt event is timed, the board...
Hai, I am using the sd_power_system_off() function for the deepest sleep mode, and my question what function used to wake up my system
I am using nrf52840 board with 17...
Hello, I need to upload the SEGGER script to FANSTEL EV-BT840 (832)-V4 via nRF52832, but there is something wrong with the connection. In my project, it is needed to use beaconing...
Referenece devzone example, : devzone.nordicsemi.com/.../mesh-mac-address
We should set the new MAC value via sd_ble_gap_addr_set before mesh_init( adv_start)
But flash...
Hi, I am looking to develop some code on NRF53. Looks like only Zephyr is supported. Even the most basic example includes some Zephyr files/libs. Reading the docs it sounds...
When I send hid data using below function. (length of data is just 5)
err_code = ble_hids_inp_rep_send ( p_hids ,
index ,
len ,
pattern ,
m_conn_handle );
...