Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hello,
I recently finished up the NRF51822 pcb board that I plan on getting printed. I used the reference design file provided by Nordic (NRF51x22_qfax) but added the following...
I want to run the HID Mouse and Keyboard examples on nRF51 Dongle. How I can configure it first, to connect with my PC via Bluetooth and second, to configure the GPIOs act...
From document [Getting started with the nRF52840 Preview Development Kit]
( www.nordicsemi.com/.../Getting-started-with-the-nRF52840-Preview-Development-Kit)
we know that...
Hi,
I'm looking for a BLE device to work with an arduino and to speak with a smartphone.
The point is that the connection should be made by the user via the smartphone...
I am using nrf52 with sdk11. I have set the advertiser data as Manufacturer data in nrfConnect app in my android phone. So that whenever the data from my phone is advertised...
Hi.
I try run "ble_app_hids_mouse" example from nRF5_SDK_11.0.0 in nrf51422 (nrf51 dongle).
Previously i ran this example in nrf52 (nrf52 DK, s132 SoftDevice), and all worked...
Hello!
We use chip nrf52832(QFN-48) in our project and we wont to pass the PCB certification.
But we also want to use chip nrf52810(QFN-48) in another project, but with...
Hi ,
Please advise, what the Low Power option I have if I want to sample Two channels of analog input at the same time. The sample rate in every channel is 12K, 12Bit....
Hi I am using SDK12.2.0 and Softdevice S130 v2.0.1 on board PCA100028 ; the board works fine and Phone can scan the name of DFUtarg; But when run the same on the customer...
Hello, I'm planning to try the NordicBlog; Capacitive Touch on the nRF52 series to test a button type or a up-down slider type .
I'm planning to use an nRF52832-QFAA for...
Hello,
Can you please provide any link or give me any advice how to connect NRF51822 chip with NRF51DK?
Here is my connection that doesnt work:
DK GND DETECT and GND...
float f = 1.234;
NRF_LOG_INFO("My float number" NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(f)));
How to simplify this way to show float number by uart in sdk13.1.
In...
I have 2 questions regarding BLE5 on nRF52832
Which Soft device and SDK has to be used to implement BLE 5 on nRF52832? We will be using the nRf52 DK for same.
Is the provision...