Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
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...
1. I've noticed while using tools like NRFConnect that most BLE devices in my proximity do not include the device name in the advertising packet. My assumption is the developers...
Hello, I am unable to connect thingy 52 with my laptop, I have NRF connect v2.6.1 installed but it is unable to find thingy.
Thingy is not connected with any other device...
hello,
I am using the SDK15.2 for development.
I want to set a central address in peripheral like the whitelist function via uart without bonding.
This code is about...
Hello,
We are working with nrf52832 which have a custom application with SDK 13.1 and softdevice s132_nrf52_4.0.5_softdevice, we have migrated to sdk 15.2 s132_nrf52_6.1...
Hello,
I am trying to program my nrf52840 dongle to act as a BLE central device and I am using the USB CDC ACM Module. I am facing the following issues:
1- I was able...
Hi.
Softdevice 6.0.0
SDK 15.0.0
IDE IAR 7.80.4
Chip NRF52832
I buid progect buttonless DFU in IAR.
I added peer_id.c, peer_data_storage.c, peer_database.c, peer_manager...
I have successfully written the public certificate (type 1) using nrf_inbuilt_key_write().
When I then try to delete it with nrf_inbuilt_key_delete(), however, it returns...
Hello All,
Does the module have internal regulators that can be used to power connected peripherals? There is the 1.8V output for Sim_1V8. Is this strictly dedicated to...
Hi Everyone,
I am using the following peripherals in my project
2 UARTE.
2 ADC
1 TWI
BLE
GPIOTE interrupt for 2 buttons
TWI and ADC and BLE and GPIOTE are not...
Hi there,
I cannot find a good example of one central and one peripheral, where they use a passkey between them, with one of them, the peripheral, is where the user type...
i am using ble central example from sdk15.the peripheral i want to connect with Nrf52832 is not a Nordic device.Peripheral have 5 different services.now till i successfully...