Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Been studying the S110 5.x -> 6.0 migration docs. Are there any project-specifics / include-paths / Keil build-settings that must be updated as well?
Do I understand it...
Im stuck that i can't get my Motherboards to update. Just goes into an endless loop of saying toggle power to rest it, starting boo loader, Couldn't start.. etc etc..
Attached...
I have a nRF51822 device which has softdevice and bootloader.
And I'm trying upload my app with following steps:
make .bin file with gcc
Push the DFU button, and...
I'm running a custom nrf8001 board and the nrf8001 is consuming approx 6.2mA on it's own in advertisement mode using the uart demo. Has anyone had this same problem? Any advice...
Flash write and erase works fine, if ble is not initialized( ble_stack_init()).
Once ble is initialized, any write to NRF_NVMC->CONFIG hangs the system.
Do I need to...
Hello!
We are using a custom hardware design based on nRF51822. Recently we switched to the new chip version QFAAG0 with softdevice 6.0.0.
Our application needs a repeating...
I have tried HTS(Health Thremometer Service) sample Program on nRF6310, PCA10006, SEGGER J-Link Lite and iPhone5C.
First time, temperature is displayed on the iPhone5C...
Hi,
I have a custom board with nRF51822 chip on it and tried to run the proximity sample program on it. I have used the nRF51822 develpment board + nRFgo Motherboard to...
www.dropbox.com/.../Screenshot 2014-04-03 11.41.25.png
I guess has nothing to do with crc16?
the call stall seems unreasonable, is it because my stack is messup?
...
Hi,
Is it possible to control the drive current of the gpio pin?
Can anyone explain the different possible drive configuration for gpio's (S0S1,H0S1, etc..)?
Regards...
I'm trying to compile the bootloader for gcc from this post: devzone.nordicsemi.com/.../nrf51822-over-the-air-bootloader-with-gcc
The bootloader start (I can find my device...
Hi,
I'm confused with the functions (sd_power_mode_set and sd_app_event_wait).
1.I think there are described with the same function.I can't tell the difference between...
Hi,
I've developed an application and tested it on the evaluation kit. Now i'm trying to run it on a custom board with a nrf51822 chip on it. I've made modifications to...