Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Hello,
I am trying to get the PCA10001 evaluation board going with BLE, and am trying the ble_app_hrs example from the SDK as a start. I am developing on Mac OS with Eclipse...
Im trying to have the s120 modify the value like I would in Do a Read all records operation in the Glucose example. I cannot figure out what function would enable me to do...
The SDK function sd_ble_uuid_vs_add may return NRF_ERROR_INVALID_ADDR If p_vs_uuid or p_uuid_type is NULL or invalid.
When the pointer is not NULL, how does this function...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi we are using NRF51822 board.
i flash ble_app_hrs application. then it is giving advertisement.
but when i call twi_master_init() function from main. advertisement...
szenario
beacon and receiving nodes are all MCU based and all powered by net, no local battery needed
the beacon usually located near the floor, the nodes will be located...
Blicky project runs and I can set break points and run through them - watching the LEDs blink appropriately. However, the HRS and Proximity projects will successfully load...
Hi all,
I'm using the LE1 to do the mutilceiver,if I donn't use the dynamic payload,I can do it successfully.However,if I use the dynamic payload to do Multiceiver,the...
Hi,
For the LE1,I found that 32.768kHz crystal oscillator need long time(about 350ms) to running,I must do some delay(about 350ms) for the software then use the RTC,or...
In moving to the "rev-2 51422 silicon, we find that the app_timer inevitably fails after minutes to several hours. Power requirement moves from about .002ma to 4.5ma then...
Hi,
I am planning to use an external DCDC to supply the NRF51822 in Low Voltage Mode.
In the datasheet a voltage range of 1.75-1.95 on VDD and VDD1.8 is mentioned. ...
Dear all
I'm testing for RF stability. As i used 24LU1(host) with 51822(device) be the platform. For audio data transmission. 8k 8bits data rate.
Timeslot set as 1008us...
Hi,
I don't have any problems running the bootloader with S110 7.0.0.-3.alpha on the PCA1001 but when using the same code (minus the led and button config of the PCA1001...
Hi,
I am having a hard time with the permanent storage.
I got it to work with updating a 24 bytes long struct in a persistant block of 32 bytes.
I noticed that the...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...