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...
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...
hi,
i would want to develop a project with master (mobile phone)- bridge (acting as master and slave,nrf board)- slave (nrf board) .
i have tried the ble central(s120...
I use the Android 5.0.1 lollipop, SoftDevice S110 6.2.1 and SDK 5.2.
When a Bluetooth scan performed on Android phones,
0x10 (Connect), the event occurs and after 0x12 ...
Hi
I have been trying to get QtCreator configured such that I can use it as my IDE for the nrf51822 on Mac OSX. I use the NRF51DK as hardware, but also had it working using...
Hi
I'd like to realize below function for our product.
The product has static passkey in factory.
A user who use the product will pair with his smartphone using...
Hi, I am soon going to run initial RF Performance Tests. We have designed the board IAW Nordic recommendations, so I do not have any special test points and/or RF connectors...
Hey I am a beginner and I want to use mpu-6050 interrupts to sample the sensor values. I am able to read and write values through i2c but I want to read values only when any...