Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
sd_flash_write(((uint32_t *)storage_addr),
(uint32_t *)p_data_addr,
size / sizeof(uint32_t));
why here size value is divided by sizeof(uint32_t).
what is byte value...
Hi,
I'm trying to adapt the HRS/RSCS relay example from the SDK to use the Nordic UART service instead. Currently I can connect to the central just fine, but if I try to...
I'm using RTX timers on NRF51 and I'm getting a 7ms per second error. (I.e. osDelay(1000) takes 1007ms).
It appears that NRF_RTC1 is configured incorrectly in SDK examples...
Hello, I am working on NRF52 customer board + SDK_13.0.0_04a0bfd
I start with ble_app_uart example, I use interrupt tigger a repeat timer(500Hz, 400 times) to sample 6 channels...
I'm having major troubles with my debugging setup using a nRF51 DK (PCA10028 V1.2.0).
When I try to connect to the board I want to debug/program (which has an BlueMod ...
Hi Everyone,
I'm currently busy going through the OpenThread API and examples to better understand what all the functions do. However, I don't fully understand where the...
Preferences: nRF52832 chip, s132_nrf52_4.0.2_softdevice
Two or more nRF52832 chip are connected to iOS and Android.
And do bluetooth off in smart phone.
this case, bluetooth...
This suggests it should be possible to change the beacon advertising content in response to events such as a GPIO input.
I'm using nrf52 DK running the beacon example (SDK...
Hi,
What should I add to the makefiles to be able to generate an assembly code? Something similar to what is seen in the debug mode of Eclipse. I have tried -S/s but it...
Hi
I want to porting to nRF52840 but since S140 SoftDevice Specification documentation doesn't exist
I can not proceed with porintg.
I need S140's detail memory map...
I am using s132_nrf52_3.0.0_softdevice.hex and sdk12 and compiling with arm-none-eabi-gcc. The problem is that the bluetooth set up just jams at:
// Enable BLE stack.
...
I'm trying to get my nRF52 BLE peripheral to connect to my phone while its screen is off and it's in sleep mode. Other consumer BLE peripherals that I have can connect to...
Hello
is this possible to reset the timer.
for example i set the timer for 10 Second.
when he reach up to 5 second then i would like to reset the timer.
i found no function...
Hi,
I just noticed that my PTX and PRX projects use different assemblers and linkers -- not sure why. I got the sample projects from Nordic. What's the difference between...