HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Device: PTR5528
Board: custom.
I have just given coin battery directly to VDD. At P0.00, P0.02 i have two leds. On p0.03 and 05 i am having one interrupt and other is...
Hello everyone.
I am currently working on a device with some peripherals.
I have SPI slaves and other sensors that I am monitoring using GPIOTE driver.
I noticed a...
I am attempting to implement buttonless DFU with my application.
Using SDK v12.2.0 on a Rigado BMD-300 module (nRF52832)
Starting one step at a time, using nRFgo Studio...
I am running RTC in nrf51, after coming out of sleep mode RTC is getting reset.I want this RTC to keep running so that we can use it as wake up signal.
I am attempting to enable a second custom service with a vendor specific UUID with three characteristics (in addition to an existing custom service and the battery service...
Hello
I have created one custom profile using "ble_app_uart" project. Now I have an issue that I can't able to remove UART part of the code. If I remove the UART part of...
Dear Team,
when we compile in keil on one of the system we are getting hex file as 30 KB(Programme application which is correct one) & in another system we are getting...
There are three devices I am using (i)acts as Peripheral (ii)acts as Central and Peripheral and (iii) acts as central.
I connected device#1 to device#2, then device#2 to...
hi everyone!
I'm trying to use BDS with NRF52-DK with last SDK version.
I read manual here
to start develop my custom service in BDS.
i create my service and characteristics...
what do I need to change in the android studio settings to compile the nrftoolbox source for a Nexus 6 (api v23)? I get a bunch of compiler errors (Error:(25) No resource...
I’m using nRF8001-R2Q32-T in my design, RF Balun (part number: 2450BM14A0002T), and 2.4GHz Chip RF Antenna (part number 2450AT18A100E). My question do I still use any network...
Is it possible to program an NRF51 to wake-up from SYSTEM ON by either RTC or external interrupt?
I have some sensors programmed to wake-up by RTC but I would also like...
Hi
I'm using nRF5 SDK V12.0 and S132 on nRF52832, I add a peripheral service base on the ble_app_multilink_central example so that the phone can connect to the center....