Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
RN2903 is LoraWAN module using ASCII Command Interface over UART.
RN2903 is connected with nRF52-DK.
I'm connected uart line tx, rx gnd.(cross connect...)
UART communication...
Hi,
My desire is to connect a BC832 module (with nRF52832 on it) to a UART on a controller board and then send data from an iOS app (programmed in Swift) through the BLE...
Hello,
I need two signals with a phase shift to control my motor. For some reason, completely randomly, sometimes my GPIOTE event is not triggered and i get the inversion...
Hi All,
Based on nRF52832 SDK14.2 rtc example, I want to change it to retrigger RTC Compare0, let the LED1 also toggle every 3s, instead of keeping LED1 on. I tried to add...
Hi, guys, I have an IR receiver module with 3 pin (AX-1838HS) ?
How can I use it on my nrf52832 ? I have PCA10040 development board. I don't know how to connect them and...
I need to drive a stepper motor without software intervention, since strict timing is a must.In the following image you can see the required wave-forms - the motor requires...
The SD API (S132-6.0.0) documentation provides little beyond what one could guess from the function and type names. sd_mutex_acquire says "Attempt to acquire a mutex". nrf_mutex_t...
Hi i am doing a prosject to get notification on cell phone when i get mail in my postbox (postbox outside the house) I am using a nRF51 dongle, and want it to connect to cellphone...
Hi! I'm working on HID mouse example on SDK 13.0.0. I'm supposed to use this as a low power media button control. I've done a few modicifations on the code for power optimizations...
I know that few companies choose to use NRF528001 with a separate microcontroller like Fitbit.
I would like to know why would they do so instead of using an NRF52 chip that...
Hey,
I am using a nRF8001 with a STM32L051 as an application controller.
After resetting the nRF the RDYN pin goes low, as expected. Then I'm setting the REQN line LOW...
Hello all,
I have a Nordic Thingy 52 board, and I have download the Thingy 52 SDK, I can debug it successfully.
But after I debug it , or download it, the board runs with...