What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hello, I have some ideas to do for IoT and bluetooth. Already did some tests with MQTT raspberry pi and ESPs SoCs. Then I started to dive into bluetooth world and I found...
Hello,
I'm working with SDK 11 on nRF52832.
I want to get the IRK from a connection event. I need to identify the connected device.
My following code :
static...
I'm developing a multi-peripheral application on the nRF52832 that started from the SDK v13.0.0 experimental_ble_app_multiperipheral_pca10040_s132 example application (running...
I have two nRF52840-pdk's and two laptops. I was thinking to send test strings using the following Basic setup:
laptop1 - usb1 - pdk1 ....(coded PHY transmission)....pdk2...
I was able to write the code and put it to work on AN5 pin , and I found out that whenever I approach to the DK board he see it as a touch.
I connected to the pin a 10cm...
Hello all,
I am trying to make use of some Adafruit libraries for some sensors in my nrF52pca10040, the libraries are these two Adafruit_BME280.cpp , Adafruit_BME280.h...
Hello
In a schematic I saw the "SWO" connection appear on the Programming/Debug connector beside SWDIO and SWDCLK.
What's it for?
Of course it means "Single Wire...
I want to increase ble_app_uart_pca10040 app sample rate.
I have my own board with microcontroller and use nrf52832 as uart to ble.
I made pack length to 20bytes, I have...
When I start program, my program fall down to
__WEAK void app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info)
{
NRF_LOG_ERROR("Fatal\r\n");
NRF_LOG_FINAL_FLUSH...
Hi
While using 2 nRF51422 dev boards and using the DTM software together with the DTM python example script the python program reports 0% PER even if I cut the antenna...
Hello,
I am using SoftDevice V4.0.3 and nRF52832.
In this code snipet I got the error code 2 when trying to enable SoftDevice :
int main (void)
{
ret_code_t err_code;...
Hi y'all
after having successfully created my own service, similar to the Uart service, I'm now trying to implement security.
As far as I understood, best practice is...
Hi.
I loaded the ble app uart demo and added some bits of code to read some i2c sensors.
I also added a buzzer which buzzes on powerup (simple for loop).
I would leave...