I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
I am being told by a RF test lab that I need to provide a sample which has the following modes:
BLE "with modulation"
BLE "without modulation"
ANT+ "with modulation"
ANT...
Hi all,
When I test the UART demo progrem, I cut off the power supply of the board,but the RX pin is still connected to the PC TX pin,and I measures a voltage on the VDD...
Hi,
I need to use watchdog as a timer, and I can enter WDT_IRQHandler for now. Can I stop watchdog reset the system in this IRQHandler? So I can counting like a timer.
...
Dear all
is there any possibility to use PC to test the nrf51822, Instead of Android/ios app?
preferably a lib to be used with Java, so one can have some test cases...
I want to sync some information and control code between Nordic and our CPU(ST), so I need to study serialization function. But I only have serialization function sample code...
Hi
I'm going to use a module that uses nRF51422 and that has an adapter to be soldered as a SMD in a circuit to mimic the footprint of an AP2 module. The adapter only has...
I'm implementing my own equivalent of hci_dfu_send_hex;
There is not enough information in the documentation on how these packets are constructed.
I found that the first...
Dear community
I've got this nice "white-blue" Kit, neat toolbox to configure the tag and run it.
Now, for Battery/ImmediateAlert profiles and other parts seems to be...
Hi,
How can i test the proximity application with the use of nexus4 smart phone and nrf51822 evaluation board?
We already tested the ios proximity application which are...
Hi community,
Till now I developed some BLE applications on the TI-controller CC2540, but for my new project, it seems to bee not fast enough. So I'm seaching for an alternative...
Im mainly considerate about ANdroid and iOS devices ,I understand this is also dependent upon profile support over the android and iOS devices but this should not be an issue...
in my pca10001 board,
once i made led pin 18 and 19 pin as internal pull up.
led is not on,and i probe it also but not high.
here my config in blinky example.
...
hello
i have a problem i send from device to host the temperature, but it send the temperarture just one time
and i want that the device should send it every 10 seconds...
Hello
Im new in arduino and i want to connect an rfduino with one other rfduino
how can i send from one rfduino to other the degreee an how can i see the degree on the...