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've noticed that there was an issue with ble_nus in SDK 15.3 - detailed in this post .
I'm using SDK 17, and in my application, I don't check data_handler != NULL...
Hi. I am using nrf52840 with Softdevice 16.0.0.
I set the maximum size to 247 bytes. But I probably only need 68 bytes per packet.
Should I reduce my MTU size to 71 or...
Hi everybody!
I'm currently working on some firmware updates for a motion sensor. The code was originally developed with SDK15.0. The setup is as following:
NRF52840...
Hi,
I was trying with the aws_fota sample, I follow the instruction here and download the app_update.bin with no problem. After it shows completed in 100%, device reboot...
Hi,
I am measuring the time taken between an ANT application sending a message, and a receiving ANT application generating an EVENT_RX. This time is being measured using...
Hi,
my environment:
nrf5340 dk
nrf connect sdk - 1.5.0 version
segger studio IDE
we need a provisioner to add node into the BLE mesh. As per my knowledge, we...
Hi,
I have a few questions about how the peer list works. (using S132 v 7.0.1 and SDK version 16)
How or when are peers added to the peer list of the Central? Are they...
Hi Experts, I have a short quastion, what is the minimal RX-RX turnaround time of nRF5340? Unfortunately this parameter is not available in the specification any more. For...
Hi , i try to translate the arduino library using this URL github.com/.../src
to manipulate the spo2 oxygen concentrator value using the max30105 sensor I try to configure...
When I set tx_power and paired with the following microcontrollers, the power consumption of the 4dbm setting became larger than that of the 0dbm setting. Is this an effect...
Hi,
I am currently working on SDK 15.2.0 on my NRF52840 DK to program a bootloader that can do DFUs over SPI. I have been following the protocol found in this link . I have...
I've made a handmade external Bluetooth FPCB with nrf52832.
I uploaded code with NRF DK board and checked that it is uploaded. So the circuit does not have any problem....
Hi,
After long time(around 5 years) Im try developing ble things on my nrf52840 DK Preview board and found some issues with NRF_LOG functions...
I use latest SEGGER Studio...