I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
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...
hi,
program: 'ble_app_blinky_pca10056-s140'
nRF 52840 dk
keil uvision5 IDE.
with the help of IDE , i could build the code and flash the code on to the board.
but...
Hello
I'm testing nrf52820 longrange speed, but it's faster than my calculations. Will it automatically turn on the fec?
This is my config below.
m_adv_params . primary_phy...
Hello,
I am working on application using nrf52810 SDK version nRF5_SDK_14.2.0_17b948a
Sometimes when i disconnect ble from mobile application and again connect then i...
Hello.
I'm using nRF52833, pca10100.
Can I erase only 16 bytes (or more..)?
I read this explaination , and t here's an erase page partial register, but I don't know...
Hello!
I'm currently working on an IoT device that is supposed to send data to the cloud using MQTT with a TLS layer. We got this working in Norway using LTE-M and the...
Hi,
I am supplying my nrf52840 with5V on VBUS. I know that this does not actually provide the board with power, only the USB interface.
Based on the documentation, I understand...
Hi everyone,
I have connected a potentiometer to a GPIO pin (AIN2) and would like to show the varying values in the battery service.
I was wondering if there's any way...
environment:
SDK14.2 Project: ble_app_uart
I am sure that the problem occurs in uart_module.
Uart use the app_uart_put to send the first byte successfully, then it will...
We have already developed a wireless sensor application based on the ESB protocol.
Now we want to increase the range by adding an nRF21540.
We started by testing the sample...
Hi,
Is there a possibility of race condition when writing and reading using nrf_fstorage_write and nrf_fstorage_read?
I have a very strange bug, when writing to an address...
I am using VScode's extension for nRF connect. I have been using it to flash program with the 52DK and 9160DK previously. Now under the connected devices tab nothing shows...
Hi,
I'm using the GPIO mode of CAF leds module to control led.
LED_EFFECT_LED_BLINK or LED_EFFECT_LED_BLINK2 macro can be used to set the effects of led. But the loop_forever...
I encountered problems in developing nrf5340 with nck v1.5.0.
I use nrf_rpc_tr_init(rpc_receive_handler) to initialize an RPC and IRQ_DIRECT_CONNECT(I2S0_IRQn, 0, custom_i2s_irq_handler...
The solution seems to be built for a Production rollout for organizations with resources, but not so much for devs on a tight budget.
The actual bridge build is quite extensive...
Hello,
I'm using nRF52840 and nRF Connect. I've customized hello_world sample from Zephyr to also work with mcumgr and receive and respond to SMP commands such as "echo...