Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
I am working on application where the nrf51 will read information from several sensors and send the data to a smartphone app via BLE. Among the sensors are one that sends...
Hi, I am trying to get my ble400 board working with nRF51822 chip. I downloaded SDK v11 and made all nedded preparation. I have successfully compiled blinky app, and everything...
Hi Nordic Tech support team,
I'm Hardware design engineer and working on wearable IoT design and would like to implement OTA programming for nRF52832 Bluetooth SoC.Kindly...
this is my code:
this is BLE_peripheral UART and i added these lines to main():
my soft device is S130 V2 alpha
// Initialize.
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE...
I'm working with the nRF8001, at present using the RedBear BLE Shield.
My current issue is that after starting to Advertise, but before a connection is made, I wish to...
Hi,
I want to write a firmware for one of our products with on nRF51822 QFAC included.
I downloaded the SDK v7.2.0 and I want to use the ble app hrs project as a starting...
Hi,
Currently working on nrf51422 with s130,I have currently been able to transmit 20 bytes of data at 100ms interval to mobile.But when I decrease the duration of tranmission...
Hello,
I am trying to use uart port on pca10040,
Connected tx,rx pin to FTDI USB Serial Device converter .
Disconnected the usb cable, device is now powered over...
I want to use the pwm to control buzzer, but when I use init function, the power will increase 880 uA, how to decrease the power.
void beep_on(void)//beep on
{
app_pwm_channel_duty_set...
Hello,
for my project I'm using: SDK11, s130, nrf51 (nrf51822-QFAC), central and peripheral roles, DFU.
I've managed to have both peripheral and central roles with DFU...
hi, i am using eclipse IDE to implement ble_hrs example. while i am calling ble_stack_init() from main function. in the ble_stack_init() function UNDER THE macro SOFTDEVICE_HANDLER...
Hi,
I'm writing a sample application that uses the s110 softdevice (7.1.0) on Adafruit blefriend. I can program the softdevice using Segger J-Link and upload the application...
Hello Everyone,
I want to know how can we program S110 to nRF51822 . We need to download its binary from nordic site after that what is the procedure. can i get any document...
Hi,
i am using the sru232 module (having nrf51422) in my project. I just want to program the softdevices-s310 using Keil-5 but i am not able to do so, while i am trying the...
I'm tring to run my first twi program using nrf52. but I got complilation error no number named Power in NRF_TWI_Type
it's strange because NRF_TWI1 called from twi_master_write...