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 ?
SDK is nRF5_SDK_17.0.2_d674dde, running on nrf52832, I migrate twi_scanner example to \examples\ble_peripheral\ble_app_gatts_c, if I set handler NULL in nrf_drv_twi_init(...
I used the "Toolchain manager" in nRF Connect for Desktop v3.5.0 to install nRF Connect SDK v1.3.1 on a macOS Catalina 10.15.7 system. This installed SEGGER Embedded Studio...
hi,
I am using nrf52840 (in a Laird module) and trying to advertise such that legacy BLE 4 mobile devices can connect. Only BLE 5 mobile can see the device (running nRFConnect...
Hi, I have a problem with the reset pin not working on the nrf52811. The firmware was developed on the nrf52840dk board and now that we are migrating to the real nrf52811...
Hello,
I have one SPI instance (instance 3, but have tried others) reading data from an ADC. It's reading data from an ADC triggered by a DRDY signal at 25khz. I setup a...
Hi,
I just enabled the CONFIG_BOOTLOADER_MCUBOOT=y for serial LTE modem application to understand the flash partitions and to perform the serial DFU(not sure if its really...
Hallo, using nRF52840 DK with Keil uVision 5.30, I try to debug the example ble_app_uart in the folder ble_peripheral, pca10056, s140. Compilation is OK, erase/programming...
please help me
I was working with LPCOMP when I set up lpcomp like above, even though I have set my comparator but just impacting anything on the AIN2 pin...
Hi,
I am using nrf52832 mesh board.I want to unprovision the device by pressing the button on the board.In the lc server example they handled it in rtt as it dont have hal...
Hello everyone, I am Smit and I am an IOS developer.
I am stuck to write data into the BLE device. Can anyone please help me out with this? Can anyone tell me how to do...
Hi,
I used the command line to install the toolchains as follows:
sudo apt install gcc-arm-none-eabi
It then installed version 9.3.1 of the tools on my Linux ubuntu...
Hi,
We have implemented a custom Watchdog Timeout handler, where we do the stack-dump. It has worked fine and we were able to analyze and fix the Watchdog resets. But...
Hi,
We are using some nRF52 DKs for debugging and programming prototype boards. Everything went fine until we wanted to expand our testing setup and got some new nRF52...
Hello team, I want to use Normal Sleep mode that is (__WFE) normal sleep mode in NRF51822 using MBED OS 2. But, when ever I am using this method, my code has been waiting...