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...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Has anybody had any experience in programming an nRF beacon kit over the air using the built-in Bluetooth Smart interface in a Windoze 8 laptop? (HP 255 G3) Is this even possible...
Hi,
I wanted to create fixed rate waveform. I first used nrf_delay_us with nrf_gpio_pin_toggle. But I realized it is not accurate enough to do it, especially when the device...
Hello,
I'd like to know how exactly do i implement this function in my app?
I tried getting the value from response (as shown in documentation) : ble_gattc_evt_char_val_by_uuid_read_rsp_t...
Hi,
My Jlink lite CortexM work with nrf51822 DK boards. But my PCB with nrf51822_xxAA chip can't download code. I'm using ukeil
When I chek in utilities Jlink can't recognize...
I am initializing an SPI master to talk to ADXL362 accelerometer using NRF51-DK.
Datasheet page 19: www.analog.com/.../ADXL362.pdf
No matter what I do connected or disconnected...
Hello,
I am new to working with imbedded chips and could use some help. I am working with a pre-programed nRF51822 chip on a PCB and would like to be able to read the imbedded...
Hi I want to using nRF51822 link with MCU ti-am335x have Linux system(Ubuntu) by standard HCI command, BlueZ or related hci tool.
I know that I can use nRF51822 S120 serialization...
I would like to share my wireshark capture file (pcapng) with another developer to view that doesn't have a nordic sniffer. They cannot see the ble protocol information. Is...
I am able to set the connection timeout to 250ms in the ble_app_hrs peripheral sample, but in the ble_app_multilink_peripheral it will not advertise if I set it below 1000ms...
Hello,
When using the bootloader I've noticed that the booatloder resets after advertising for ~1minute. I'm try to figure out if this is intentional.
I notice that...
Hello,
I am currently designing a project that will advertise as two different beacons simultaneously using the Timeslot API. I have successfully implemented the nRF51...
In my all projects, I am using this code to obtain and set local device address:
uint64_t deviceId = ((uint64_t)NRF_FICR->DEVICEID[1] << 32) | ((uint64_t)NRF_FICR->DEVICEID...
Hello,
I build a Broadcaster(iBeacon) with the DK PCA10028. This Broadcaster sends periodically ervery 30ms a message (I have sniffed the Broadcast message and it appears...
Hello,
I am having some strange results with some firmware I have been developing. I developed the firmware on the nRF51 Development Kit (PCA 10028) and the device advertises...